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)
Post New Answer View All Answers
Can I send output of job to my remote device careerride123?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is SOC4 error?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what is DD statement is used in JCL?
which parameter is use to declare the name of dataset in dd statement?
how can you check if a file is empty using jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain the function of the steplib dd statement?
How gdg are concatenated?
Explain how can values be passed from the job stream to an executable program?
List in order the hierarchical levels of jcl?
What do you understand by the term notcat 2 – gs?
what is “Cond= even” and “Cond=only”?
Is it possible to left uncode disp?