Previous Topic: &ZOPSVERS

Next Topic: &ZPERRORC


&ZOUSERID

Provides the originating user ID for an NCL process that was submitted, or is executing as the result of a timer command.

Is used to determine the user ID of the original command.

Example: &ZOUSERID

&IF &ZOUSERID NE &USERID &THEN +
    &WRITE DATA=PROC SOURCED EXTERNALLY

Notes:

The originating user might no longer be signed on.

The originating user ID is tracked through any number and level of AT, EVERY, and SUBMIT commands.

The originating user ID is not tracked through ROF ROUTE commands to another system.

More information:

&USERID