Just installed DME in customers CV test region. Customer was using it today and in the middle of his using it his terminal abended and we see the following in the LOG:
FROM ON TO ON COL PRT SKIP LOG TYPES ROLL STATUS
10:30:50 2021-08-02 11:48:50 2021-08-02 001 OFF 0000 (WT/TR/DU/ ) 040 LAST
10:37 IDMS DC201006 V2 T1 CV-STATUS PROGNAME SUBSCHEM --RU-TASK- --LOCAL-IDENT
10:37 IDMS DC201006 V2 T1 U ABORT RHDCUCFZ ABT=D901 14 CICS 13
10:37 IDMS DC087100 V2 UCF PTERM UCFPT01 IS BEING DISCONNECTED WITH CODE D901
10:37 IDMS DC080006 V2 T238 TASK:USXIMAP PROG:USXOMBX; TERMINAL IS DEAD PTERM
10:37 IDMS DC027007 V2 T238 TASK:USXIMAP PROG:USXOMBX ABENDED WITH CODE D002
10:37 IDMS DC259001 V2 USER USER001 SIGNED OFF LTERM UCFLT01 AT 10:37:43.64 21
10:42 IDMS DC087100 V2 UCF PTERM UCFPT01 IS BEING DISCONNECTED WITH CODE D901
10:42 IDMS DC201006 V2 T1 CV-STATUS PROGNAME SUBSCHEM --RU-TASK- --LOCAL-IDENT
10:42 IDMS DC201006 V2 T1 U ABORT RHDCUCFZ ABT=D901 14 CICS 14
10:42 IDMS DC080006 V2 T265 TASK:USXIMAP PROG:USXOMBX; TERMINAL IS DEAD PTERM
10:42 IDMS DC027007 V2 T265 TASK:USXIMAP PROG:USXOMBX ABENDED WITH CODE D002
10:42 IDMS DC259001 V2 USER USER001 SIGNED OFF LTERM UCFLT01 AT 10:42:56.10 21
11:24 IDMS DC259001 V2 USER USER001 SIGNED OFF LTERM UCFLT01 AT 11:24:33.97 21
Any ideas? A D901 says someone did a VARY PTERM command, but i don't see any command in the LOG. Notice i asked for the log to display from 10:30 and it started with 10:37.
Release : 19.0
Component : CA ADS
Was the #UCFCICS that is being used assembled with LASTOUT=TASKEND and RESETKB=TASKEND?
Also was the BUFSIZ parm specified? If not use BUFSIZ=8192.
This is an example:
R85UCFPT #UCFCICS COLOR=YES,DISC=YES,LASTOUT=TASKEND,RESETKB=TASKEND, X
UCTRAN=NO,USERCHK=YES
UCFFET #UCFUFT SYSTEM=CICS,NTID=PTST,PTID=PTUP
#UCFUTD TYPE=T3277,MODEL=4,BUFSIZ=8192
#UCFUTD TYPE=T3279,MODEL=4,BUFSIZ=8192
#UCFUTD TYPE=T3277,MODEL=5,BUFSIZ=8192
#UCFUTD TYPE=T3279,MODEL=5,BUFSIZ=8192
#UCFUTD TYPE=T3280,TERM=PRTA,FORMFD=NO
#UCFUTD TYPE=T3280,TERM=PRTB,FORMFD=NO
#UCFUTD TYPE=T3280,TERM=PRTC,FORMFD=YES
*
#UCFDEND
*
END R12UCFPT