Have you tried
ACTION='CMD CALL PGM(BI60E0C) PARM('''S''' '''01''')'
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [
mailto:midrange-l-bounces@xxxxxxxxxxxx]
On Behalf Of Denis Robitaille
Sent: Wednesday, May 30, 2007 7:10 AM
To: 'Midrange Systems Technical Discussion'
Subject: Rép. : UIM Menu issue with program CALL and parms
Maybe you should leave a space between the 2 parameters:
ACTION='CMD CALL PGM(BI60E0C) PARM(''S'' ''01'')'
"Doug Palme" <dpalme@xxxxxxxxxxx> 2007-05-30 10:01 >>>
I have created a UIM Menu that will be used to call a program that needs two
parms passed to it, but so far I have been unable to get it coded correctly
(even though it compiles).
Here is the relevant section of the code:
:MENUI OPTION=5
ACTION='CMD CALL PGM(BI60E0C) PARM(''S''''01'')'
COND=BATCH1
HELP=EMPTY.Batch Index Invoices
.*
I have used just single quotes around the two parm values, two single quotes,
etc. and nothing seems to work. I even checked the string by running it on a
command line and displaying it and then copying it in and nothing seems to
work. Any assistance would be greatly appreciated.
****************************************************************************
This transmission may contain information that is privileged, Confidential
and/or exempt from disclosure under applicable law. If you are not the intended
recipient, you are hereby notified that any disclosure, copying, distribution,
or use of the information contained herein (including any reliance thereon) is
STRICTLY PROHIBITED. If you received this transmission in error, please
immediately contact the sender and destroy the material in its entirety,
whether in electronic or hard copy format. Thank you.
****************************************************************************
As an Amazon Associate we earn from qualifying purchases.