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 ?
Answers were Sorted based on User's Feedback
Answer / vikas pujar
Its not possible to identify if Input file is VSAM or not just by looking at JCL. Usually companies have naming conventions for for DDnames. If VSAM, use V1234, If Sequential use I3456 , If output file O5678. So if use these we can identify.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / aveo
I doubt , but we can check with 3.4 .. it will show the
base cluster
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / seemant kumar
Actually u can't see the file directly by 3.4 on ibm z/os
system. u have to go for file management menu. then u can
browse the vsam file
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
How do you load a VSAM data set with records ?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
What is the meaning of dynamic processing?
Describe SHAREOPTIONS parameter (SHR) in Define Cluster command.?
What is the utility program closely associated with VSAM?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is the main function of linear dataset?
By seeing a program how we findout it is a VSAM program?
what do you mean by the cobol record key clause in vsam?
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
What is the maximum number of Alternate Index ???