Can a job have only steplib and no joblib ?

Answer Posted / manikandan.d

yes job have oly steplib but its effective oly for
perticular step...steplib placed immediate after the exec
step statement

ex:

//step1 exec pgm=pgm1
//steplib dd dsn =ksab.manid.loadlib,disp=shr

let me know if any new answer

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of dd name parameter with a 2 part structure; audit.report?

905


What is the function of dd disp parameter?

660


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

856


how you can direct the data to spool using SYSOUT option?

931


How can a fb file convert to vb file using sort program?

807






what is the purpose of coding notify parameter in job statement?

688


how to run batch program without jcl?

10093


Explain dd statement in jcl?

646


What are hierarchy levels in jcl?

960


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

725


How to submit a jcl from cics?

670


Explain the function of the dd dcb keyword?

706


How to execute 2nd and 4th steps among 5 steps in jcl proc?

750


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 ?

949


List the various advantages of using jcl language?

854