Thanks very much. I'll pass that on to the person who maintains the Endevor processors.
On Wed, Jun 5, 2013 at 10:08 AM, Roland Kinsman <[email protected]>wrote: > Hi John, > > "The SUPPRESS phrase makes the compiler output unusable to the Compuware > post processor program. And we must use that because the version of > Compuware we have (and have no support for..." > > First, I'm so sorry you no longer have support for Compuware tools. But > there is a parameter for the post-processor which has been in the Language > Processor for many releases (for over 10 years, probably longer), which > will allow you to use the post-processor for listings with suppressed code. > Obviously, you will not get the benefit of the code which has been > suppressed, but at least you will be able to use the rest of the listing. > > Add this to your control cards: > PROCESSOR(TEXT(NONE),$ASUP,$AOFF) > > $ASUP overrides suppressed code, $AOFF overrides offset with OPTIMIZE > > You can also pass these as parms on the execute statement, for example... > //CWPCDRVR EXEC PGM=CWPCDRVR, // PARM=('PROCESSOR(TEXT(NONE),$ASUP,$AOFF)') > > Hope that helps! > > -Roland Kinsman > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- This is a test of the Emergency Broadcast System. If this had been an actual emergency, do you really think we'd stick around to tell you? Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
