Return to the CL Tips
How to display a message to a user at the bottom of the screen after a CL program has completed.
Use SNDPGMMSG to send a completion message.
sndpgmmsg msgid(cpf9898) msgf(qcpfmsg) msgtype(*comp) + msgdta('Program' *bcat &PgmName *bcat + 'completed normally')
Notice the message type is *COMP, for completion.
[report a broken link by clicking here]