Removing user arguments by exits XTSEREQ and XTSEREQC

User exit programs can remove arguments (for which the program is totally responsible) associated with the SYSID keyword.

Assuming that the argument to be removed exists, the user exit program must:
  1. Switch the corresponding argument existence bit to '0'b in the EID.
  2. Modify the parameter list to reflect the new end of list indicator.

Example program

CICS® supplies—as a softcopy listing only (not as a source code file)—an example program, DFH$XTSE, that shows how temporary storage requests can be modified. .