SETSYS

Note:
This is an authorized command.
Read syntax diagramSkip visual syntax diagram>>-SETSYS--+-LANG--+-ENG---+--------------+--------------------><
           |       +-CANFR-+              |
           |       +-FRANC-+              |
           |       +-GER---+              |
           |       +-ESPAN-+              |
           |       +-UCENG-+              |
           |       +-HANZI-+              |
           |       '-KANJI-'              |
           |           .-1024------.      |
           +-MAXVSTOR--+-----------+------+
           |           '-kilobytes-'      |
           +-RETRieve--pfkeynn------------+
           |         .-ON--.              |
           +-PSEUDO--+-----+--------------+
           |         '-OFF-'              |
           |           .----------------. |
           |           V                | |
           +-AUTHClib------lib.sublib---+-+
           |           .----------------. |
           |           V                | |
           '-AUTHElib------lib.sublib---+-'
 

SETSYS sets the REXX/CICS processing options for the system.

Operands

LANG
specifies that one of the following languages are available:
ENG
English
CANFR
Canadian French
FRANC
French
GER
German
ESPAN
Spanish
UCENG
Uppercase English
HANZI
Traditional Chinese
KANJi
Kanji
MAXVSTOR
is a keyword placing limits on virtual storage use.
kilobytes
specifies the number of kilobytes.
RETRieve
allows a PF key being set to retrieve the last line entered.
pfkeynn
specifies the PF key number.
PSEUDO
establishes the default region-wide REXX/CICS automatic pseudo-conversational setting. For more information on the PSEUDO command, see section PSEUDO.
ON
specifies that the automatic pseudo-conversational setting is on. This is the default.
OFF
specifies that the automatic pseudo-conversational setting is off.
AUTHCLIB
establishes the VSE Librarian sublibraries containing the REXX/CICS authorized commands.
lib.sublib
the name of the VSE Librarian sublibraries containing the REXX/CICS authorized commands.
AUTHELIB
establishes the VSE Librarian sublibraries containing the REXX/CICS authorized execs.
lib.sublib
the name of the VSE Librarian sublibraries containing the REXX/CICS authorized execs.

Return Codes

0
Normal return
2721
Invalid SETSYS subcommand
2722
Error storing variable
2723
Invalid language
2725
Invalid MAXVSTOR operand
2726
Invalid RETRIEVE PFkey operand
2727
Invalid TERMOUT operand
2732
Invalid PSEUDO operand
2735
Invalid VSE Librarian sublibrary name
2739
VARGET for AUTHCLIB or AUTHELIB failed
2740
Too many sublibraries specified

Example

'SETSYS RETRIEVE 12'

This example set PF key 12 as the retrieve key.