With CA-ACF2
Modify your configuration as follows:
- Add the following entry to -RHILEV-.RLSPARM(KLVINNAM):
CLASSES=dynaplstwhere dynaplst is a member in -RHILEV-.RLSPARM.
- Define dynaplst in -RHILEV-.RLSPARM to contain
VGWAPLST EXTERNAL=APLwhere
EXTERNAL=APLrefers to a resource class of R-APL.
Your ACF2 administrator must also make the following changes to
ACF2:
- Define R-APL in ACF2 and associate it with ACF2 resource names.
These ACF2 resource names are the session IDs that you defined in the APPLDEF command. For more information, see Session types.
- Determine the access rights for each session ID by a generalized
resource rule in ACF2.
Your ACF2 administrator can use the following example as a guide to setting the generalized resource rule with application names. The example uses TSOA as the application name.
- From the TSO READY prompt type
ACF, and press Enter. - At the ACF prompt, type
SET RESOURCE(APL), and press Enter. - At RESOURCE, type
COMPILE *, and press Enter. - At the ACF COMPILER ENTERED prompt, type:
. $KEY(TSOA) TYPE(APL). UID(your_userids) ALLOW. /*Press Enter.
- At the RESOURCE prompt, type
STORE, and press Enter.
- From the TSO READY prompt type
The rule shown here defines only one application, TSOA. To specify
other applications, add more $KEY(sessionid) TYPE(APL) statements
to this rule.
Note: Previous references to session ID can also include or be replaced
by
VTAM network name (APPLID). Refer to Using administrator functions.