Operands – IBM SC34-5764-01 User Manual

Page 325

Advertising
background image

NORmal

BRight
INVisible

GReen
RED
BLUe
TUrquoise
WHite
YEllow
PInk
DEfcolor

BLInk
REVerse
UNDerline

NOJustify

LEft
RIght

NULls

PAd

(

)

BLAnks
char

NUMeric

CUrsor

MDT

Operands

Send

is the panel command that sends a panel.

Receive

is the panel command that receives a panel.

Converse

is the panel command that sends a panel and waits for operator input.

Test

is the panel command that displays a panel. An intermediate file (panel object) is not created and
variable substitutions are not attempted.

End

is a command that terminates the panel session. Command releases all storage held by the panel
facility. This command does not have arguments and any arguments supplied are ignored.

Generate

is an explicit command that creates a panel object. The panel is not displayed.

panel_name

specifies the name of the panel to input/output or generate.

FIle()

specifies the name of the RFS directory (directory_name) containing this panel. (Specified for all panel
commands except END.)

CUrsor()

(specified for SEND and CONVERSE only) positions the cursor on the panel.

field_id

specifies the REXX variable name where the cursor should be positioned on the panel.

row

specifies the row within the panel where the cursor should be positioned. The row value is relative to
the starting row of the panel. The default starting row of the panel is 1, but may be changed using the
POSITION() keyword.

column

specifies the column within the panel where the cursor should be positioned. The column value is
relative to the starting column of the panel. The default starting column of the panel is 1, but may be
changed using the POSITION() keyword.

ATtrib(field_id attribute_values)

(specified for SEND and CONVERSE only)

field_id

specifies the field whose attributes are dynamically set. It must be a variable name associated with

Panel Facility

Chapter 24. REXX/CICS Panel Facility

303

Advertising