The task-related user exit program – IBM SC33-1683-02 User Manual
Page 309

JTRUE1A CSECT
TERMINATION TRUE ENTRYPOINT
STM
14,12,12(13)
Save registers
USING JTRUE1A,R3
LR
R3,R15
Use R3 as base register
USING DFHUEPAR,R1
Address DFHUEPAR parameter list
L
R2,UEPEXN
USING DFHUERTR,R2
CLI
UERTFID,UERTCTER
CICS Termination call?
BNE
CONT
No, so continue
L
R10,UEPHMSA
Address Host register save area
USING SA,R10
L
R5,RSAR1
Get Caller's R1
USING DFHCTERM,R5
L
R5,CTERML
Get termination type
USING CTERMLIST,R5
TM
CTERMTYPE,UERTCORD
CICS orderly shutdown?
BO
CONT
Yes, so can use CICS services
TM
CTERMTYPE,UERTCIMM
CICS immediate shutdown?
BO
CONT
Yes, so can use CICS services
*
...
*
...
*
Insert code here for any processing when CICS is abending
*
(No CICS services should be used)
*
...
*
...
LM
14,12,12(13)
Restore caller's registers
BSM
0,14
Return to caller
CONT
DS
0H
Continue in new CSECT
LM
14,12,12(13)
Restore callers's registers
DROP R3
USING JTRUE1A,R15
Use R15 as temporary base register
L
R15,=V(JTRUE1B)
Get address of new CSECT
BR
R15
Branch to new CSECT
DROP R15
LTORG
JTRUE1B CSECT
POST TEST CSECT
DFHEIENT
LR
R4,R1
Use R4 to address parm list
USING DFHUEPAR,R4
Address parm list
L
R5,UEPEXN
USING DFHUERTR,R5
Figure 9. Sample code for a task-related user exit program to be invoked at CICS termination
(Part 1 of 2)
the task-related user exit program
Chapter 2. Task-related user exit programs
277