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
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
How do you access an uncatalogued dataset in a jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the maximum length of a single line of jcl?
What happens if both JOBLIB & STEPLIB is specified ?
Name a few IBM utility programs, and explain its function.
How do you create a temporary dataset?
what is use of dsn parameter in dd statement?
How jcl work to handle various input output file operations?
what is the resolution for sb37 error
What are some jcl statements that are not allowed in procedures?
Explain the function of //jcllib statement?
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
How does the jcl specify the job to os?
What do you understand by the terms: joblib and steplib?