what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 11059looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
2 10345OPEN 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
2510write 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,
2737How 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 24390In 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,
1465
how do you define an altindx ? How do you use altindxs in batch, cics programs?
to use the rewrite command, how should the vsam file be opened?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
what is meant by dirty read in vsam?
is delete operation supported in an esds? Is rewrite operation possible in esds?
is it necessary that all versions of the gdg have to be of the same record length?
what is the use of the file status clause in the select statement in vsam?
explain how can you initialize a vsam file before any operation?
why ci and ca splits are not possible in esds and rrds?
if you wish to use the rewrite command how must the vsam file be opened?
What is control interval?
what is meant by s0c-07 system abend codes?
What are the different commands used in idcams for vsam?
differentiate between sequential files and esds files in vsam?
Explain the function of the relative record data set?