What are steplib and joblib?
Answer / Kunal Bharti
Steplib is a library containing steps (a series of JCL statements). It allows you to reuse a set of common instructions for multiple jobs. Joblib is a library containing entire jobs. It helps manage and organize related jobs.
| Is This Answer Correct ? | 0 Yes | 0 No |
which utility is used to sort a file in jcl?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
Where & How Do You Code Identifier In Jcl?
what is the use of temporary files?
Explain about Internal Sort
What is the function of the dd mgmtclas keyword in sms datasets?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
List the different jcl statements that are not permitted in the procedures?
What is primary allocation for a dataset?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
How to skip first step of a job? Can we use COND on the first step?