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
Is condition checking possible in jcl?
How to alter the parameters for the existing gdg?
In job processing, what happens in conversion stage?
what is the compile process of cobol program expalin with code
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are steplib and joblib? What for they are used?
What is the function of the dd avgrec keyword in sms datasets?
Explain the function of dd name parameter with a 2 part structure; audit.report?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the purpose of dd dummy statement?
How gdg are concatenated?
What are hierarchy levels in jcl?
how you can access an uncataloged dataset in a JCL?
Explain the function of the dd dcb keyword?
How to run cobol program using jcl?