Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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 IBM i
Created by Guest
Created on May 13, 2013

evfevent file not accounted for "user action"

I had years adm then aldon (which was Beugue) I remade adm admops
with the ability to compile with build options QBLDOPTSRC include envirronement DVP (development) QUA (quality) PROD (production) well I produce a file (* event), but I would like it to appear automatically in the error list
Please

and action user or cmd compilation

my logociel is on the web opensource
already more than 5000 enterprises have come Donwloader


I wanted that for as400 its posibilities and I do not find the same feasibility with RDI


Use Case:

exemple :
I have a command
ADMOPS / ADMCHKWDS SOC (STRALFORS) LIB (& L) (FCH & F) MBR (& N) TYP (& T) SPL (N) PRD (N)

ADMOPS / ADMCHKWDS SOC (STRALFORS) LIB (& L) (FCH & F) MBR (& N) TYP (RPGLE) SPL (N) PRD (N)
adm = CHKIN

for your tests and simplify

PGM
DCL & CMD * CHAR 512
DCL VAR (& LEN) TYPE (* DEC) LEN (15 5) VALUE (512)
MONMSG CPF0000
CHGJOB LOG (4 0 * MSG) LOGCLPGM (* YES)
CHGDTAARA DTAARA (* LDA (1 20)) VALUE ('')
CHGDTAARA DTAARA (* LDA (1 10)) VALUE ('NT200')
CHGDTAARA DTAARA (* LDA (11 10)) VALUE ('RACH35B0')
CHGVAR VAR (& CMD) VALUE ('+ CRTBNDRPG
PGM (NT200/RACH35B0) +
SRCFILE (NT200/QRPGLESRC) SRCMBR (RACH35B0) +
REPLACE (* YES) OPTION (* EVENTF) +
')
CALL PGM (QCMDEXC) PARM (& CMD & LEN)

ENDPGM


Idea priority Medium
  • Guest
    Reply
    |
    Sep 14, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - Developer for Power Systems

    For recording keeping, the previous attributes were:
    Brand - Rational
    Product family - Design & development
    Product - Developer for Power Systems

  • Guest
    Reply
    |
    Jun 24, 2013

    This RFE is consistent with our strategy and product roadmap and IBM is continuing to evaluate.

  • Guest
    Reply
    |
    May 31, 2013

    (French translation follows.)
    When you define your compile command in RD Power (Compile/Wrok with compile command) add this comment at the end:
    /* *EVENTF SRCMBR(&N) */
    RD Power will only load the event file if the command has a SRCMBR parameter and an *EVENTF option.

    --- In French: ---
    Quand vous définissez la commande de compilation dans RD Power, (Compiler / Gérer les commandes de compilation), ajoutez le commentaire suivant à la fin de la commande.
    /* *EVENTF SRCMBR(&N) */
    RD Power charge le fichier d'événements seulement si le paramètre SRCMBR et l'option *EVENTF existent dans la commande.