Answer Posted / vimal raj
you can restart your job from a particular step that u may
need. instead of running ur whole job. like uncommenting out
the step in the job card statement.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
//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 /*
how can the same proc be re-used and called by many jobs?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain how can values be passed from the job stream to an executable program?
How can a jobs execution priority be modified?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of dd disp parameter?
what is the use of IEBGENER utility?
What is the maximum length of a single line of jcl?
Can I send output of job to my remote device careerride123?
What is the syntax of JCL statement?
Explain dfsort utility?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Name the statement which can be used to send data to another mvs jes3 node?