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
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What dd statement is used to supply the name of a dataset?
how to compare two datasets without using superce because output is limited to 133 bytes
how JCL works?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
When space is allocated for an output dataset, what units can be used?
how you can access an uncataloged dataset in a JCL?
What is the use of symbol // in jcl?
How can return codes be tested before execution of a job step?
What is the purpose of dd?
What is timing concept in mainframe?
What is Cataloged Procedures?
What are the 2 types of parameters in dd statement?