Note, Reserved, Operands – IBM SC34-5764-01 User Manual

Page 273: Return codes, Example, Reset, Right, Reserved reset right

Advertising
background image

Note

When the current file has been changed, the editor does not let you exit until either a save is done or you
enter the QQUIT command.

RESERVED

REServed

line

HIGH
NOHIGH
OFF

text

RESERVED reserves a line on the screen for your output.

Operands

line

specifies the line that is reserved and the text is displayed.

HIGH

is a keyword specifying that the text is highlighted.

NOHIGH

is a keyword specifying that the text is the usual intensity.

OFF

is a keyword specifying that the line is freed from its reserved state.

text

specifies a string of text, with optional control characters, that is displayed on the reserved line.

Return Codes

0

Normal return

202

Invalid operand

210

Request failed

229

Number out of range

Example

'CTLCHAR ! ESCAPE'
'CTLCHAR % PROTECT'
'RESERVED 20 HIGH !% Important Info'

This example displays Important Info in a high intensity, protected field on screen line 20.

RESET

RESET

RESET terminates any pending prefix commands.

Return Codes

0

Normal return

Example

'RESET'

This example cancels all pending prefix commands.

RIGHT

Text Editor

Chapter 18. REXX/CICS Text Editor

251

Advertising