What is the difference between the JOBLIB and the STEPLIB
statements?
Answer Posted / subbu
The above answer is right. Some more information to that:
If both the JOBLIB and STEPLIB statements are coded, then
the STEPLIB specification will override JOBLIB
specification.
| Is This Answer Correct ? | 63 Yes | 5 No |
Post New Answer View All Answers
How can unused space allocation be returned to the system when a dataset is closed?
which parameter is use to declare the name of dataset in dd statement?
What dd statement is used to supply the name of a dataset?
//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 /*
Explain the function of dd name parameter with a 2 part structure; audit.report?
How can return codes be tested before execution of a job step?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How can the attributes of one sms dataset be copied to another dataset?
Is it possible to code instream data in a PROC?
what are the various stages of job processing?
Explain about LMQUERY�give a dialog information about a data set
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is the purpose of coding notify parameter in job statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?