why ci and ca splits are not possible in esds and rrds?
Why is master catalog used in vsam?
explain how many ways you can load data in a vsam cluster?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
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 is the sorting of vsam files carried?
how do you create an alternate index ?
Explain the process in which flat files are converted into vsam files?
Differentiate between ci split and ca split?
What is the use of lds (linear data set)?
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?
how can you copy to a vsam cluster?
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.
What is the main purpose of having user catalog in vsam?
Explain the function of entry-sequenced data set?