PDA

View Full Version : VSAM



  1. What is a cluster
  2. What is the index set
  3. What is a sequence set
  4. What is the catalog
  5. What is an alternate index
  6. What is a CA, control area
  7. What is a CI, control interval
  8. What are the types of VSAM datasets
  9. How VSAM datasets are cataloged
  10. What do you mean by RDW in VSAM
  11. How do you convert flat files to VSAM files
  12. What is the maximum no. of records that can be allowed in VSAM
  13. Why we use export-import utility in VSAM
  14. What is the maximum record length for the VSAM dataset
  15. What is the difference between CI and CA
  16. What is free space
  17. What is a VSAM split
  18. What is the base cluster
  19. What is IDCAMS
  20. What is a VSAM slot
  21. What is the VSAM-code field
  22. What is File Status in VSAM
  23. What is the COBOL RECORD KEY
  24. Explain the meaning and syntax for the START command
  25. What is the meaning of dynamic processing
  26. How are records stored in an ESDS, entry sequenced dataset
  27. What do you mean by dirty read
  28. What is the procedure for running the batch job in mainframe
  29. What is the upgrade set
  30. What is a path
  31. What is the meaning of the DEFINE MODEL parameter
  32. What is the significance of the SHAREOPTIONS parameter
  33. What are the three levels of definition for the VSAM DEFINE
  34. What's a LDS (Linear Data Set) and what's it used for
  35. What is the utility program closely associated with VSAM
  36. What is the purpose of the FILE STATUS clause in the SELECT statement
  37. What are the distinctive features of a KSDS (key sequenced dataset)
  38. There are atleast seven IDCAMS commands; name and explain each of them
  39. what is the ORGANIZATION for a KSDS
  40. hat are the three possibilities for ACCESS
  41. What does a file status of 02 on a VSAM indicate
  42. What is shareopts
  43. How do you define a KSDS
  44. How do you define an ALTINDX
  45. How do you use ALTINDXs in batch, CICS programes
  46. What is the meaning of each of the values in SHAREOPTS
  47. How do you define a GDG
  48. How are different versions of GDG named
  49. How do you load a VSAM data set with records
  50. What is the difference between sequential files and ESDS files
  51. What is the meaning of VSAM RETURN-CODE 28
  52. How many Alternate Indexes you can have on a dataset
  53. How do you initialize a VSAM file before any operation
  54. How do you calculate record size of an alternate cluster
  55. Do primary key values have to be unique
  56. Do alternate key values have to be unique
  57. What is RECOVERY and SPEED parameters in DEFINE CLUSTER command
  58. Name some common VSAM error conditions and codes
  59. What will be the condition code returned to the operating system
  60. What happens when you open an empty VSAM file in a COBOL program for input
  61. How do you fix the problem associated with VSAM out of space condition
  62. What is reuse parameter
  63. What is a Base Cluster
  64. what is the RRN for the first record in RRDS
  65. What?s the biggest disadvantage of using a VSAM dataset
  66. How many buffers are allotted to VSAM KSDS and ESDS
  67. How many times secondary space allocated
  68. What is an alternate index and path
  69. What is the Difference between LDS & ESDS
  70. How to delete a member using JCL
  71. What does the KEYRANGES parameter
  72. How many cluster index can have in a table
  73. How you view the VSAM file
  74. What are the different types of VSAM files available
  75. How to creating new version of GDG with out loosing the data in peeves GDG version
  76. Why open extend is not possible in RRDS VSAM file
  77. When CISZ is declared as 4096 at cluster level
  78. How do I declare the KSDS VSAM
  79. Can we copy a sequential file to a VSAM file
  80. What will happen of the size of the sequential file is bigger than that of the VSAM
  81. How did you refresh a VSAM file and how frequently you do it
  82. How to create syntax for a VSAM file
  83. What is VERIFY command and when do you use this command
  84. Is a delete operation possible in an ESDS
  85. What?s the device independent method to indicate where a Record is Stored
  86. Describe SHAREOPTIONS parameter (SHR) in Define Cluster command
  87. What are the optional parameters to the input dataset While loading the empty cluster