what is the difference between the JCLLIB and JOBLIB ,and
where do we use it ?
Answer Posted / manojkumar sivakumar
JCLLIB is used with either OS/390 or MVS/ESA Version 4 or
higher JES2 or JES3 systems, to identify a private library
or a system library from which INCLUDE groups and JCL
procedures are to be retrieved. The order in which the
library names appear on the JCLLIB statement is the order
in which they are searched for any JCL procedures (PROCs)
and INCLUDE groups referenced by this job.
The JOBLIB DD statement is used to identify a program
library to search first when attempting to locate programs
executed during the job's life. The JOBLIB must be placed
after the JOB statement and before the first EXEC statement
in the job. More than one program library can be
concatenated after the first one on a JOBLIB.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
How to alter the parameters for the existing gdg?
what is use of dcb parameter in dd statement?
Does jcl support automatic restart?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
what happens in execution stage in job processing?
Where can program checkpoints be stored for use in a restart?
How can the disposition of sysout datasets be set for an entire jobstream?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the function of job statement in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How is the record format of an output dataset specified?