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 |
Define a path?
How to rename one vsam file as well as it's index?
what will happen if there is no secondary allocation made for datasets?
What is the meaning of dynamic processing?
What is a cluster?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
explain how do you define a gdg in vsam?
What is IDCAMS ?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is VERIFY command ? when do you use this command?? What actually it does ??
What is the purpose of idcams?
Is it slower if you access a record through alt index as compared to primary index?