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 Jan 21, 2020

New IMPORT parameter on DCLF command

Add new IMPORT parameter to the DCLF (Declare File) CL command so the fields would be initialized with an exported Data Structure from a Service Program or another Module

Rules and Validations:
-The new IMPORT parm would require a name up to 14 chars long (RPG variables naming restrictions) that would be validated at bind time to be a name of an exported data structure

-The new IMPORT parm would be valid only in a CLLE *MODULE created with CRTCLMOD. Cannot be used in a CLLE *PGM which is irrelevant

Example:
In a RPGLE, a data struc name SomeDS is declared and exported with EXPORT keyword
DCL-DS SomeDS ExtName('SomeExtDS') Export END-DS;

In a CLLE, the data struc is imported on the DCLF command with the IMPORT parm
DCLF FILE(SOMEEXTDS) IMPORT(SOMEDS)


Use Case:

When a CLLE Module is bind with a Service Program or other Module, one would be able to assign fields of an externally defined file with an exported Data Structure


Idea priority Medium
  • Guest
    Reply
    |
    Nov 30, 2021

    IBM does not intend to provide a solution to this request at this time, so it is being closed.

  • Guest
    Reply
    |
    Jul 2, 2020

    Thank you IBM for evaluating my RFE

    My new functionality can be merged with RFE #134466 since they both work on Data Structures.
    I mean that would make more sense to have the *IMPORT parm on a DCL-DS definition than on a DCLF

  • Guest
    Reply
    |
    Apr 29, 2020

    IBM has received this requirement and is evaluating it. IBM will provide a response after evaluation is complete.