Previous Topic: Write a Message to the LogNext Topic: Display Application Data at the Terminal


Specify Message Text

Messages written to the Message Log are helpful in debugging ACL/E programs. To specify the message text (up to 60 characters long), issue the MSG command. For example, the message "USER1 linked to CICSA" will be written to the message log each time the user starts a CICS session if you include the following statement in a CICS startup program:

MSG '&USERID linked to CICSA.'