//{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?
Answer Posted / 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 |
Post New Answer View All Answers
How is the record format of an output dataset specified?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the purpose of dd dummy statement?
Is it possible to code instream data in a PROC?
what is DSN in JCL and what are the parameters to declare the DSN?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is timing concept in mainframe?
How gdg are concatenated?
How to do automated restart when a job abend?
what sort card you will use to copy the data from one dataset to another dataset?
Explain about LMFREE�free data set from its association with data ID
Explain the function of the dd dcb keyword?
Explain the purpose of the dd keylen parameter?
How does jcl act on code(if you take a cobol program)?