what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 10974looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
2 10250OPEN 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
2464write 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...
CTS,
2706How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.
HSBC,
2 24278In 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?
RBS,
1422
explain in brief why do vsam take more disk space than other utilities?
how can you load a vsam data set with records ?
What are the information stored in ci?
Explain the biggest disadvantage of using a vsam dataset?
What is recovery parameters in define cluster command?
what do you mean by gdg in vsam?
What are the building blocks used in vsam datasets?
what do you mean by the cobol record key clause in vsam?
Define a path?
What is a ci split? What is a ca split?
What is the main function of key sequenced data set in vsam?
explain the information contained in ci
What is the purpose of control intervals in vsam?
What does the keyranges parameter in define cluster command do?
Explain the purpose of the file status clause in the select statement?