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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / padma
Type 'f1' to the left of the dataset yo open the beam file in view or browse mode. You can type 'f2' to open the dataset in edit mode.
Is This Answer Correct ? | 3 Yes | 18 No |
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
what is the meaning of dynamic processing in vsam?
explain how can you initialize a vsam file before any operation?
How to rename one vsam file as well as it's index?
What are the information stored in ci?
What is the device independent method to indicate where a record is stored?
is it necessary that all versions of the gdg have to be of the same record length?
What is control area?
What is the VSAM-code field?
What are the steps involved in access method services?
What are the three levels of definition for the VSAM DEFINE?
What is an alternate index and path ?