Answer Posted / guest
base-file-name.GnnnnnV00 where nnnn= generation number (upto
25. nnnn will be 0000 for the 1st generation.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the function of the relative record data set?
Would you specify freespace ce for an esds?
What is a lds (linear data set)?
differentiate between sequential files and esds files in vsam?
What is speed parameters in define cluster command?
What are the steps involved in access method services?
what do you mean by the cobol record key clause in vsam?
What is the use of lds (linear data set)?
What is the biggest disadvantage of using a vsam dataset?
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
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
if you wish to use the rewrite command how must the vsam file be opened?
how can you copy to a vsam cluster?
Explain the function of entry-sequenced data set?