By looking into the Jcl can we identify the dataset is VSAM?

Answers were Sorted based on User's Feedback



By looking into the Jcl can we identify the dataset is VSAM?..

Answer / shilpa umesh

In any VSAM file the last qualifier is DATA, the only KSDS
file contain DATA and INDEX. If any dataset contain these
qualifier the dataset is VSAM only

EXAMPLE. VSAM FILE
TCOM.MNMT.X0060X.DDD.D250510
TCOM.MNMT.X0060X.DDD.D250510.DATA
TCOM.MNMT.X0060X.DDD.D250510.INDEX

EXAMPLE. SWQUENTIAL FILE
TCOM.MNMT.X0060X.DDD.D250510

Thanks,
Shilpa

Is This Answer Correct ?    4 Yes 0 No

By looking into the Jcl can we identify the dataset is VSAM?..

Answer / mhdee

Most of the time the answer is YES, because most shops have
a standarsd naming for the high qualifire node for VSAM
files. Other than that you have to use TSO option 3.4 "Data
Set List Utility", which will give you the DATA and INDEX
part of the file.

Is This Answer Correct ?    0 Yes 0 No

By looking into the Jcl can we identify the dataset is VSAM?..

Answer / amjtih

if it is a VSAM Define step, yes, we can. if using an
existing VSAM file, by looking to JCL,its difficult
provided if there is no defined naming convention.
other than that, just try to open via ispf 3.4 option, and
if it is VSAM, that will show the message. if KSDS, then
Data and Index elements can view.

Is This Answer Correct ?    0 Yes 0 No

By looking into the Jcl can we identify the dataset is VSAM?..

Answer / madan kumar

from define cluster statement we can easily say,
we specify parameters
INDEXED ---> for KSDS.
NUMBERED ---> for RRDS.
nothing will be given for ESDS

Is This Answer Correct ?    0 Yes 0 No

By looking into the Jcl can we identify the dataset is VSAM?..

Answer / 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

More VSAM Interview Questions

Would you specify FREESPACE for an ESDS?

1 Answers  


explain in brief how you can create a vsam file?

1 Answers   IBM,


While designing vsam files,what is the best way to choose control interval size for the data and the index?

1 Answers  


explain in brief what are the 3 types of vsam files?

1 Answers   IBM,


How did you refresh a VSAM file and how frequently you do it ?

3 Answers   CSC, IBM, Patni, Xansa,


Explain the function of the relative record data set?

1 Answers  


What is an RBA in rrds? What does it do? What is it used for?

5 Answers   CTS,


What are the different dataset organizations used in vsam?

1 Answers  


looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?

2 Answers   IBM, Infosys,


What is Control Interval, Control Area?

1 Answers  


What is control interval?

1 Answers  


What is Base Cluster ?

1 Answers  


Categories