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
What parameter directs the output of the job log dataset?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How can a fb file convert to vb file using sort program?
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?
What is the purpose of dd * statement in jcl?
how you can access an uncataloged dataset in a JCL?
Describe the various parameters utilized in the creation of a gdg?
which utility is used to sort a file in jcl?
Is condition checking possible in jcl?
How to pass data to a program that is coded in an exec statement?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is jcl in mainframe?
which parameter is use to declare the name of dataset in dd statement?
How does jcl specify the job to the operating system?