what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 11063looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
2 10357OPEN 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
2511write 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,
2744How 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 24402In 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,
1469
What is the main function of linear dataset?
What is the biggest disadvantage of using a vsam dataset?
explain how can you initialize a vsam file before any operation?
name a few common vsam status codes?
What are the different parameters that are used in vsam?
What is the use of lds (linear data set)?
What is recovery parameters in define cluster command?
what is a base cluster in vsam?
What is the main function of key sequenced data set in vsam?
What is a lds (linear data set) and what is it used for?
What is the main purpose of having user catalog in vsam?
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 if there is no secondary allocation made for datasets?
What is the device independent method to indicate where a record is stored?
What does the keyranges parameter in define cluster commends do?