how can we override data definitions in jcl.
can any one give detailed example
Answer Posted / sj@iy
Adding to that..
Parameters can be overridden on the EXEC statement in
addition to the DD statement.
Sample for overriding REGION parameter of STEP10 in PROC
//STEP10 EXEC PGM=Program1, REGION=56K
//*Overriding the REGION parameter for STEP10
//SAMPPROC EXEC PROC=PROC1, REGION.STEP10=72K
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the format of comment statement?
What is the purpose of the dd keylen parameter?
How can a fb file convert to vb file using sort program?
What happens if both JOBLIB & STEPLIB is specified ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
In sms datasets, what is the function of the dd avgrec keyword?
what is DSN parameter and DISP parameter is used for?
Can I send output of job to my remote device careerride123?
how do you code a null 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.
what is “Cond= even” and “Cond=only”?
How jcl work to handle various input output file operations?
when can a job time-out occur? How to overcome that?
what is the resolution for sb37 error
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