I HAVE WRITTEN A CL PROGRAM WHICH USES QEZSNDMG TO SEND A BREAK MESSAGE TO SPECIFIC USERS. IT WORKS PERFECTLY EXCEPT IF THE USER ISN'T SIGNED ON, HE DOES NOT GET THE MESSAGE UNLESS HE DOES A DSPMSG. IS THERE A WAY TO MAKE THE MESSAGE AUTOMATICALLY POP UP AFTER THE USER SIGNS ON?
Software/Hardware used:
ASKED:
March 8, 2007 9:13 PM
UPDATED:
January 3, 2010 12:06 PM
Break messages are designed to break into an active session if the session is not active then the break doesn’t happen and there is no may to tell it to break later. The change you might need to make is for those selected users to change their initial program to do a dspmsg or change it to break mode when they signon and then change it back before running their normal signon program.
Also, users can turn break messages off. If break messages are turned off, you can’t break in. It all depends on how much control you have over user jobs.
Tom