Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This page describes Profound UI break messages and how to send them. PUI Break Messages are a special type of message that can be sent from a certain command and received in users' Genie or Rich Display sessions. This is not the same as the IBM i Break Message feature: messages sent with SNDBRKMSG will not be received on Profound UI Genie/RDF sessions.
...
Code Block | ||
---|---|---|
| ||
Dcl-Ds QMSG LEN(5018) qualified; mdate Date; mtime Time; msg char(5000); End-Ds; |
...
Because the date and time take the first 18 bytes, the message has a maximum length of 5000 characters.