APPLIST Command

The APPLIST command activates or refreshes authorized application list definitions. When you create an APPLIST member or update an existing member, for example,

&rhilev.RLSPARM(KLGIAPL1), you must issue the APPLIST command to invoke the new list. You must include the APPLIST in the CL/SuperSession configuration member.

You can also use the APPLIST command to associate a broadcast message group with an authorized application list. This method is useful when the application list is associated with a user or group of users with common network notification requirements.

Any CL/SuperSession operator can issue the APPLIST command. However, to ensure that the APPLIST commands are active when needed, use a CLIST such as

&rhilev.RLSCMDS(KLGCAPLT) to invoke the initial APPLIST commands that establish the production CL/SuperSession environment.

Before you issue the APPLIST command, you must issue an APPLDEF command for an application named in the authorized application list. If you remove and then re-establish an APPLDEF statement, you must reissue an APPLIST command for every application list that includes the application defined in the APPLDEF command.

For detailed information on the APPLIST command, see the Operator's Guide.

Example

You may want to create authorized application lists composed of applications whose APPLDEF commands specify different groups. To do so, follow these steps.

  1. Create a member in &rhilev.RLSPARM called APLSTALL. In APLSTALL enter

    GROUP=0

    /

    GROUP=100

    /

    GROUP=200

    /

  2. Issue the APPLIST commands as follows:

    APPLIST APLSTALL ID=G100 GROUP=100

    APPLIST APLSTALL ID=G200 GROUP=200

  3. Add the Applist ID in the user profile to point to G100 for all users you want to have access to Group 100 applications. Add the Applist ID in the user profile to point to G200 for all users you want to have access to Group 200 applications.