What is the difference between joblib and jcllib statements
Answer Posted / prashanthkodakani
joblib:
it will search load modules of all the steps which are
include in that job ,if it is load modules not found then
it will searched in system lib, there is also not found it
will dispaly 's806' error = load module not found
jcllib: it will search cataloged procedure data set
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How is the record format of an output dataset specified?
In job processing, what happens in conversion stage?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what sort card you will use to copy the data from one dataset to another dataset?
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
What are steplib and joblib? What for they are used?
What parameter directs the output of the job log dataset?
Explain the function of the steplib dd statement?
What is jcl in mainframe?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Why include statement is used in a jcl?
How gdg are concatenated?
Explain the job statement in jcl?
What are the difference between jcl and jes?
What dd statement is used to supply the name of a dataset?