A statement about PROCs is "
In PROCs, Symbolic Parameters can be assigned on PROC and
EXEC", BUT On which EXEC,
(i) On the JCL's EXEC which is calling to PROC1.
(Inside JCL, EXEC PROC1)
(ii) or On the PROC's EXEC where it calls the PGM1.
(Inside PROC, EXEC PGM=PGM1)
Answer Posted / kalone
Hi,
It shud be on the Proc's Exec.See the below example :
//S1 EXEC PROC1,TYPE=P,CC=IN
Inside the PROC1
//PROC1 PROC
//P1 EXEC PGM=prog-name
//STEPLIB ....
//filename DD DSN=&&TYPE.&&CC
So , the Symbolic parameter TYPE and CC will be replaced by
P and IN
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
I need exexution process for JCL programs
In job processing, what happens in conversion stage?
Can we use DISP=SHR in output file in JCL
define cond parameter in jcl?
Differentiate between addressing mode and run mode.
Explain the function of a dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
Name a few IBM utility programs, and explain its function.
What is timing concept in mainframe?
What is the function of the dd dcb keyword?
Are there any set of rules for the names of the steps used in a job?
what happens in execution stage in job processing?
List the different jcl statements that are not permitted in the procedures?
Explain how can the attributes of one sms dataset be copied to another dataset?
when does a dataset go uncataloged?