how to identify the file used in the JCL is an VSAM file.
Just seeing the JCL code how can we track the file as VSAM file?

Answer Posted / selvam a

If the VSAM file is updated in a job, then definitely there
will be a backup step prior to the update step. The backup
can be a DASD backup (using IDCAMS utility - Repro) or a
Tape backup (using ADDRSSU utility). And if the job abends,
there will be a separate JCL to delete/define this VSAM file
and restore it from the backup taken.
So by checking these utilities presence we can make sure
that JCL has a VSAM file.
More over in our system, we differentiate a vsam file by
including a 'V' as the last character of the second
qualifier Ex: XXXX.YYYV.ZZZZ
I am not sure of the other systems.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What parameter directs the output of the job log dataset?

864


What parameter of the job statement is used to limit the cpu time consumed by the job?

933


Matching Logic in Jcl not in cobol.Could any one please answer this question

3782


How can a fb file convert to vb file using sort program?

922


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

914






What is the purpose of dd * statement in jcl?

901


how you can access an uncataloged dataset in a JCL?

744


Describe the various parameters utilized in the creation of a gdg?

777


which utility is used to sort a file in jcl?

850


Is condition checking possible in jcl?

828


How to pass data to a program that is coded in an exec statement?

926


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1764


What is jcl in mainframe?

833


which parameter is use to declare the name of dataset in dd statement?

849


How does jcl specify the job to the operating system?

851