have you checked if you use the same command ? libl?
wrkobj *ALL/IFMASM *CMD
Cordialement, Kind Regards,
Merci, thank you,
Paul
Paul Roy
paul.roy@xxxxxxx
+352 621 256 810
+32 477 971 925
REAL Solutions S.A.
33, rue d'Eich
L-1461 Luxembourg
real.lu
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed. If
you have received this email in error please notify the system manager.
Please consider the environment before printing this e-mail.
From: Michael Ryan <michaelrtr@xxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Date: 05/08/2016 18:32
Subject: Command Parameter Grief.
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
Sigh. If I issue this command from the command line, it works fine:
IFMASM ASMFLE((*IFS '/sigpdf/0310000462.PDF')) RESOURCE('')
LOCATION(*LOCAL)
RMTSVRURL('
http://127.0.0.1:9615')
OUTFILE1('/dev/null')
RUNTIME((ASSEMBLY_PAGE_COUNTS TRUE))
If I try it in a CL program, I don't think it's seeing the RUNTIME
parameter. I can look in a log and see that it doesn't reference the
RUNTIME parameter. However, when I run it from a command line, I can see
in
the log that it does reference the RUNTIME parameter.
I've changed the parameters, but it just doesn't work from a CL program.
This has to be a command line thing. I wonder if I need to create the
whole
command in a variable and then use QCMDEXEC to execute it. Any ideas?
Thanks...
As an Amazon Associate we earn from qualifying purchases.