what is the syntax of ams modal commands?
Explain the meaning and syntax for the START command. ?
What is the base cluster?
Define a path?
Using alternate indexes in cics program?
What is the device independent method to indicate where a record is stored?
What more info you should give in the DD statement while defining the next generation of a GDG?
What are the access method services used in vsam?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
Do primary key values have to be unique? Do alternate key values have to be unique?
What are the three levels of definition for the VSAM DEFINE?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?