TRANSFER Reference Manual
ALTER-FOLDER-ORDER
TISERV UOW Descriptions
2–74 069139, Update 1 to 40969 Tandem Computers Incorporated
ALTER-FOLDER-ORDER
(UOW Code 234)
ALTER-FOLDER-ORDER modifies the ordering criteria for an existing folder. The
folder must be empty.
DEF alter-folder-order-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 234.
02 corr-name PIC X(80) VALUE SPACES.
02 folder-name PIC X(80).
02 ordering-discipline TYPE CHARACTER 1.
02 filler PIC X(1) VALUE SPACES.
02 applic-order-type PIC 9(4) COMP.
02 options.
03 ascending-sequence TYPE BOOLEAN.
03 allow-duplicates 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".
END.
DEF alter-folder-order-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 234.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 corr-name PIC X(80).
02 folder-name PIC X(80).
END.
HDR
is the UOW header. The UOW-CODE value is 234.
CORR-NAME
is the name of the correspondent represented by the calling process. You can use a
partially qualified name, including wild-card characters. Interest group members
can alter folder attributes of shared group folders that they created or over which
they have authority (if they are group administrators or system administrators
with write privileges). If the current correspondent does not have the proper
authority to alter the attributes, an E-SECURITY-VIOLATION error is returned. In
the response, the fully qualified correspondent name is returned.