TRANSFER Reference Manual

GET-FOLDER-ORDER
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–265
GET-FOLDER-ORDER
(UOW Code 233)
GET-FOLDER-ORDER retrieves the ordering criteria for a folder. TRANSFER interest
group members can retrieve the attributes of folders for groups of which they are
members.
DEF get-folder-order-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 233.
02 corr-name PIC X(80) VALUE SPACES.
02 folder-name PIC X(80).
END.
DEF get-folder-order-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 233.
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).
02 ordering-discipline TYPE CHARACTER 1.
02 filler PIC X(1) VALUE SPACES.
02 applic-order-type PIC 9(4) COMP.
02 options.
88 ascending-sequence TYPE BOOLEAN.
88 allow-duplicates TYPE BOOLEAN.
88 reserved-2 TYPE BOOLEAN VALUE "N".
88 reserved-3 TYPE BOOLEAN VALUE "N".
88 reserved-4 TYPE BOOLEAN VALUE "N".
88 reserved-5 TYPE BOOLEAN VALUE "N".
88 reserved-6 TYPE BOOLEAN VALUE "N".
88 reserved-7 TYPE BOOLEAN VALUE "N".
END.
HDR
is the UOW header. The UOW-CODE value is 233.
CORR-NAME
is the name of the correspondent represented by the calling process. You can
specify a partially qualified name, including wild-card characters. Only system
administrators can enter correspondent names other than their own in this field;
correspondents without system administrator privileges must enter their own
names or leave the field blank. In the response, the fully qualified correspondent
name is returned.