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
How does jcl specify the job to the operating system?
What is the function of the dd avgrec keyword in sms datasets?
What is NOTCAT ?
Which statement is used to identify the private libraries in job?
How to submit a jcl from cics?
what is the use of JCL?
How do you overcome this limitation ?
How do you create a temporary dataset?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the function of dd disp parameter?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How can a jobs execution priority be modified?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Are there any set of rules for the names of the steps used in a job?
How is a type of file defined in the jcl that executes the cobol program?