By looking into JCL can we identify the dataset is VSAM
(VSAM dataset supposed to be a input dataset).In this
scenerio how will we identify the dataset is VSAM ?
Answer Posted / raghav
Its not possible to identify just by seeing job,
one way to know is try to do hyper Browse on that file, If
it opens then its not a VSAM.
How to do Hyper browse:
Tpye HB on command line and keep the cursor on that file
and press enter, if its a seq file it will be opened in
browse mode.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is the purpose of having vsam data space?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
what will happen when you try to open an empty vsam file in a cobol program for input?
what do you mean by recovery and speed parameters in define cluster command?
Explain the significance of the shareoptions parameter?
Using alternate indexes in batch program?
Define a path?
Is it slower if you access a record through alt index as compared to primary index?
What is the main purpose of having user catalog in vsam?
Explain the index set?
What is a ci split? What is a ca split?
Define free space?
Tell about the ams used in vsam?
Differentiate between ci split and ca split?