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 Delivered
Workspace PL/I Compilers
Categories z/OS
Created by Guest
Created on Dec 15, 2022

Enable Enterprise PL/I programs which are compiled as NORENT (and linked into a NORENT/NONDLL program object/load module) to be able to fetch/call program objects which are linked as RENT/DLL, such as PL/I AMODE(64), JAVA, and other modern APIs.

Use case:

Enterprise PL/I has the following requirements/restrictions documented in Chapter 1 of the Programming Guide (GI13-5620-00) regarding the RENT compiler option:

 

“RENT (compiler option)

If you link a module (either MAIN or FETCHABLE) containing one or more programs compiled with the RENT option, you must specify DYNAM=DLL and REUS=RENT on the link step.

:

:

Code compiled with NORENT code cannot fetch a module containing any code compiled with RENT.”

 

With current RENT compiler option requirements/restrictions the only way for a NORENT application to be able to fetch/call a RENT/DLL is for the caller to be recompiled as RENT and relinked as a RENT/DLL.  And there is a ripple effect if the routine that is fetching/calling the DLL happens to be a fetchable program it’s caller must also be recompiled as RENT and relinked as a RENT/DLL…..and this process is required all the way back to, and including,the main application.

 

 

Business justification:

The current RENT compiler option requirements/restrictions effectively prevent NORENT PL/I legacy applications from using modern RENT/DLLs.  If this RFE were delivered it would enable NORENT PL/I legacy applications to be modernized with the capability to call DLL code such as PL/I AMODE(64), JAVA and other modern APIs.

Idea priority Medium
  • Guest
    Reply
    |
    Jan 23, 2023
    This could be very helpful for many users