When DFHZATDX or DFHZATDY is invoked at INSTALL of a shipped terminal
or connection, it:
- Updates, if necessary, the SELECTED_SHIPPED_TERMID field, so that it contains
the name by which the terminal or connection is known in the TOR.
Notes:
- If CICS® detected a conflict with a currently-installed remote TERMID, on
invocation of the sample programs SELECTED_SHIPPED_TERMID contains a CICS-generated
alias. The sample programs overwrite this value.
- If CICS detected no conflict with a currently-installed remote TERMID, on
invocation of the sample programs SELECTED_SHIPPED_TERMID contains the value
of the TERMINAL attribute on the shipped definition (the value pointed to
by INSTALL_SHIPPED_TERMID_PTR). The sample programs accept this value.
- Permits the remote definition to be installed by setting the return code
field to RETURN_OK, and returning.
When DFHZATDX or DFHZATDY is invoked at DELETE of a shipped terminal or
connection, it takes no action and returns.
[[ Contents Previous Page | Next Page Index ]]