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 / dedicated_programmer
Thank You Kalone,
And Could you please have a look on other NEW Questions
posted by me (Dedicated Programmer).
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is notcat 2 - gs?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain the function of job statement in jcl?
List in order the hierarchical levels of jcl?
Explain how can values be passed from the job stream to an executable program?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can values be passed from the job stream to an executable program?
How can an in-stream dataset be terminated?
i want to store 20 digits . how will u do it in cobol ?
For what purpose steplib and joblib are used ?
In sms datasets, what is the function of the dd avgrec keyword?
What is the difference between the positional and keyword parameters? Give examples.
which utility is used to sort a file in jcl?