By looking into the Jcl can we identify the dataset is VSAM?
Answer Posted / shilpa umesh
In any VSAM file the last qualifier is DATA, the only KSDS
file contain DATA and INDEX. If any dataset contain these
qualifier the dataset is VSAM only
EXAMPLE. VSAM FILE
TCOM.MNMT.X0060X.DDD.D250510
TCOM.MNMT.X0060X.DDD.D250510.DATA
TCOM.MNMT.X0060X.DDD.D250510.INDEX
EXAMPLE. SWQUENTIAL FILE
TCOM.MNMT.X0060X.DDD.D250510
Thanks,
Shilpa
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
is delete operation supported in an esds? Is rewrite operation possible in esds?
to use the rewrite command, how should the vsam file be opened?
Using alternate indexes in cics program?
in a cobol select statement, can you tell what is the organization for a ksds?
Why is it required to have a keyed directed retrieval?
What is the main function of key-sequenced data set?
what do you mean by define model parameter?
What is the use of lds (linear data set)?
Explain the significance of the shareoptions parameter?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
what will happen when you try to open an empty vsam file in a cobol program for input?
Explain the catalog?
what do you mean by the repro command?
How to get the last record in vsam file in cluster?