what is the difference between the JCLLIB and JOBLIB ,and
where do we use it ?
Answer Posted / bala
Programs that needs to be executed in a job are searched
in Library provided at JOBLIB, provided STEPLIB is not
given for provided (or) program is not first fount in
STEPLIB.
All the PROCs used in a job are search in the library
specified in JCLLIB
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can I send output of job to my remote device careerride123?
In job processing, what happens in conversion stage?
What is the difference between the positional and keyword parameters? Give examples.
How can unused space allocation be returned to the system when a dataset is closed?
//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 /*
How can return codes be tested before execution of a job step?
For what purpose steplib and joblib are used ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How is the record format of an output dataset specified?
Is condition checking possible in jcl?
what are JCLLIB and STEPLIB in JCL?
Can I share my data with other jobs? How?
Explain the jcl exec statement?
What is NOTCAT ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?