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)



A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC&q..

Answer / me

Both

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?

7 Answers   VS, Wipro,


why do we use file-aid wht r the adv of using file-aid thn in ispf

7 Answers   HCL, Tech Mahindra,






what is the Difference between SYSIN and PARM ?

5 Answers   IBM,


what is a null indicator in db2?

5 Answers   Fiserv, IBM,


how to modify the copy book?explain with examples

2 Answers   TCS,


What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

2 Answers  


My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)

11 Answers   HCL, IBM, L&T, TCS,


if the submitter of a job wants to inform another user about the job completion, how can it be done?

0 Answers   IBM,


What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


Categories