wht is step lib n job lib ? where can we code joblib n steplib ?

Answer Posted / ch.mohan

steblib writtens after exec statements and joblib written
after jobcard the

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

816


Can I share my data with other jobs? How?

669


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

908


Explain the hierarchy levels in jcl?

1118


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

938






in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2052


How to override loadlib?

1419


what JCL Procedures?

699


What does a disposition of (MOD,DELETE,DELETE) mean ?

664


What are the difference between jcl and jes?

1050


What are the parameter we cannot use in procedure?

637


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

816


What is jcl in mainframe, and how many types of jcl statements are there for a job?

631


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1947


What are steplib and joblib? What for they are used?

693