How to execute step2,step1, step3 if step1,2,3 are in order
Answer Posted / nag ganesh
in job card if we specify the restart parameter then step2
is execute.
then step1,3 can also executed automatically.
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How does jcl act on a cobol code?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Can we call instream to catalog and catalog to instream?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to override loadlib?
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
what is a jcl?
how you can direct the data to spool using SYSOUT option?
what is the purpose of coding class parameter in job statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
how can the same proc be re-used and called by many jobs?
//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 /*
which parameter is use to declare the name of dataset in dd statement?