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 |
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
What is a vsam dataset?
Is it slower if you access a record through alt index as compared to primary index?
how do you create an alternate index ?
Tell about the ams used in vsam?
Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
What does a file status of 02 on a VSAM indicate?
What makes vrrds different from vsam?
What is a ci split?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
if not using the 'commit' when closing VSAM file,what will happend