Purpose
An occurrence of this record can represent:
Access
Record Elements
|
Element name |
Picture and usage |
Description of contents |
|---|---|---|
|
AUTHID |
PIC X(18) |
The authorization ID of the user. |
|
LENGTH |
PIC S9(4) USAGE COMP |
The number of bytes (a multiple of 32) currently allocated to the category bit map; initialized to 0 when TYPE is 'P'. |
|
TYPE |
PIC X(1) |
Type of user data:
|
|
SYSTEM |
PIC X(8) |
The identifier of a CA IDMS system; initialized to spaces when TYPE is 'C'. |
|
PROFILENAME |
PIC X(18) |
The name of the system profile; initialized to spaces when TYPE is 'C'. |
|
CTIME |
PIC X(64) USAGE BIT |
Time created. |
|
UTIME |
PIC X(64) USAGE BIT |
Time of the last update. |
|
CUSER |
PIC X(18) |
ID of the user who created the record occurrence. |
|
UUSER |
PIC X(18) |
ID of the user who last updated the record occurrence. |
|
FILLER |
PIC X(5) |
(Reserved—initialized to spaces.) |
|
CATEGORIES |
PIC X OCCURS 0 TO 4096 DEPENDING ON LENGTH |
The bit map used to identify categories. Each bit in the bit map corresponds to a category number from 1 to 32,767. |
Special Record Occurrence
The following occurrence of the USERDATA record is created by the first CREATE RESOURCE CATEGORY statement and is used to manage category number assignment:
|
Copyright © 2014 CA.
All rights reserved.
|
|