What is a lds (linear data set) and what is it used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main function of key-sequenced data set?
What is a VSAM slot?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?
to use the rewrite command, how should the vsam file be opened?
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
what are the codes returned by the ams (access method services) command during the execution in vsam?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
Explain the meaning and syntax for the START command. ?
Do primary key values have to be unique? Do alternate key values have to be unique?
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 do you create an alternate index ?