ACCESSCODE Assignment

<accesscode assignment>

── ACCESSCODE ── = ─┬─ <accesscode> ──┬───────────────────┬────────────┤
                    │                 └─ / ── <password> ─┤
                    └─ # ── <string primary> ─────────────┘

<accesscode>

── <name> ─────────────────────────────────────────────────────────────┤

Explanation

The ACCESSCODE attribute assigns an accesscode to a task.

The following is an ACCESSCODE assignment:

ACCESSCODE = CHARLY/V5; 

The following assigns a null value to the ACCESSCODE attribute:

 ACCESSCODE = "";

For an explanation of string primaries, refer to Using String Primaries.

To change the password of a job, you must use the ACCESS statement. Refer to ACCESS Statement for details.

When accesscode password-aging is enabled, the WFL compiler gives a warning if the accesscode password specified for a job is in the warning state. An error is given if the password has expired. Refer to the Security Overview and Implementation Guide for details.

Examples

The following example assigns a string variable that has the accesscode and password as its value:

ACCESSCODE = #ACCSTR; 

The following example assigns separate string variables as values for the accesscode and password:

ACCESSCODE = #ACCSTR / #ACCPASTR ;