So NOSUP will probably not do what you want.
Have you looked at the LE options
Derivation: DYNamic DUMP
The DYNDUMP runtime option provides a way to obtain dynamic dumps of user
applications that would ordinarily be lost due to the absence of a SYSMDUMP,
SYSUDUMP, or SYSABEND DD statement. The dynamic dump is written when:
Certain types of ABENDs occur. You can select if a U4039 ABEND or other
U40xx ABEND types can cause a dump to be collected.
The first suboption defines the high level qualifier of the dynamic dump
data set name.
The second suboption controls when dynamic dumps are taken for U4039 ABENDS.
The third suboption controls when dynamic dumps are taken for other U40xx
ABENDS.
Restriction: The dump is written to a z/OSĀ® data set. It cannot be part of a
z/OS UNIX file system.
The non-CICS default value is DYNDUMP(*userid,NODYNAMIC,TDUMP).
DYNDUMP is ignored under CICSĀ®.
The AMODE 64 default value is DYNDUMP(*userid,NODYNAMIC,TDUMP).
Lizette
-----Original Message-----
>From: Peter Hunkeler <[email protected]>
>Sent: May 23, 2017 12:39 PM
>To: [email protected]
>Subject: SLIP with ACTION=NOSUP
>
>LE runtime option TERMTHDACT allows to ask for a system dump to be taken when
>a problem occurs. LE then ABENDs the application with a U4039 when a problem
>occurs.
>
>
>I like to have this dump be written to SYSMDUMP, so I can analyze with IPCS.
>Unfortunately, DAE suppresses those dumps, because they are all requested by
>the same LE runtime module, and the symptom string is always the same.
>
>I thought I could have my sysprog set a SLIP COMP=U4039,A=NOSUP to ask DAE not
>to suppress those SYSMDUMPs.
>
>However, when I tried the next abend after the SLIP was set, I received
>"IEA848I NO DUMP WAS PRODUCED FOR THIS ABEND, DUE TO SYSTEM OR INSTALLATION
>REQUEST".
>
>I was able to take a first SYSMDUMP *before* the SLIP, since DAE did not have
>a recent symptom string for such a U4039. For second run of the job, I was
>told DAE had suppressed the dump as duplicate. This is why the IEA848I
>astonished me.
>
>The SLIP above does not seem to what I need? What am I missing?
>
>--
>Peter Hunkeler
>
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN