what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 8538looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
2 7663OPEN 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
1502write 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,
1771How 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 18610In 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,
453
if you wish to use the rewrite command how must the vsam file be opened?
how can you copy to a vsam cluster?
Differentiate between ci split and ca split?
What is the difference between lds and esds?
What is recovery parameters in define cluster command?
What is the main function of linear dataset?
what is the use of the file status clause in the select statement in vsam?
Define dynamic processing?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Define a path?
Tell about the ams used in vsam?
what do you mean by a vsam split?
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
what will happen when you try to open an empty vsam file in a cobol program for input?
Define gdg?