what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 11179looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
2 10490OPEN 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
2570write 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,
2798How 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 24538In 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,
1515
what will happen if there is no secondary allocation made for datasets?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
how many buffers are allocated to vsam ksds and esds?
Tell me how many alternate indexes you can have on a dataset?
What is the purpose of idcams?
what will happen when you try to open an empty vsam file in a cobol program for input?
What is the function of entry sequenced data set?
explain the differences between vsam and non-vsam files
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
what is buffering and how does it apply to vsam files ?
if you wish to use the rewrite command how must the vsam file be opened?
What are the building blocks used in vsam datasets?
name the utility program closely associated with vsam?
what is a base cluster in vsam?
What are the steps involved in access method services?