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 |
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
What parameter directs the output of the job log dataset?
What are SD37, SB37, SE37 abends?
what is XSUM in some fields= none, xsum ??
Where & How Do You Code Identifier In Jcl?
Explain about LMMLIST�list a library's members
How to submit jcl through a cobol program?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
which parameter is use to declare the name of dataset in dd statement?
How to do automated restart when a job abend?