TRANSFER Reference Manual
GET-PROFILE-ELEM
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–323
The DDL equivalent is:
DEF myget-profile-elem-uow.
05 get-profile-elem-usk TYPE *.
05 num-wanted TYPE BINARY 16
UNSIGNED VALUE 3.
05 id-depot-privilege-flags TYPE *.
05 id-depot-mail-filename TYPE *.
05 id-depot-folder-defaults TYPE *.
END.
DEF myget-profile-elem-rsp.
05 get-profile-elem-rsk TYPE *.
05 data-depot-privilege-flags TYPE *.
05 data-depot-mail-filename TYPE *.
05 data-depot-folder-defaults TYPE *.
END.
A response from GET-PROFILE-ELEM has exactly the same structure as a request to
ALTER-PROFILE-ELEM, discussed in the next example. To change the GET-
PROFILE-ELEM response into an ALTER-PROFILE-ELEM request, simply alter the
UOW number in the UOW header.