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 can you load a vsam data set with records ?
How many times secondary space allocated?
how do you create an alternate index ?
Explain the catalog?
what do you mean by recovery and speed parameters in define cluster command?
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 ?
What is the use of lds (linear data set)?
What's a LDS (Linear Data Set) and what's it used for?
max how many AIX coded in a vsam dataset??
How do you convert flat files to VSAM files ?
What are the different types of VSAM files available?
What is speed parameters in define cluster command?