Previous Topic: VTAMAPPL Resource Class—Secure VTAM ACB AccessNext Topic: WRITER Resource Class—Secure Job Output


Examples: VTAMAPPL resource class

This example gives NETPGMR ownership of ACBs defined for some test VTAM applications that have been defined as TSTAPPL and NEWACB:

TSS ADDTO(NETPGMR) VTAMAPPL(TSTAPPL,NEWACB)

This example removes ownership:

TSS REMOVE(NETPGMR) VTAMAPPL(TSTAPPL,NEWACB)

This example permits ACID NETLINK which is assigned to a batch job that executes a non‑APF‑authorized program that opens the above listed VTAM ACB names:

TSS PERMIT(NETLINK) VTAMAPPL(NEWACB,TSTAPPL)
TSS PERMIT(ALL) VTAMAPPL(NEWACB,TSTAPPL)
                ACCESS(NONE)