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 the function of a dd statement?
how you will the direct the data to spool using sysout option?
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 to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the function of //jcllib statement?
Explain about LMFREE�free data set from its association with data ID
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain how can a stopped job be started again?
write a jcl to execute a job by 7:00 am on jan 20,1986?
how do you code a null statement?
How to submit jcl through a cobol program?
Explain how can the submitting users racf authority be overridden in a job stream?
which parameter is use to declare the name of dataset in dd statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?