General Resource Conditional Access Record

The General Resource Conditional Access record defines the conditional access to a general resource.

There is one record per general resource/access combination.

Note: For some applications, such as SQL/VM, the start and end positions must account for a 4 position length indicator at the front of each record. For applications such as these, 4 would be added to each of the start and end positions indicated.
Table 1. General Resource Conditional Access Record
Field Name Type Position Comments
Start End
GRCACC_RECORD_TYPE Int 1 4 Record type of the General Resources Conditional Access record (0507).
GRCACC_NAME Char 6 251 General resource name as taken from the profile name.
GRCACC_CLASS_NAME Char 253 260 Name of the class to which the general resource profile belongs.
GRCACC_CATYPE Char 262 269 The type of conditional access checking that is being performed. Valid values are CONSOLE, TERMINAL and JESINPUT.
GRCACC_CANAME Char 271 278 The name of a conditional access element which is permitted access.
GRCACC_AUTH_ID Char 280 287 The user ID or group ID which has authority to the general resource.
GRCACC_ACCESS Char 289 296 The authority of the conditional access element/user combination. Valid values are NONE, READ, UPDATE, CONTROL, and ALTER.
GRCACC_ACCESS_CNT Int 298 302 The number of times that the general resource was accessed.