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 RRN for the first record in RRDS?
Explain the biggest disadvantage of using a vsam dataset?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
How is record management performed in vsam?
What is the function of linear dataset in vsam?
What are the distinctive features of a ksds, key sequenced dataset?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
max how many AIX coded in a vsam dataset??
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
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.
What does the keyranges parameter in define cluster command do?
What is a ci split? What is a ca split?