"CASD7409 TERMINAL RECEIVE FAILURE IN69SYMZ"
search cancel

"CASD7409 TERMINAL RECEIVE FAILURE IN69SYMZ"

book

Article ID: 44033

calendar_today

Updated On:

Products

SymDump for CICS SymDump Batch

Issue/Introduction

 +CASD6069 SYMDUMP INTERCEPT OF DUMP REQUEST FOR TRANSACTION RPRT: ABEND(ASRA), TASK(25854), TERMINAL ID(0071)
+CASD6050 CICS WILL CAPTURE THIS DUMP
+CASD6073 SYMDUMP HAS CAPTURED THIS DUMP
+CASD7409 TERMINAL RECEIVE FAILURE IN69SYMZ
+CASD7411 DUMP CAPTURE WILL BE INCOMPLETE

Resolution

The dump being captured occurred in an MRO region and the Symdump Program Error Program (PEP), IN25PEP, was not included when Symdump was installed in the region.  IN25PEP is designed to capture the last screen as a transaction dump is captured.  The CASD7409 message will be generated if the last screen cannot be captured.       

There are two methods to ensure that IN25PEP is executed to allow Symdump to capture the last screen when capturing a transaction dump in an MRO environment:  

  • Install the Symdump version of DFHPEP, which calls IN25PEP, into a library placed ahead of the CICS SDFHLOAD.   
  • Customize, (or re customize if you already use a customized version) the IBM version of DFHPEP by including the following source statement and re linking it.  
    • EXEC CICS LINK PROGRAM('IN25PEP')