How 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.
Answer Posted / sudhakara rao
we cannot open a VSAM file using 3.4 option ,we can open the file in file aid or copy a file to seuential dataset using REPRO command and then open a sequential dataset in 3.4 option
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
how do you define an altindx ? How do you use altindxs in batch, cics programs?
what is the use of the file status clause in the select statement in vsam?
differentiate between sequential files and esds files in vsam?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Explain the device independent method to indicate where a record is stored?
What is the place for VSAM KSDS?
if you wish to use the rewrite command how must the vsam file be opened?
Using alternate indexes in cics program?
there are seven idcams commands in vsam. Can you name and explain each of them?
Explain the significance of the shareoptions parameter?
what do you mean by gdg in vsam?
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?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
Define a path?
explain how do you define a gdg in vsam?