Answer Posted / saravanan
"why? I need the explanation in this. Can any one give why
the Jos is giving the JCL error. 'JOB HAS NO STEPS'
--because u would have missed
//* --Prior to the exec steps like
EXEC <Proclib>
Or u would have missed the keyword EXEC itself. Please
check.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is the JCL statement consists of?
How to override loadlib?
What is the syntax of JCL statement?
How to pass data to a program that is coded in an exec statement?
What is the purpose of the dd keylen parameter?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Where can program checkpoints be stored for use in a restart?
Suppose I have five jobs to do. But I want to hold one?
how to compare two datasets without using superce because output is limited to 133 bytes
how do you access an uncataloged dataset in a jcl?
List the various advantages of using jcl language?