Previous Topic: CREATE SYSTEM PROFILE SyntaxNext Topic: CREATE SYSTEM PROFILE Usage


CREATE SYSTEM PROFILE Parameters

profile-name

Identifies the profile to be created.

Profile-name can be no more than 18 characters long.

ATTRIBUTEs attribute-specification

Specifies one or more attributes to be used by the system to control the user session.

An attribute is a keyword and an associated value for the keyword.

attribute-keyword =

Specifies the attribute keyword. Any identifier of not more than 8 characters may be an attribute keyword. Certain attribute keywords have special meaning to CA IDMS.

For a list of valid keywords for system-defined attributes, see Table of attributes defined by CA IDMS.

Special keywords and their meanings are as follows:

&USER

Supplies a substitution parameter representing the current user. The value of &USER is equal to the user ID of the current user.

&GROUP

Supplies a substitution parameter representing the current group. The value of &GROUP is equal to the name of the default group for current user.

&SYSTEM

Supplies a substitution parameter representing the current system. The value of &SYSTEM is equal to the name of the system to which the user is signed on.

prefix

Supplies a prefix for the value in the substitution parameter.

suffix

Supplies a suffix for the value in the substitution parameter.

attribute-value

Supplies the value portion of the attribute specification. Attribute-value may be at most 32 characters long and must be enclosed in single quotation marks if it contains embedded blanks or special characters other than @, $, and #.

OVERRIDE

Indicates if the user can modify the attribute specification with a DCUF SET PROFILE command.

YES allows the user to override the attribute specification. NO prevents the user from overriding the attribute specification.

If OVERRIDE is not specified for the attribute specification, YES is the default.