I can think of two mechanisms off-hand.

1) after X xautologs user B with command EXEC Y, it loops checking for
user B being logged on. Once user B is no longer logged on, exec X can
continue.

2) after X xautologs user B..., it waits for an SMSG from user B using
the WAKEUP program. The EXEC Y needs to send X and SMSG just before
logging indicating a successful/unsuccessful completion.

/Tom Kern

Howard Rifkind wrote:
> I'm running exec X on cms user 'A'
>  
> I exec X has to start exec Y running on cms user 'B' and after exec Y
> terminates it has to return control to the exec on cms user 'A'
>  
> I could use some suggestions as to the best way to do this.
>  
> Thanks

Reply via email to