Return codes, Example, Notes – IBM SC34-5764-01 User Manual

Page 392: Return codes example notes

Advertising
background image

RETRieve

allows a PF key being set to retrieve the last line entered.

pfkeynn

specifies the PF key number.

TERMOUT

sends terminal line-mode output to a CICS temporary storage queue (for example: SAY and TRACE
output) even when a terminal is attached.

TERM

specifies that linemode output will be sent to the terminal.

NOTERM

specifies that terminal line-mode output is not displayed on the terminal.

CANCEL

specifies that linemode output will not be sent to a CICS temporary storage queue.

tsq_name

specifies the CICS temporary storage queue name. The default tsq_name is CEBRxxxx where xxxx is
your terminal ID. (If you enter the CEBR transaction without specifying a TSQ name, this is the default
name that is used.)

Return Codes

0

Normal return

421

Invalid SET subcommand

422

Error storing variable

423

Invalid language

425

Invalid MAXVSTOR operand

426

Invalid RETRIEVE PFkey operand

427

Invalid TERMOUT operand

Example

'SET TERMOUT TERM TSQ1'

This example sets the processing option to send terminal line-mode output to temporary storage queue
TSQ1.

Notes

1. SET LANG only affects REXX syntax messages.
2. Multiple REXX/CICS users can be using different languages at the same time in the same region.

Commands

370

CICS TS for VSE/ESA: REXX Guide

Advertising