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 Delivered
Workspace IBM i
Categories IBM i Access Family
Created by Guest
Created on Sep 15, 2021

make the pdf converter in ACS accessible by batch (.bat files)

make the function to convert a spool to pdf available via a command (just like we can open a 5250 session within a batch command).
Thank you


Use Case:

it would be nice to have the function to convert spool to pdf available via a command from within a .bat file


Idea priority Medium
  • Guest
    Reply
    |
    May 22, 2023
    IBM believes that a solution for this Idea is available with the addition of the SYSTOOLS.GENERATE_PDF scalar function.

    This was delivered in 2021 for IBM i 7.4 with SF99704 Level 13 and IBM i 7.3 with SF99703 Level 24. It was included in the base release for IBM i 7.5.

    The function is described on this page, including a link to the corresponding IBM Documentation.
    https://www.ibm.com/support/pages/node/6442021
  • Guest
    Reply
    |
    Oct 7, 2021

    Thank you for submitting your Request For Enhancement. There are already a couple plugin options available:

    The command to start the Printer Output support is:
    Start_Programs\Windows_x86-64\acslaunch_win-64.exe /plugin=splf /system=

    If you would like to convert a specific spool file, you can use:
    Start_Programs\Windows_x86-64\acslaunch_win-64.exe /plugin=rmtcmd /system= /cmd="CPYSPLF ...specify_the_other_parms"

    For additional information about these plugins and others, see https://www.ibm.com/support/pages/ibm-i-access-acs-getting-started#9.1

    After evaluating your submission, the decision at this time is to not provide any additional support.

  • Guest
    Reply
    |
    Sep 16, 2021

    You can do this via the CPYSPLF command or the SQL function (SYSTOOLS.Generate_PDF).