Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Future consideration
Created by Guest
Created on Oct 31, 2019

INGTIMER do not produce BNH549I as there is no parm to specify NOTIFY for CHRON timers

System automation has the command INGTIMER which is used to manage timers connected to an application under it's control. The INGTIMER uses the NETVIEW CHRON under the covers. A normal Netivew timer when executing will produce a DSI208I when it is invoked or purged etc. The CHRON timer will produce a BNH549I to notify of the different events if you specify a NOTFY parameter when you set the chron. INGTIMER does not allow for the passing of this parm.

Their should also be an AAO to set what the default NOTIFY parms should be for each invocation of INTTIMER and not expect the customer to always code it.

Idea priority Medium
  • Guest
    Reply
    |
    Nov 16, 2019

    You are correct the chron function does provide a means of doing this.

    And INGTIMER Calls CHRON .

    Issue here is that the INGTIMER manages the timers based on RESOURCE status and CHRON does not.

    so we need to use INGTIMER and INGTIMER should support all CHRON parms so we can get notified.

    We cannot use CHRON on it's own with out re-inventing INGTIMER :)

  • Guest
    Reply
    |
    Nov 1, 2019

    I believe the CHRON function will provide the functionality being desired rather than INGTIMER.