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
No Answer is Posted For this Question
Be the First to Post Answer
What are the optional parameters to the input dataset While loading the empty cluster with the data records?
What is a ca split?
What are all the ways we can create datasets?
What is the function of entry sequenced data set?
what do you mean by gdg in vsam?
Explain the device independent method to indicate where a record is stored?
What is the main function of linear dataset?
to use the rewrite command, how should the vsam file be opened?
explain in brief how you can create a vsam file?
Describe the uses of ams?
What is the maximum no. of records that can be allowed in VSAM ?
how can you load a vsam data set with records ?