gtpg2m2yGeneral Macros

IPSVT-Define the Start and End of the PSV Table

Use this general macro to define the start and end of the process selection vector (PSV) table. Use the IPSVE macro to create an entry in the PSV table; see IPSVE-Create a PSV Table Entry for more information.

See TPF ACF/SNA Network Generation and TPF ACF/SNA Data Communications Reference for more information about process selection vectors (PSVs).

Format




BEGIN
produces the PSVTBL label, which indicates the start of the PSV table.

END
produces the byte constant that represents the number of IPSVE entries generated.

Entry Requirements

Segment COBU, which generates the PSV table, must be allocated as residing in the basic subsystem (BSS).

Return Conditions

None.

Programming Considerations

Examples

The following example defines a PSV table.

IPSVT   BEGIN
IPSVE   NAME=TYMNET,PGM=TYMI
IPSVE   NAME=SITA1,PGM=SITI
IPSVT   END