how will be submit 1 jcl by other jcl? means that how 'll
submit one job by other job??
Answer Posted / yogesh
Just have a step like this in the calling JCL:
//StepXXX EXEC SUBMIT,DSN='abc.jcl.xyz(BBBBB)'
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
what are JCLLIB and STEPLIB in JCL?
A dd statement consists of 4 fields. Name them?
what is the difference between JES3 and JES2?
Differentiate between addressing mode and run mode.
whats the diff bw the evaluate also and and?
which utility is used a dummy utility?
Explain in DD statement what is the use of DCB parameter?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to do automated restart when a job abend?
Explain the hierarchy levels in jcl?
Where can program checkpoints be stored for use in a restart?
Is it possible to code instream data in a PROC?
When space is allocated for an output dataset, what units can be used?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?