gtps1m31System Macros

IBMSVC-Generate IBM SVC and Fast-Link Tables

Use this system macro to generate all the IBM fast-link tables and the IBM primary and indexed supervisor call (SVC) tables. This macro also contains the CRESVC macro calls that create the IBM primary table, fast-link table, and the IBM indexed table.

See CRESVC-Create an SVC/Fast-Link Table Entry for more information about the CRESVC macro.

Format




TYPE
This parameter specifies whether tables or equates should be generated.

CP
Using this parameter creates the actual primary, indexed, and fast link tables. It is used for the table in CCMCDC.

EQU
Using this parameter creates a set of symbolic equates for the macro SVC, index or fast-link numbers for use in CPSEQ and other areas.

Entry Requirements

None.

Return Conditions

None.

Programming Considerations

TYPE=CP should be used only once, in the CCMCDC CSECT. TYPE=EQU should only be used in CPSEQ.

Examples

None.