Panel facility return code information – IBM SC34-5764-01 User Manual

Page 328

Advertising
background image

OPID

OPERATOR ID

MSRE

MAGNETIC READER

STRF

STRUCTURE FIELD

TRIG

TRIGGER

PA1
PA2
PA3
PF1
PF2
PF3
PF4
PF5
PF6
PF7
PF8
PF9
PF10
PF11
PF12
PF13
PF14
PF15
PF16
PF17
PF18
PF19
PF20
PF21
PF22
PF23
PF24

PAN.CURS

Position of cursor in last panel input. This is in the form of row column separated by a blank. For
example, '10 5' would be row 10 and column 5. The row and column values are absolute to the start
of the screen and are unaffected by the POSITION() keyword.

PAN.CNAM

REXX variable name (field ID) associated with the cursor position. If the field has no associated
variable then PAN_CNAM is not updated.

The PANEL error related variables follow.

PAN.REA

Reason code if warning or error occurs. REXX return code, RC, should be examined first. If the RC is
10, PAN.REA contains state codes and input codes to help in error determination. See section “State
Codes and Input Codes” on page 308
for more information.

PAN.LOC

Internal location code. Three to four-digit number used by IBM support. If the REXX variable RC
contains the value 10, the PAN.LOC should be used in conjunction with PAN.REA for error
determination.

PAN.LINE

Line number in the source panel definition where an error was detected, if error occurred during panel
object generation.

Panel Facility Return Code Information

The main return code for the panel command is set in the REXX variable, RC. Each level of return code is
accompanied by additional information in the form of a reason code and a line number (if applicable).
When an error is detected while processing panel source code (location code of 11xx or 12xx) and RC is
not 12 or 16, the REXX variable PAN.LINE contains the number of the line in error.

Panel Facility

306

CICS TS for VSE/ESA: REXX Guide

Advertising