TRANSFER Reference Manual
SET-SYSTEM-PARAM
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–487
SET-SYSTEM-PARAM
(UOW Code 238)
SET-SYSTEM-PARAM alters certain system parameters as recorded in the
configuration directory. Specifically, this UOW enables or disables the external objects
capability and changes the system default language and character map. A TMF
transaction is required for this UOW.
DEF set-system-param-uow.
 02 hdr.
 03 self-ident PIC AA VALUE "UW".
 03 uow-code TYPE BINARY 16 UNSIGNED
 VALUE 238.
 02 params-to-alter.
 03 extobjs TYPE BOOLEAN.
 03 sys-lang-cmap-id TYPE BOOLEAN.
 03 reserved-2 TYPE BOOLEAN VALUE "N".
 03 reserved-3 TYPE BOOLEAN VALUE "N".
 03 reserved-4 TYPE BOOLEAN VALUE "N".
 03 reserved-5 TYPE BOOLEAN VALUE "N".
 03 reserved-6 TYPE BOOLEAN VALUE "N".
 03 reserved-7 TYPE BOOLEAN VALUE "N".
 02 param-values.
 03 extobjs TYPE BOOLEAN.
 03 filler PIC X.
 03 sys-lang-cmap-id.
 04 language-id TYPE BINARY 16 UNSIGNED.
 04 char-map-id.
 05 code-page-id TYPE BINARY 16 UNSIGNED.
 05 page-string REDEFINES code-page-id
 PIC XX.
 05 code-set-id TYPE BINARY 16 UNSIGNED.
 05 set-string REDEFINES code-set-id
 PIC XX.
 03 reserved PIC X(40).
END.
DEF set-system-param-rsp.
 02 hdr.
 03 self-ident PIC AA VALUE "UW".
 03 uow-code TYPE BINARY 16
 UNSIGNED VALUE 238.
 02 retn-code TYPE BINARY 16.
 02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 238.










