What is order of searching of the libraries in a JCL?

Answer Posted / guest

First any private libraries as specified in the STEPLIB or
JOBLIB, then the system libraries such as SYS1.LINKLIB. The
system libraries are specified in the link list.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is SOC4 error?

736


What is NOTCAT ?

738


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485


What is the function of the steplib dd statement?

744


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969






//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 function of //cntl statement?

659


How can the submitting users racf authority be overridden in a job stream?

752


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

698


How can an in-stream dataset be terminated?

846


Name a few IBM utility programs, and explain its function.

4438


Is it possible to left uncode disp?

711


What is use of restart and how to use it?

769


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

606


How to alter the parameters for the existing gdg?

710