The format of a structured field is as follows:
Specifies the field keya hexadecimal value that defines the item of information described by this field.
Specifies the subfield counta hexadecimal count of the number of subfields within this structured field.
Specifies the subfield lengththe hexadecimal length of the following subfield.
Specifies the subfield data.
Subfield length and subfield data are repeated according to the number specified in subfield count.
Example:
The following diagram shows structured field X'0011'. This field is used to define a user's name. This name can be associated with the user ID so that the person can be identified when they log on.
Structured field X'0011' consists of:

The following diagram shows structured field X'0023'. This too has a single subfield with a value of Y and is used to indicate that the user is entitled to access the System Support Services function.

For examples of how to update structured fields, including those with multiple subfields, see the description of the &SECCALL verb in the Network Control Language Reference.
Error conditions can occur during the processing of a set of structured fields due to one of the following reasons:
If an error does occur during structured field processing, then:
If error conditions occur, a user might not have all the expected privileges when logged on to the system.
Your product region processes structured fields in the order in which they appear. While most structured fields are independent of other fields, certain fields must be processed before others. Where such dependencies exist, they are noted in the description of the fields concerned.