how yo view the vsam file?
Answers were Sorted based on User's Feedback
Answer / ram
By two ways:
1.) Enter "Print IDS (/) CH" on th left side of the dataset
which is used in 3.4 option in ISPF.
2.)USING File-Aid.
| Is This Answer Correct ? | 37 Yes | 6 No |
Answer / dev
using file aid or ditto editor or some other editor which
ur company have
| Is This Answer Correct ? | 25 Yes | 4 No |
Answer / kk
A.) Use command "Print IDS (/) CH" on th left side of the
dataset in ISPF on 3.4.
B.)USING File-Aid.
C.)Using File Manager
| Is This Answer Correct ? | 17 Yes | 4 No |
What is the meaning of the DEFINE MODEL parameter?
what is the purpose of the verify function of idcams?
What is the significance of the SHAREOPTIONS parameter?
How do you define a GDG ?
How do you calculate record size of an alternate cluster? Give your values for both unique and nonunique.
What is the purpose of having vsam data space?
What does the keyranges parameter in define cluster command do?
How can you create a VSAM dataset? Can you write a JCL for it?
What is a CI, control interval?
On which dataset you can have alt index?
How to delete a member using JCL.?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?