[[{“value”:”Two years ago the Send Message, SND-MSG, operation code was added to RPG. In the latest round of Technology Refreshes a number of new options have been added to SND-MSG and the Target, %TARGET, built in function.
To oversimplify it SND_MSG consists to three parts:
Type of message to send
Message text or variable
The target for the message, which is the %TARGET built in function, BiF. This is optional
For example:
SND-MSG *INFO ‘Message text goes here’ %TARGET(*SELF)
Read more »”}]] Read More