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 the function of //jcllib statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What statement can be used to send data to another mvs jes3 node?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain how can the attributes of one sms dataset be copied to another dataset?
Is it possible to code instream data in a PROC?
How can the disposition of sysout datasets be set for an entire jobstream?
How jcl work to handle various input output file operations?
Explain the purpose of dd dummy statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Can we call instream to catalog and catalog to instream?
//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 function of dd name parameter with a 2 part structure; audit.report?
How jcl is used for testing batch programs?
Is condition checking possible in jcl? If yes, how?