Answer Posted / anju
if directory block is given as 0 then it is not a pds and
ps doesn't have members .
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
what is a jcl?
Mention the types of job control statements?
Why block size is multiple of lrecl in jcl?
What do you understand by the term job time – out and how can you overcome that?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
List in order the hierarchical levels of jcl?
Name what parameter directs the output of the job log dataset?
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.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain the function of //cntl statement?
what is the purpose of coding class parameter in job statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is use of dcb parameter in dd statement?