Plus, you will need to make the file spec usropn.
Then once you do the override you will need to hande the open and close in the
program.
Sharon
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [
mailto:rpg400-l-bounces@xxxxxxxxxxxx] On
Behalf Of Tim Hawkins
Sent: Wednesday, June 06, 2007 12:18 PM
To: 'RPG programming on the AS400 / iSeries'
Subject: RE: Ovrsplf in rpgle program help
Willie,
Your EVAL needs to look more like this:
EVAL @CMD = 'OVRSPLF FILE(ABCFILE) COPIES(' + %char(LABNO) + ')'
LABNO is a variable (assumed numeric), and not a character constant.
Hawk
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [
mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Willie J. Moore
Sent: Wednesday, June 06, 2007 10:15 AM
To: rpg400-l@xxxxxxxxxxxx
Subject: Ovrsplf in rpgle program help
I want to use the ovrsplf option in an rpgle program. I need to override the
number of 'copies'. The number of 'copies' (labno) will be from a field
entered on a display.
Here is what I have come up with so far:
F ADITALABRPO E PRINTER OFLIND(*IN91)
EVAL @CMD = 'OVRSPLF FILE(ABCFILE) COPIES(LABNO)'
CALL 'QCMDEXC'
PARM @CMD
PARM LEN 15 5
C WRITE DTEORDNO
C WRITE DTEORDN1
I can do this in a CL program. Have the number of labels in the display
program pass to the print program. But would like to do it all in one
program.
Any help or examples would be greatly appreciated.
Thanks,
William Moore
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/rpg400-l.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/rpg400-l.
CONFIDENTIAL
This e-mail and any files transmitted with it are the property of
BillSoft, Incorporated and/or its affiliates, are confidential, and are
intended solely for the use of the individual or entity to whom this
e-mail is addressed. If there is a non-disclosure agreement in effect
between BillSoft and the recipient, the contents of this email and any
files transmitted with it should be treated as confidential under the
terms of such agreement. If you are not one of the named recipients or
otherwise have reason to believe that you have received this e-mail in
error, please notify the sender and delete this message immediately
from your computer. Any other use, retention, dissemination, forwarding,
printing or copying of this e-mail is strictly prohibited.
"BillSoft" and "EZTax" are registered trademarks of BillSoft,
Incorporated.
As an Amazon Associate we earn from qualifying purchases.