DTCNDELETEDEADPROF
You can specify this command only in the EQAOPTS load module. It cannot be specified at run time.
This command controls the deletion of DTCN profiles. A dead profile is a profile whose owner has logged off or disconnected from the CICS® region.
DTCN scans its repository for dead profiles from time to time,
and on demand when EQADCDEL
is called. When a dead
profile is found, it deactivates the profile by default. You can specify DTCNDELETEDEADPROF
to
delete the profile instead. The dead profile is deactivated or deleted
by the INACTIVATE or DELETE DTCN function.
The following diagram describes the syntax of the DTCNDELETEDEADPROF
command:
- NO
- Indicates that you want DTCN not to delete the profile.
NO
is the default option. - YES
- Indicates that you want DTCN to delete the profile.
Example
EQAXOPT DTCNDELETEDEADPROF,YES