R.S. wrote:
W dniu 2016-08-19 o 14:28, Pfister, Nathan pisze:
The dataset, SHZCINC, was added in z/OS 2.1 I believe.  It is for zEDC.

The DDDEF should point to /usr/lpp/hzc/include/IBM/

See:
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.e0zm100/at3genf.htm

Thank you.
I found the path for the DDDEF, but the question is: Should I just
define the DDDEF?

Maybe the path should contain other elements, not a part of the PTF.
Again: The DDDEF is omited in ServerPac. Was it intentional or just by
mistake?  I don't want to assume to quickly it's mistake.
Quick assumptins are prone to be mistaken ;-)

Regards

The z/OS V2.2 program directory has, in Figure 87 (p. 4):

SHZCINC X /usr/lpp/hzc/include/IBM/ ZV2R1

...where "X" means it might already exist from a prior release, and "ZV2R1" is a note that doubtless identifies the release in which it was introduced. You can find the PD here:

http://publibz.boulder.ibm.com/epubs/pdf/e0zpdz10.pdf

Also, you can find the definition of this DDDEF in the sample job located here: SYS1.SAMPLIB(BPXISDDD)

 SET   BDY(#tzone).
  UCLIN.
 ADD   DDDEF(SHZCINC)
       PATH('/usr/lpp/hzc/include/IBM/')
.
<snip>
  ENDUCL.

If this DDDEF was missing in your ServerPac, please open a PMR. Oh, and yes, you should define it if it's missing. It can't hurt to check on the other SHZ* DDDEF in the same sample job, either, just in case...

--
John Eells
IBM Poughkeepsie
[email protected]

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to