Answer Posted / ravi
the record key in the SELESCT clause identifies the files
primary key as it will be known to the programe
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
Differentiate between ci split and ca split?
what do you mean by the cobol record key clause in vsam?
Explain the index set?
explain in brief why do vsam take more disk space than other utilities?
Define free space?
Using alternate indexes in batch program?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
if you wish to use the rewrite command how must the vsam file be opened?
What are the different dataset organizations used in vsam?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
What does the keyranges parameter in define cluster commends do?
why ci and ca splits are not possible in esds and rrds?
Discuss record management in vsam?
name the utility program closely associated with vsam?