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 Planned for future release
Categories Front End
Created by Guest
Created on Mar 10, 2021

HACP EE to support PDT files.

HACPEE currently provides printing support in a way that it gathers the text string from the 3270 screen, then converts it to PDF and puts it temporarily on a directory on the HACPEE server, then the user can grab that document to the workstation and send it to a printer. Such PDF is automatically deleted after the user closes the session.

This process does not meet our printing requirements because, apart of the text string from the 3270 screen, we need to generate a PDF document including our own forms and company logo. We generate such a PDF with a 3rd party SW for composing PDF documents.

We are currently testing an in-house java procedure, based on HACL libraries, which, on one side reads the text strings from the 3270 screen, and on the other side uses an existing PDT document (one existing PDT file per LU3 printer) which contains the LU3name of the corresponding printer, and then generates an output SPL file whose initial content is like this:

@#I177782F

where I177782F is the LU3name.

We need the SPL file to contain the LU3name in the body, preceded by @#, because our 3rd party SW to compose the PDF document needs it in order to identify the target printer where the PDF needs to be printed on. Our java procedure puts that SPL file in a folder where our 3rd party composing PDF SW can grab it from. Then, our 3rd party composing PDF SW uses the SPL file and our company forms/logos, generates the final PDF file, and sends it to the corresponding printer as identified by the LU3 name. Then, our 3rd party SW automatically deletes the SPL file from the initial folder.

This is just an in-house sandbox java procedure so, we require HACPEE to provide the same functionality in the code of the product. We need such a feature to be officially supported by HACPEE base code, not a customized code.

Idea priority Urgent
  • Guest
    Reply
    |
    May 31, 2021

    The feature that is described in this request is a candidate for a future release.