gtpg2m3dGeneral Macros

RCATC-Find an RCAT Entry

This general macro searches the routing control application table for an application name. The base address of the RCAT record containing the entry and the displacement to the entry in that record are returned for E-type programs. For C-type programs only, the RCAT entry address is returned.

If the application name is not found, the error return label receives control.

Format




ERR=label
A required parameter specifying an error return label for use when an entry is not found.

PGM
An optional parameter where the valid values are:

RT
Used when the caller is an E-type (ECB) program. When PGM is not specified, this is the default.

CP
Used when the caller is a C-type (Control) program.

Entry Requirements

Return Conditions

Programming Considerations

Examples

None.