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
Explain the function of //jcllib statement?
List the various advantages of using jcl language?
How can the disposition of sysout datasets be set for an entire jobstream?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain the purpose of dd * statement in jcl?
Name what parameter directs the output of the job log dataset?
What are the jcl procedures?
what is the resolution for sb37 error
What do you understand by jcl?
what is “Cond= even” and “Cond=only”?
what is the difference between JES3 and JES2?
What are the difference between jcl and jes?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the motivation behind coding class parameter in job statement?
For what purpose steplib and joblib are used ?