>I have a dump that is being suppressed by DAE. I am not experienced with IPCS >and DAE. How do I find out what dataset is being used by DAE and how do I >"remove" the dump in order to get the dump?
The name of the DAE dataset is set in your ADYSET00 parmlib member, parameter DSN. If you never customized it you're using the IBM supplied default from SYS1.IBM.PARMLIB which does not contain the DSN parm - so check the books for the default name. IEACMDxx should contain a command "t dae=00" executed at IPL. You're going to need the ADYSET01 member, too, with suffix 01, to stop DAE. To get a new dump for your problem, you will have to go into IPCS 3.5 and enter the name of your DAE dataset. You'll be shown a list of dumps that will get suppressed because their symptom string is in the DAE data set. You put a "t" (without the quotes) in front of the symptom string and press enter. t stands for 'takedump at the next occurance'. In the background z/OS will issue the "t dae=01" command to stop DAE, do its magic to mark the symptom string and then issue "t dae=00" to restart DAE. Make sure there aren't any RACF errors for the set commands. The procedure is described in detail in the Diagnosis: Reference manual. Regards, Barbara ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
