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
What is a vsam dataset?
What is the use of lds (linear data set)?
in a cobol select statement, can you tell what is the organization for a ksds?
what do you mean by gdg in vsam?
what do you mean by the repro command?
Explain the function of entry-sequenced data set?
Explain about the file objects 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..
On which dataset you can have alt index?
Using alternate indexes in cics program?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
Explain the device independent method to indicate where a record is stored?
How to get the last record in vsam file in cluster?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What is the main purpose of having user catalog in vsam?