Thanks. Will give that a try. Today is not the day. Charles
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Michael Klaeschen Sent: Tuesday, February 14, 2012 11:33 PM To: [email protected] Subject: Re: Any way to get the XLC compiler to list all #define symbols? for me, options PPONLY and SHOWM worked: //COMPILE EXEC PGM=CCNDRVR, // PARM=('/CXX OPTFILE(DD:CCOPT) PPONLY SHOWM') output is written to DD SYSUT10 see 4.107 of XL C/C++ Users Guide. Cheers Michael Von: Charles Mills <[email protected]> An: [email protected] Datum: 2012-02-14 19:12 Betreff: Any way to get the XLC compiler to list all #define symbols? Gesendet von: IBM Mainframe Discussion List <[email protected]> Does anyone know of a way to get the XLC compiler to list all of the #define symbols that are in effect? XREF and ATTR list all ordinary symbols. There are several ways of course of determining the define "state" of any particular #define symbol. But does anyone know of an option or a "trick" to get a list of all of them? Thanks, Charles ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

