By looking into the Jcl can we identify the dataset is VSAM?
Answer Posted / raghavendra
Incase of KSDS, file will have '.CL' as the last qualifier
of the Dataset. This helps to identify, whether the File is
Flat file or VSAM. However, the VSAM Files can be created
without this Qualifier or with Flat file naming Convention.
For ex: WIP161.DDIO.XPD -- DDIO FILE for Xpeditor. This
file can be either VSAM or Flat File. In such cases, it's
difficult to distinguish.
Since most of the VSAM Files are created with '.cl' as the
last qualifier, files can be identified quickly inthe JCL
with this qualifier.
Thank You,
Raghu.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What are the different parameters that are used in vsam?
On which dataset you can have alt index?
Using alternate indexes in cics program?
Describe the uses of ams?
name the utility program closely associated with vsam?
is it necessary that all versions of the gdg have to be of the same record length?
explain how can you initialize a vsam file before any operation?
Explain about the file objects in vsam?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
What is control area?
what are the idcams commands that can be used for vsam and explain each of them.
What does the keyranges parameter in define cluster command do?
explain in brief how you can create a vsam file?
What are the different versions of gdg named?
Why is it required to have a keyed directed retrieval?