Previous Topic: &PPOREAD

Next Topic: &PROMPT


&PPOREPL

Resumes normal processing of a VTAM PPO message, after replacing the message text.

&PPOREPL [ ALARM={ YES | NO } ]
         [ COLOR=color ]
         [ HLIGHT=highlight ]
         [ INTENS={ HIGH | NORMAL } ]
         [ NRD={ NO | OPER } ]
         [ SCAN={ YES | NO } ]
         [ DATA | TEXT=replacement text ]

Used within a PPOPROC procedure to return the updated message text from the previous &PPOREAD to your product region for processing.

The message is returned for standard delivery as specified in the DEFMSG table. NPF processing is not affected by the updated text. Network Partitioning (NPF) processing is not affected by the updated text. The resource name used by NPF is the name extracted from the original text.

Operands:

ALARM={ YES | NO }

Specifies whether the terminal alarm sounds when the message is delivered.

COLOR=color

Specifies the screen display color for the message. Valid values are:

RED GREEN BLUE TURQUOISE YELLOW PINK WHITE

HLIGHT=highlight

Specifies whether the message is to be highlighted. Valid values are:

REVERSE BLINK USCORE

INTENS={ HIGH | NORMAL }

Specifies the message intensity required.

NRD={ NO | OPER }

Sets the non-roll delete attribute for the message.

SCAN={ YES | NO }

Specifies whether @ characters within text are to be interpreted as word highlight markers.

DATA | TEXT=replacement text

The alert message text replacement generated.

Examples: &PPOREPL

&PPOREPL TEXT=APPLICATION &7 HAS FAILED

Notes:

An &PPOREPL issued when no VTAM PPO message is available is ignored.

After issuing an &PPOREPL, the message is no longer available in its original form and no &PPOCONT need be issued to return the message for normal processing. &PPOREPL is ignored if the message is an SPO message delivered to the PPO interface. An &PPOREPL is followed immediately by an &PPOREAD to make the next PPO message available.

&PPOREPL lets you replace a VTAM message with replacement text of your own choice.

More information:

&PPOREAD

&PPODEL

&PPOCONT