how can we convert esds to lds?
Answers were Sorted based on User's Feedback
Answer / naga
i think, converting ESDS to LDS and Seqentail file to lDS is
not possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define gdg?
in what type of vsam datasets can an alternate index be defined??
Tell about the ams used in vsam?
What is the difference between CI( Control Interval)and CA (Control Area)?
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?
What is an alternate index and path ?
What is the use Free space in CI ?
What is the index set?
Differentiate between ci split and ca split?
if not using the 'commit' when closing VSAM file,what will happend
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 SORT RECORDS IN VSAM FILE?