0 pts.
 Additional options for spool files
I would like to add an option to the Work with Job Spooled Files and Work with All Spooled Files screens that will perform exactly like option 2, except that the default for the DUPLEX parameter is (*YES). TIA for all replies.

Software/Hardware used:
ASKED: January 5, 2006  11:54 AM
UPDATED: November 23, 2009  7:54 AM

Answer Wiki:
AFAIK: The Work with Job Spooled Files and Work with All Spooled Files options are set. To add additional options, you will have to investigate the APIs and write your own 'Work with ...' processing program and or command(s). Check out the QUSLSPL or QGYOLSPL apis at the API finder in the information center.
Last Wiki Answer Submitted:  January 9, 2006  8:20 pm  by  TheQuigs   0 pts.
All Answer Wiki Contributors:  TheQuigs   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Unfortunately you cannot change the actual processing behind the options in the way that you want. You can change the default value for the DUPLEX parameter on the CHGSPLFA and/or CRTPRTF command to *YES if that makes more sense for you, but it would be a system wide change.

To change the default use:

CHGCMDDFT CMD(CHGSPLFA) VALUE(‘DUPLEX(*YES)’)

or

CHGCMDDFT CMD(CRTPRTF) VALUE(‘DUPLEX(*YES)’)

Hope it helps

Jonathan

 370 pts.

 

Note that current releases do allow some customization of some spooled file panel options.

Tom

 107,735 pts.