Previous Topic: MODE Keyword—Operating ModeNext Topic: MRO Keyword—Maintain Security Records


MODE Keyword—Specify Operating MODE

Valid on z/OS and z/VM.

Use the MODE keyword to specify an operating MODE for a user, control or profile ACID.

This keyword has the following format:

TSS PERMIT(acid|profile) MODE(DORM|WARN|IMPL|FAIL)

Examples: MODE keyword

This example forces a user to run in IMPL mode:

TSS PERMIT(PAYUSER) MODE(IMPL)

This example changes this specification to FAIL mode:

TSS REVOKE(PAYUSER) MODE(IMPL)
TSS PERMIT(PAYUSER) MODE(FAIL)