How do you define an ALTINDX ? How do you use ALTINDXs in
batch, CICS pgm?s ?
Answer Posted / kk
ALTINDX for ESDS and LDS can't be used in Cobol batch
programs but it will support CICS and Assemblers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what do you mean by a vsam split?
What is the main purpose of having user catalog in vsam?
how can you load a vsam data set with records ?
Discuss record management in vsam?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
What is recovery parameters in define cluster command?
What is the main function of linear dataset?
if you wish to use the rewrite command how must the vsam file be opened?
Explain the purpose of the file status clause in the select statement?
Explain the process in which flat files are converted into vsam files?
Explain the device independent method to indicate where a record is stored?
Define free space?
What is control area?
Define gdg?
What is the place for VSAM KSDS?