Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace z/OS
Created by Guest
Created on Feb 11, 2015

change ezz0401i ezz0303i ezz0318i to Error messages

please will you update the following
messages to be Error instead of informational for following as vipa was taken over even though the vipa distribute was not going to work
VIPA WAS FOUND ON LINE 197 AND A VIPADYNAMIC PARAMETER WAS EXPEcted - because vipadistribute was vipa istribute in profile
VIPA ISTRIBUTE DISTM SERVERWLM OPTLOCAL 1 10.6.9.225 line 197
EZZ0401I SYNTAX ERROR IN FILE: DD:PROFILE ON LINE: 217 AT:
'ENDVIPADYNAMIC' EZZ0303I INITIAL PROFILE FILE CONTAINS ERRORS
EZZ0318I VIPA WAS FOUND ON LINE 197 AND A
VIPADYNAMIC PARAMETER WAS EXPECTED
EZZ0318I PORT WAS FOUND ON LINE 197
ENDVIPADYNAMIC WAS EXPECTED
as their production for tcp profile syntax are production service affecting and have drastic and dramatic results for sd vipa, vipa distribute statements for example,

.

Idea priority High
  • Guest
    Reply
    |
    Nov 19, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - z Systems Software
    Product - z/OS Communications Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Enterprise Networking
    Product - z/OS Communications Server

  • Guest
    Reply
    |
    Jun 4, 2015

    TCP/IP messages with an "I" suffix can reflect error conditions. From the TCP/IP messages documentation:
    The following type codes are used in IP messages:
    A Action The message indicates that an action is required.
    E Eventual Action You must eventually take some action to correct a problem. The system continues processing without waiting for a response.
    I Information The message is for your information. This type code can be used to notify you of an error. No response is necessary, but you might need to take some action.
    S Severe Error The message is for a system programmer.
    W Wait Processing stops until the operator takes a required action.

    This documentation can be referenced in:
    http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.halb101/msgtype.htm?lang=en

    In summary, a message with a suffix of "I" can reflect error conditions, such as in this case. We have seen enough customer TCP/IP profiles that contain some syntax errors (such as not removing deprecated keywords or statements) that changing the behavior of how TCP/IP deals with syntax errors would introduce migration concerns for many users. We would recommend that once you are running on z/OS V2R1 you exploit the new Syntaxcheck option on the Vary TCPIP command to verify that TCPIP profiles are syntactically correct prior to using them. That should help reduce costly syntax errors.