Previous Topic: NODSNCHK Keyword—Bypasses Access Security ChecksNext Topic: NOPERMIT Keyword—Prevent Automatic Access


NOLCFCHK Keyword—Execute any Command

Valid on z/OS and z/VSE.

Use the NOLCFCHK keyword to allow an ACID to execute any command or transaction for all facilities, regardless of LCF (Limited Command Facility) restrictions. Auditing will occur. If the NOLCFCHK attribute is added to an ACID, then that ACID's terminal cannot be locked.

This keyword has the following format:

TSS ADDTO(acid) NOLCFCHK

This keyword is used with:

Examples: NOLCFCHK keyword

This example allows a user to execute all commands and programs:

TSS ADDTO(Q2004) NOLCFCHK

This example removes the NOLCFCHK attribute:

TSS REMOVE(Q2004) NOLCFCHK