Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single-line WTO messages are disaplyed as multi-line #509

Open
colinpaicemq opened this issue Feb 3, 2025 · 1 comment
Open

Single-line WTO messages are disaplyed as multi-line #509

colinpaicemq opened this issue Feb 3, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@colinpaicemq
Copy link

colinpaicemq commented Feb 3, 2025

Description

On the console there are messages

IEE252I MEMBER ZWESIP00 FOUND IN IBMUSER.ZWEV3.CUST.PARMLIB              
STC06333 00000090  ZWES0105I Core server initialization started 689                         
STC06333 00000090  ZWES0109I Core server ready 690                                          
STC06333 00000090  ZWES0200I Modify commands: 691                                           
     691 00000090             DISPLAY  OPTION_NAME  - Print service information             
     691 00000090               OPTION_NAME:                                                
     691 00000090                 CONFIG - Print server configuration information (defau    
     691 00000090             FLUSH   - Print all pending log messages                      
     691 00000090             LOG <COMP_ID> <LOG_LEVEL> - Set log level                     
     691 00000090               COMP_ID:                                                    
     691 00000090                 CMS   - Cross memory server                               
     691 00000090                 CMSPC - PC routines                                                               

The 691 refers to a multi line wto. ... and the lines beginning with 691 are part of this MLWTO. This is how it is meant to work.

The message ZWES0109I Core server ready 690
the 690 says this is a MLWTO, but it is the only message in the MLWTO. For one line messages
you should use the WTO and not MLWTO

Expected behavior

It should just display

STC06333 00000090  ZWES0105I Core server initialization started 
STC06333 00000090  ZWES0109I Core server ready 

like the IEE252I message

@Martin-Zeithaml Martin-Zeithaml transferred this issue from zowe/docs-site Feb 3, 2025
@ifakhrutdinov ifakhrutdinov changed the title Issue with docs.zowe.org/stable/user-guide/configuring-zowe-via-jcl/ Single-line WTO messages are disaplyed as multi-line Feb 6, 2025
@ifakhrutdinov
Copy link
Contributor

@colinpaicemq great find, thanks; we'll adjust the code not to use multi-line WTOs for such messages.

ifakhrutdinov added a commit that referenced this issue Feb 11, 2025
Fixes: #509

Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov added a commit that referenced this issue Feb 11, 2025
Fixes: #509

Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
ifakhrutdinov added a commit that referenced this issue Feb 11, 2025
Fixes: #509

Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
@ifakhrutdinov ifakhrutdinov added the bug Something isn't working label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants