Previous Topic: Global and System Resource Security RecordsNext Topic: DELUSER


ATTRIBUTE

Purpose

An occurrence of this record represents an attribute defined in a profile.

Access

Record elements

Element name

Picture and usage

Description of contents

PROFILENAME

PIC X(18)

Name of the profile.

KEYWORD

PIC X(8)

The keyword that identifies the attribute.

LENGTH

PIC S9(4) USAGE COMP

Number of characters in the attribute value.

VALUE

PIC X(32)

A user-assigned value for the attribute.

OVERRIDE

PIC X(1)

Defines whether the value may be overridden at runtime:

  • 'Y'—Value may be overridden at runtime
  • 'N'—Value is static and may not be overridden

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

UUSER

PIC X(18)

ID of the user who last updated the attribute.

FILLER

PIC X(13)

(Reserved—initialized to spaces.)