DFS3444W TRAN tranname CONFLICTS WITH DYNAMIC LTERM, /MODIFY ABORTED

Explanation

A /MODIFY PREPARE or INITIATE OLC PHASE(PREPARE) command was entered that attempted to add a transaction name that conflicts with a dynamic LTERM name. The tranname variable names the transaction that already exists as a dynamically created LTERM.

System action

The /MODIFY PREPARE or INITIATE OLC PHASE(PREPARE) command is aborted.

Programmer response

Determine whether tranname should be a LTERM or a transaction. If it should be an LTERM, remove tranname from the inactive MODBLKS you are trying to change to and retry the online change. If tranname should be a transaction, delete the dynamic LTERM by removing status and queue counts and initiating a simple checkpoint. To do this, issue the following commands:
/STOP USER tranname
/DEQ USER tranname PURGE 
 (or /DEQ LTERM tranname PURGE)
/START USER tranname
/CHE

After the dynamic LTERM is deleted, retry the /MODIFY PREPARE or INITIATE OLC PHASE(PREPARE) command.