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 |
How many cluster index can have in a table?
max how many AIX coded in a vsam dataset??
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
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 signifies?
What is a CA, control area?
What happens when you open an empty VSAM file in a COBOL program for input?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
what is the syntax of ams modal commands?
is it slower if you access a record through alternative index as compared to primary index?
how do you define an altindx ? How do you use altindxs in batch, cics programs?