Re: Getting the DFHEIENT macro to generate an RSECT (CICS/assembler)

2024-02-28 Thread Don Blake
Specify the NOPROLOG translator option. You also may need the NOEPILOG translator, depending on what you have coded. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with

Re: Getting the DFHEIENT macro to generate an RSECT (CICS/assembler)

2024-02-25 Thread Tom Harper
Steff, I had a similar issue with the DB2 translator, and here is how I solved it: CSECT OPSYN DSECT DSNDRIB DSNDEIB PROGRAM RSECT … This worked for me. I think you can do a similar approach for the CICS translator. Tom Harper Phoenix Software

Getting the DFHEIENT macro to generate an RSECT (CICS/assembler)

2024-02-25 Thread Steff Gladstone
I am trying to set the global conditional-assembly variable to 1 in order to get the DFHEIENT macro to generate an RSECT instead of a CSECT. But the translator gets in the way by automatically inserting a DFHEIGBL macro invocation just before the DFHEIENT macro, resetting to zero. How can I