Purpose
An occurrence of this record represents an application or category that has been defined with a CREATE RESOURCE statement. Applications are defined when the first CREATE RESOURCE ACTIVITY application-name.activity-name statement is issued.
Access
Record Elements
|
Element name |
Picture and usage |
Description of contents |
|---|---|---|
|
RESOURCETYPE |
PIC X(4) |
The code for the resource group:
|
|
RESOURCENAME |
PIC X(60) |
The name of the application or category. |
|
OWNER |
PIC X(18) |
(Not applicable—initialized to spaces.) |
|
CATEGORYNO |
PIC S9(4) USAGE COMP SYNC |
For categories, the unique number assigned to the category. For applications, the value is 0. |
|
FUNCTIONASSIGNMT |
PIC X(1) |
How activity numbers are assigned:
|
|
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 resource group. |
|
UUSER |
PIC X(18) |
ID of the user who last updated the resource group. |
|
FILLER |
PIC X(19) |
(Reserved—initialized to spaces.) |
|
Copyright © 2014 CA.
All rights reserved.
|
|