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 / becky
JCL contains EXEC PGM=IDCAMS for doing any operation in VSAM. From that we can identify VSAM file is used in the JCL by seeing the JCL code itself.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is “Cond= even” and “Cond=only”?
What is the function of //cntl statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain how can an in-stream dataset be terminated?
How is the record format of an output dataset specified?
what is use of space parameter in dd statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
when can a job time-out occur? How to overcome that?
Is it possible to define dd statements as you want?
What is the purpose of the dd keylen parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
I need exexution process for JCL programs
Is there any command to check wether the ps file is in sorted order?
How can a fb file convert to vb file using sort program?
Are there any set of rules for the names of the steps used in a job?