What is JOBLIB and STEPLIB in JCL? what is the purpose of
using it?
Answer / sai
Both joblib and steplib for specifying where loadmodule is
located. I.e address of loadmodule dsn. But here big
difference between joblib and steplib is IF you give
loadmodule address in joblib it assigns to all steps in one
jcl. I.e for all steps takes this loadmodule address.
In steplib: loadmodule for that step only.i.e takes
address of loadmodule for that step only.
and if you give both steplib, joblib, For each step steplib
address overrides joblib address.
| Is This Answer Correct ? | 56 Yes | 1 No |
) How do u handle errors in BMS macro
How will you find the currepted records in a file
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
How do u initialize an array?
What is mean by maxcc
plz any one tell clearly the justify right clause?
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
I know my query will return more than one row but I don't want cursor what should I do?
Difference between next and continue clause
can we use variable picture clause as xx.99 in cobol.
How can I tell if a module is being called DYNAMICALLY or STATICALLY?