how will be submit 1 jcl by other jcl? means that how 'll
submit one job by other job??
Answer Posted / arif
One way of doing this..
you should have pgm=IKJEFT01 step in your jcl.
In its SYSTSIN dd * have the following tso command.
'TSO SUB TMXA055.JCL.CNTL(OTHERJCL)'
All other necessary DD names to be coded.
Note: IKJEFT01 is the batch pgm for TSO
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What statement can be used to send data to another mvs jes3 node?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is it possible to define dd statements as you want?
when does a dataset go uncataloged?
How do you access an uncatalogued dataset in a jcl?
What parameter directs the output of the job log dataset?
define cond parameter in jcl?
Why block size is multiple of lrecl in jcl?
What is the function of the dd avgrec keyword in sms datasets?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what sort card you will use to copy the data from one dataset to another dataset?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to override loadlib?