> It's not the opposite. You wrote "Messages in z/OS do not wrap and are not formatted." That's an unqualified statement. It doesn't say that spliiting only takes place at the last minute.
> WTO's don't add a line to an outstanding WTO. What is CONNECT, chopped liver? ",CONNECT=connect field Specifies a field containing the 4-byte message ID of the previous WTO to which this WTO is to be connected. This message ID is obtained as an output parameter (returned in register 1) from the previous WTO. If a register is used, it contains the address of the message ID. CONNECT is valid only for continuation of multiple-line messages. When you specify this parameter in the list form, code it as CONNECT= with nothing after the equal sign." -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Jon Perryman [jperr...@pacbell.net] Sent: Tuesday, May 19, 2020 5:08 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Question on wrapped JESMSGLG messages On Monday, May 18, 2020, 05:49:43 PM PDT, Seymour J Metz <sme...@gmu.edu> wrote: >> Messages in z/OS do not wrap and are not formatted. > In the nextt paragraph you say the opposite. It's not the opposite. Consol address space builds a line that is destination dependent. Compare the same message in syslog versus joblog. If that line will not fit in the space available for that destination, then consol will split the line. Destinations such as TSO CONSOLE shouldn't split lines since the buffer should be large enough for the largest line. >> Multi-line messages are multiple MLWTO's > No, it's generally what its name suggests, a single WTO that specifies > multiple lines of text, > although there is a CONNECT parameter that allows > you to add a line to an outstanding WTO. WTO's don't add a line to an outstanding WTO. Each message in a WTO is presented to the SSI as a separate message. The OP wanted to know about multi-line message and how they are formatted. The op needs to understand that messages are not formatted in any way by WTO or CONSOL. In fact, each message is not validated and may contain invalid hex values. All formatting is performed prior to issuing the WTO. The op should also understand that the line wrap they see in syslog occurs because the line does not fit in the destination. The number added to the line identifies a group of messages (mlwto) because they may be interspersed with other messages. There are cases where messages have occurred days after the first line in an MLWTO. >> z/OS messages and codes. > There is a z/OS MVS System Messages Volume 1 (ABA - AOM) that describes > message formats. For the OP, this section may answer other questions. Jon. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN