Notify the i5/OS User of the Start of a Process

This Process performs a RUN TASK that sends the message PROCESS HAS STARTED to the message queue of workstation WSUSER01.

PROC01  PROCESS   SNODE=CD2200
                  SNODEID=(USER01,PSWD01)
STEP1   RUN TASK  SNODE (PGM=AS400)
                  SYSOPTS="CMD(SNDBRKMSG MSG(’PROCESS HAS STARTED!’)
                  TOMSGQ(WSUSER01))"
PEND