Previous Topic: APPCLU Resource Class—Secure APPCLU LinksNext Topic: APPCSI Resource Class—Secure APPC Side Information Files


APPCPORT Resource Class—Specify VTAM LU Name

Valid on z/OS, ESA 4.2.0 and above only.

Use APPCPORT to indicate the VTAM LU name of the Logical Unit (LU) from which an APPC conversation request must originate. The APPL resource class is used to indicate to which LU a conversation request is made.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) APPCPORT(luname,...)
Prefix length

One to eight bytes

Capacity of list

One to five LU names per TSS command

Prefixing and masking are both supported.

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) APPCPORT(luname...)
Prefix length

One to eight bytes

Capacity of list

One to five LU names per TSS command

APPCPORT is used with:

The administrator can use any of the following methods to control access to APPCPORT resources: Expiration, Program Pathing, Time/Day, and Actions.

Examples: APPCPORT resource class

This example restricts ACIDs belonging to the PROCDEPT so that they can only initiate a Transaction Program (TP) from LU01:

TSS ADDTO(PROCDEPT) APPCPORT(LU01)

The administration may now PERMIT access to users or profiles that require access.

This example removes ownership:

TSS REMOVE(PROCDEPT) APPCPORT(LU01)

This example permits users with the Technical Services Profile to access LU01 on Fridays only:

TSS PERMIT(TECHPROF) APPCPORT(LU01) DAYS(FRIDAY)