×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
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
As an Amazon Associate we earn from qualifying purchases.