gtps1m5mSystem Macros

TPCNC-Tape Control

Use this system macro to process certain tape control channel command words (CCWs) that are not included in the normal macro set (for example, forward space block).

Required Authorizations
Key0 Restricted System Common Storage

X

Format




label
A symbolic name may be assigned to the macro statement.

NAME=tape_name
A 3-character symbolic general tape name must be specified as the first parameter.

LEVEL=level
A symbolic data level (D0-DF) must be specified as the second parameter.

CCW1=NO|YES
This parameter is used to indicate the format of CCW in the specified data level. If CCW1=YES, the CCW is treated as CCW format-1, otherwise CCW format-0 is assumed. CCW1=NO is the default.

The following format is still supported.



label
A symbolic name may be assigned to the macro statement.

tape_name
A 3-character symbolic general tape name must be specified as the first parameter.

level
A symbolic data level (D0-DF) must be specified as the second parameter.

CCW1=NO|YES
This parameter is used to indicate format of CCW in the specified data level. If CCW1=YES, the CCW is treated as CCW format-1, otherwise CCW format-0 is assumed. The default is CCW1=NO is the default.

Entry Requirements

Return Conditions

Programming Considerations

Examples

None.