//{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?
Answers were Sorted based on User's Feedback
Answer / devang1783
INCLUDE is used ONLY on MVS/ESA Version 4 or higher systems
to name an INCLUDE group. An INCLUDE group is a set of one
or more valid JCL statements that are stored together in a
JCLLIB data set or a system procedure library, and that are
read in and used to replace the INCLUDE statement itself
within the job. Any number of INCLUDE statements can be
used in a job, but the name field value used on each should
be unique within the job. The INCLUDE statements can appear
in a job anywhere after the JOB statement, but may not
appear between a CNTL and ENDCNTL
JCL statement.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / max
We are using two sysres volume for 4 lpar, one online e one
offline for maintenance.Using INCLUDE member=memname in the
jcl (or proc), in joblib o steplib,for switch from one
library to other ptf library(standing in the other sysres
offline volume), how can i involve in the specific case of OMVS?
There is the problem, that for aplly ptf, i'll mount root
directory of the voleume sysres offline. Infact with two
unique sysres, on e system cloud have different sysres
online. And thus? i can't apply ptf on the root file if it's
mounted on other system lpar.
| Is This Answer Correct ? | 1 Yes | 3 No |
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is COND=EVEN ?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
How do you restart a PROC from a particular step?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
What is S322 abend ?
wht is step lib n job lib ? where can we code joblib n steplib ?
How is a GDG base created?
What is a MODEL Paramater in GDG ?