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 are steplib and joblib? What for they are used?
What is the purpose of the dd keylen parameter?
Explain the purpose of dd * statement in jcl?
which utility is used a dummy utility?
In sms datasets, what is the function of the dd avgrec keyword?
is there any way to execute more than one proc in the same exec statement at the same time..?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is DSN parameter and DISP parameter is used for?
in ways data can be passed to a COBOL program from JCL?
What are the difference between jcl and jes?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain the purpose of dd dummy statement?
Explain the purpose of the dd keylen parameter?
what are the statements that are not valid to be included in an include statement?
Is acct parameter mandatory?