z/OS Security Server RACF Callable Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


On output

z/OS Security Server RACF Callable Services
SA23-2293-00

The output storage is obtained in the subpool specified by the caller in the Out_message_subpool parameter. It is the responsibility of the caller to free this storage.
Note: Even though the profile name and the subpool are specified by the caller on input, that information, along with the class name, is also contained in the output block so that it is as self-descriptive as possible.

Segment and field descriptors will be returned as shown in the diagram above, following the header. Segment descriptors will only be returned for segments which exist within the profile, and which the requester is authorized to see.

For each segment descriptor, a set of field descriptors will be returned. There is no defined order in which fields are returned. The types of fields are:
  • Boolean - A flag in the descriptor indicates whether the value is TRUE or FALSE. There is no data returned and the offset value will be 0.
  • Character - A simple character string.
  • Repeat - An array of character strings and/or booleans. These are described in more detail below.

Field data will only be returned if the requester is authorized to read the field. Also, if a field does not have a value in a given profile, usually no field descriptor will be returned. The exception to this rule is for multidimensional repeat fields as described below. The number of field descriptors must be the same for each occurrence of the repeat field, so that the entire field may be quickly skipped if you want, as described below. Therefore, if a given subfield within a repeat field occurrence has no value, for example, the revoke or resume date of a group connection in a USER profile, then a field descriptor will be present but the length of the data will be zero. A robust application should be written to expect this condition for any field descriptor, however, in case this behavior changes in the future.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014