what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 10947looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
2 10216OPEN 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
2455write 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,
2689How 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 24249In 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,
1404
Explain the device independent method to indicate where a record is stored?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
what is the meaning of each of the values in shareopts(2 3)?
Explain the biggest disadvantage of using a vsam dataset?
what do you mean by define model parameter?
What is speed parameters in define cluster command?
what are s0c1, s0c4, s0c5, s0c7 abends?
what do you mean by idcams? Explain its purpose?
what are the codes returned by the ams (access method services) command during the execution in vsam?
On which dataset you can have alt index?
Explain the function of the relative record 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?
what do you mean by a shareoptions parameter (shr) in define cluster command?
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
explain how do you define a gdg in vsam?