can a job be submitted through jcl only? is there another way
to submit a job?
Answers were Sorted based on User's Feedback
A job can also be submitted from a cobol program using
INTRDR
| Is This Answer Correct ? | 10 Yes | 2 No |
How does jcl specify the job to the operating system?
which utility is used to run a cobol-db2 program?
What are the 2 types of parameters in dd statement?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
What is primary allocation for a dataset?
Explain about LMINIT - generate a data ID for a data set
what is inrec fields and outrec fields in sorting
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
Can we have a JOBSTEP without any EXEC ?
what is the meaning of 'sysin dd dummy'