gtps1m23System Macros

CREGPC-Create a Macro Group Definition

Use this system macro to create a macro group definition. Macro groups permit you to set debugger macro breakpoints to trap a group of supervisor calls (SVC) or fast link macros.

Format




label
is a symbolic name that can be assigned to the macro statement.

NAME=name
specifies the macro group, where name is the 8-character macro group name.

NUMBER=number
specifies the number that is assigned to the macro group, where number is a macro group number (0 through 16 for IBM groups or 17 through 32 for user groups) that is associated with the GRPCODE or ADDGRP parameter on the CRESVC macro.

Entry Requirements

This macro can be coded only in the IBMSVC or USRSVC macros.

Return Conditions

None.

Programming Considerations

None.

Examples

The following example creates a macro group definition called find; the find macro group definition is associated with a test tool group code that is specified with the GRPCODE parameter on the CRESVC macro.

CREGPC NAME=FIND,NUMBER=6