TRANSFER Reference Manual

SET-CURRENT-CONTXT
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–483
SET-CURRENT-CONTXT
(UOW Code 186)
SET-CURRENT-CONTXT specifies the depot or folder that is to be searched first when
access to an item must be verified. This permits the TRANSFER delivery system to
optimize the checking of item access to items saved in interest group folders.
DEF set-current-contxt-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16
UNSIGNED VALUE 186.
02 context-folder PIC X(80).
02 context-depot PIC X(80).
END.
DEF set-current-contxt-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16
UNSIGNED VALUE 186.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 context-depot PIC X(80) VALUE SPACES.
END.
HDR
is the UOW header. The UOW-CODE value is 186.
CONTEXT-FOLDER
is the folder to be searched first when an item is accessed. Either this field or the
CONTEXT-DEPOT field should be defined or left blank (CONTEXT-FOLDER and
CONTEXT-DEPOT are both names for the same input field).
If both a depot and a folder exist with the name specified in this field or the
CONTEXT-DEPOT field, the specified folder is referenced.
CONTEXT-DEPOT
is the depot to be searched first when an item is accessed. Either this field or the
CONTEXT-FOLDER field should be defined or left blank (CONTEXT-FOLDER
and CONTEXT-DEPOT are both names for the same input field). In the response,
this is the fully qualified name of the CONTEXT-DEPOT from the UOW, or, if the
CONTEXT-FOLDER is specified, this is the fully qualified name of the depot that
owns the folder. If neither the CONTEXT-FOLDER or the CONTEXT-DEPOT
field is defined in the UOW, blanks are returned in the response.
RETN-CODE
is the return code. The TRANSFER delivery system returns a code in this field to
indicate one of the following entries: