2021-08-24 15:29:30 -04:00

12 lines
327 B
Plaintext

PGM
/* Basic test, using a library as the object to report on */
/* Return just a message. */
DCL VAR(&MSG) TYPE(*CHAR) LEN(200)
GETOBJUSR OBJECT(QSYS/LENNONS2) TYPE(*LIB) MSGFLD(&MSG)
SNDMSG MSG(&MSG) TOUSR(*REQUESTER)
ENDPGM