SETSYS

SETSYS sets the REXX/CICS® processing options for the system. It is advisable to place system-wide SETSYS commands in the CICSTART exec.

This is an authorized command.

Read syntax diagramSkip visual syntax diagram SETSYS LANGENGCANFRESPANFRANCGERHANZIKANJIUCENGRETRievepfkeynnPSEUDOOFFONSYSTRACEFULLOFFON

Operands

LANG
specifies the language that the REXX runtime environment uses for messages and dates.
ENG
English. This is the default.
CANFR
Canadian French
ESPAN
Spanish
FRANC
French
GER
German
HANZI
Traditional Chinese
KANJi
Kanji
UCENG
Uppercase English
RETRieve
specifies a PF key to retrieve the last line entered.
pfkeynn
specifies the PF key number.
PSEUDO
specifies the default region-wide REXX/CICS automatic pseudo-conversational setting. See PSEUDO.

If this option has not been set before, the automatic pseudo-conversational setting is on.

OFF
specifies that the automatic pseudo-conversational setting is off.
ON
specifies that the automatic pseudo-conversational setting is on.
SYSTRACE
specifies whether REXX/CICS system trace is on. Use this option only under the guidance of IBM® service.

REXX/CICS system trace is emitted only if CICS user trace is also active. If this option has not been set before, REXX/CICS system trace is off.

FULL
specifies that basic REXX/CICS system trace (entry and return) and supplementary trace is on, in addition to exception trace.
OFF
specifies that REXX/CICS system trace is off. Only exception trace is on.
ON
specifies that basic REXX/CICS system trace is on, in addition to exception trace.

Return codes

0
Normal return
2721
Invalid SETSYS subcommand
2722
Error storing variable
2723
Invalid language
2726
Invalid or missing RETRIEVE PFkey operand
2728
Invalid or missing SYSTRACE operand
2732
Invalid or missing PSEUDO operand

Example

'SETSYS RETRIEVE 12'

This example sets PF key 12 as the retrieve key.

SETSYS SYSTRACE ON

This example sets basic REXX/CICS system trace on for all users.