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 Mar 7, 2018

Request for continuous printing of using PDT file of ACS

・ Print multiple spooled files in succession.
・ The attributes such as page size, CPI, LPI of each spooled files are the same value.
・ Use PDT.

example
Execute three consecutive spooled files of the page length is 27 rows.
Use default PDT file「IBM 5577-B2、F02、G02、H02」.

After executing, the position of the page break is incorrect. The start position of the third spooled files is greatly shifted.


When I confirmed the execution from ACS to Q & A, I got the following specifications and suggested countermeasures.
--------------------------------------------------------------
specifications

- IBM i 's Writer JOB
When sending multiple spooled files to the device in succession,
attributes such as page size, CPI, LPI is not sent if it is the same value as spooled files sent immediately before.

- Printer session of ACS
For attributes not sent from IBM i, send the value of the parameter defined in PDT to the device.

In the IBM provided PDT, the default length is set to 66.
As a result, after performing the second spooled files output, a page break is made at 66 rows and it is not output correctly.

counter-measure
1. Initialize Writer program every time spooled files is executed and send attributes such as page size, CPI, LPI.
A. Change the default value of the command.
   command:
CHGCMDDFT CMD(STRPRTWTR) NEWDFT('INIT(*ALL)')

B. Terminate the automatically started Writer program and start the command manually or programmatically.
   command:
    1.ENDPRTWTR
    2.STRPRTWTR INIT(*ALL)

2. Correct the PDF and create a special PDT separately.
--------------------------------------------------------------

It is difficult to think about smooth transition from IAW to ACS.
1 - A. It affects all printer devices. It is necessary to pay attention because Application of PTF and version upgrade of OS returns to the initial value.
1 - B. It is not affected by Application of PTF and version upgrade of OS, but every time connecting with Printer session, the user needs to execute the above command.
2. It is inconvenient and unrealistic to create PDT for each form with different page length or to configure Printer session dedicated to that PDT.


Use Case:

Request
For parameters related to execution that have not been sent from IBM i,
refer to the parameters of the job executed immediately before without referring to the definition of PDT,
We would like you to implement the traditional IBM i Access for Windows(IAW) Printer session 's "UseDefault=N" behavior in ACS as well.

Even if the customer shifts from IBM i Access for Windows to ACS, the form output function can be used with the same operation and operation method as before.


Idea priority Medium
  • Guest
    Reply
    |
    May 7, 2018

    It is generally available today as a test fix. It will also be in our next update available in June 2018.
    The default is INHERIT_PARAMETERS=NO. You will need to update the PDT to set it to YES.

  • Guest
    Reply
    |
    May 7, 2018

    The test is completed. There was no problem in the result.
    The test fix meets our requirement.

    If this test fix is ​​officially released, is "INHERIT_PARAMETERS?=YES" the default value?

  • Guest
    Reply
    |
    Apr 26, 2018

    The test is scheduled to be completed in the week of May 11.

  • Guest
    Reply
    |
    Apr 23, 2018

    Let us know the results of your testing.

  • Guest
    Reply
    |
    Apr 19, 2018

    I got a test fix. We will test it.

  • Guest
    Reply
    |
    Apr 17, 2018

    We recently provided a test fix that addressed this request. Please contact our Service team and reference PMR 63835,674,760 (internal CPS AXQN3J). They will be able to provide you with an updated version of ACS and instructions on how to enable continuous printing using PDT.

    Let us know if that meets the requirement.

  • Guest
    Reply
    |
    Mar 16, 2018

    IBM has received this requirement and is evaluating it. A response will be provided when evaluation is complete.