gtpg2m4cGeneral Macros

TOURC-Write a Real-Time Tape Record and Release Core Block

This general macro will write a record contained in a storage block to a real-time tape. It will also return the storage block to the appropriate pool and make it unavailable to the operational program.

Format




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

NAME
Specifies the symbolic real-time tape name. It can be:

ccc
A 3-character string representing a symbolic real-time tape name. The first 2 characters must be alphabetic, and the third character must be alphabetic or numeric.

(Rn)
The number of a register containing a pointer to the symbolic real-time tape name. n must be a decimal number from 0 through 7, 14, or 15.

LEVEL=Dx
A symbolic data level (D0-DF) must be specified.

The following macro format is still supported:



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

name
A 3-character symbolic real-time tape name must be specified as the first parameter.

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

Entry Requirements

Return Conditions

Programming Considerations

Examples

None.