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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
See this idea on ideas.ibm.com
・ 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.
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 |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
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.
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?
The test is scheduled to be completed in the week of May 11.
Let us know the results of your testing.
I got a test fix. We will test it.
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.
IBM has received this requirement and is evaluating it. A response will be provided when evaluation is complete.