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
Define free space?
What is control area?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What are the building blocks used in vsam datasets?
What is the purpose of relative record data set used in vsam?
what is buffering and how does it apply to vsam files ?
Explain the significance of the shareoptions parameter?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
how can you load a vsam data set with records ?
what do you mean by a upgrade set in vsam?
what will happen when you try to open an empty vsam file in a cobol program for input?
difference between vsam and database tables
what do you mean by the cobol record key clause in vsam?
Explain the device independent method to indicate where a record is stored?
Explain the index set?