Answer Posted / sap
RRN -- Relative Record Number
RRN is a value of RRDS, we can find out the position of the
record in RRDS according to the RRN.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are s0c1, s0c4, s0c5, s0c7 abends?
what do you mean by a shareoptions parameter (shr) in define cluster command?
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 the purpose of idcams?
what do you mean by a upgrade set in vsam?
How do you calculate record size of an alternate cluster?
Using alternate indexes in batch program?
What is the purpose of having vsam data space?
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?
Explain the process in which flat files are converted into vsam files?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is a ci split? What is a ca split?
What are the distinctive features of a ksda, key sequenced dataset?
what is the meaning of each of the values in shareopts(2 3)?
How is record management performed in vsam?