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 |
Are there any set of rules for the names of the steps used in a job? What are they?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
How jcl is used for testing batch programs?
how to skip the steps in JCl
wht r different types of sorts ?
what will be the error code if duplicate key of VSAM file is found?
How many instream we can write in single jcl?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
i just need the first and last record from a sequencial file?how
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero