Can we have a JOBSTEP without any EXEC ?
Answers were Sorted based on User's Feedback
Answer / prachi
No... you need to have the EXEC for each JOB step.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / vinay sonar
No,the job will get abend and you will get JCL ERROR
as 'JOB HAS NO STEPS'
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / srikanth
why? I need the explanation in this. Can any one give why
the Jos is giving the JCL error. 'JOB HAS NO STEPS'
| Is This Answer Correct ? | 0 Yes | 1 No |
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
What is jcl in mainframe?
What is model dataset label(Model DSCB)?
How can a jobs execution priority be modified?
Which statement is used to identify the private libraries in job?
What is the function of the steplib dd statement?
For what purpose steplib and joblib are used ?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
What is a COND parameter in JCL?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?