In My job I have 15 procs.and in each proc i have 3 steps.
i want to execute 3 step in proc 10.is it possible?
if possible how?
Answer Posted / mainframe moddu
Restart=proc10.step3
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
In job processing, what happens in execution stage?
Explain the purpose of dd dummy statement?
How do you submit a job for execution?
What are steplib and joblib? What for they are used?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How can the submitting users racf authority be overridden in a job stream?
How can return codes be tested before execution of a job step?
What is the function of the steplib dd statement?
How can values be passed from the job stream to an executable program?
Explain how can a jobs execution priority be modified?
what are the statements that are not valid to be included in an include statement?
//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 /*
in ways data can be passed to a COBOL program from JCL?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are steplib and joblib?