Previous Topic: RESOURCEAUTHNext Topic: USER


RESOURCEGROUP

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:

  • 'CATE'—Category
  • 'SAPP'—Application

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:

  • 'S'—System-assigned
  • 'U'—User-assigned
  • ' '—(Resource type is 'CATE')

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.)