TRANSFER Reference Manual
DELETE-PROFILE-REC
TISERV UOW Descriptions
2–206 069139, Update 1 to 40969 Tandem Computers Incorporated
DELETE-PROFILE-REC
(UOW Code 214)
DELETE-PROFILE-REC deletes a profile record from a depot.
DEF delete-profile-rec-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 214.
02 corr-name PIC X(80) VALUE SPACES.
02 group-name REDEFINES corr-name.
02 rec-type PIC 9(4) COMP.
02 rec-seq-num PIC 9(4) COMP.
02 depot-flag TYPE BOOLEAN VALUE "Y".
02 filler TYPE CHARACTER 1.
END.
DEF delete-profile-rec-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 214.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 corr-name PIC X(80).
END.
HDR
is the UOW header. The UOW-CODE value is 214.
CORR-NAME
is the name of the correspondent for whom the depot profile record is deleted.
This is also 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 name is
returned.
REC-TYPE
is the type assigned to the record to be deleted, as defined by your application.
REC-SEQ-NUM
indicates the specific record to be deleted.