If the proc stepname is excluded while overriding the COND,
TIME, REGION and PARM parameters while calling the proc,
will the override only apply to the first step in the proc
or all the steps for all the above parameters?
Answer Posted / abc
There are certain parameters which will not apply to the
entire proc if the proc step name is omitted e.g. the PARM
parameter. This will apply for the first step only. How
this works for the other parameters COND, TIME and REGION
if the proc step name is not provided during override?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how can a stopped job be started again?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
what is the use of JCL?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the significance of addrspc parameter in exec statement?
When output dataset space is required, what quantity categories are used?
How can the disposition of sysout datasets be set for an entire jobstream?
How jcl work to handle various input output file operations?
What is condition checking in jcl? Is this possible?
What are the jcl procedures?
Why include statement is used in a jcl?
Explain how can a jobs execution priority be modified?
What is the difference between the positional and keyword parameters? Give examples.
Name a few IBM utility programs, and explain its function.
Explain dfsort utility?