I have Job A and Job B. I want to trigger Job B from Job A.
Please advise.
Answer Posted / mkgupta
Use terminal monitoring program like IKJEFT1B or IKJEFT01 and suppy tso submit command to submit the job.
SUBMIT PDS(MEMBER)
Use simple rexx code to submit the job.
Use iebgener to copy the jcl to intrdr.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are hierarchy levels in jcl?
How can return codes be tested before execution of a job step?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is Cataloged Procedures?
How can the disposition of sysout datasets be set for an entire jobstream?
what are JCLLIB and STEPLIB in JCL?
Explain the function of //jcllib statement?
What is concatenating?
What is the purpose of dd?
What is NOTCAT ?
//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 a jobs execution priority be modified?
Explain the job statement in jcl?
Give the syntax of job specifying jcl statement.