to use the rewrite command, how should the vsam file be opened?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the index set?
What is IDCAMS? and what is the purpose of it?
how to see the last records in vsam dataset??
how do you define an altindx ? How do you use altindxs in batch, cics programs?
If you wish to use the REWRITE command haw must the VSAM file be opened?
What is the VSAM-code field?
What is an RBA in rrds? What does it do? What is it used for?
What more info you should give in the DD statement while defining the next generation of a GDG?
How do you define a KSDS ?
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 does the keyranges parameter in define cluster command do?
What is the index set?