Answer Posted / shakila vinayagam
JCLLIB is a JCL stmt that allows the user to specify
his/her own proclibs and/or specify the order in which
they're searched to find the PROC(s) or INCLUDE libraries
invoked in the JCL. You can use the ORDER clause to do
this. You can specify private (user) or system libraries.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the purpose of dd * statement in jcl?
Explain dfsort utility?
For what purpose steplib and joblib are used ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Is it possible to left uncode disp? If yes, how?
Is acct parameter mandatory?
What is job control language?
What is catelog procedure and how many catelog procedure to use in one job?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the function of job statement in jcl?
What is the purpose of disp parameter?
which utility is used a dummy utility?
Mention the types of job control statements?