gtps1m3iSystem Macros

IVTYPE-GETCC Block Type Verification

Use this system macro to validate the block type parameter for the GETCC macro. This macro contains an AIF statement that you can modify to contain user-defined block types as valid block type equates for the GETCC macro calls.

See TPF General Macros for more information about the GETCC macro.

Format




Entry Requirements

This macro can only be called from the GETCC macro.

Return Conditions

Returns to the next sequential instruction (NSI) in the GETCC macro, if the block type is valid, or to the ERR7 label in the GETCC macro call if the block type is not valid.

Programming Considerations

Examples

None.