It was missing from my 2.2 Serverpac. I added the DDDEF manually when I came across this PTF.
_________________________________________________________________ Dave Jousma Manager Mainframe Engineering, Assistant Vice President [email protected] 1830 East Paris, Grand Rapids, MIĀ 49546 MD RSCB2H p 616.653.8429 f 616.653.2717 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of John Eells Sent: Friday, August 19, 2016 9:41 AM To: [email protected] Subject: Re: Catch 22 with UA82156 / OA50517 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 This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
