What is STEPLIB, JOBLIB? What is it used for?
Answers were Sorted based on User's Feedback
Answer / guest
Specifies that the private library (or libraries) specified
should be searched before the default system libraries in
order to locate a program to be executed. STEPLIB applies
only to the particular step, JOBLIB to all steps in the job.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / krishna
STEPLIB is used for identify the loadmodule location of the
particular step.
JOBLIB is used for identifies the loadmodule location of
the particular job
| Is This Answer Correct ? | 2 Yes | 0 No |
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
Describe the various parameters utilized in the creation of a gdg?
How do you submit a JCL under CICS environment ?
What is the use of disp parameter?
once we submitted the job to the operating system, how can we cancel the job before execution?
what is the meaning of keyword in jcl?what is is opposite?
how to code instream data in procedure?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
can we maintain 2 generations with different Lengths in Same GDG ?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
if we give two job cards in a single what happens
What are the parameter we cannot use in procedure?