Hi Peggers,
May I enlist the help of an expert for the following:
I have a program which contains a NEW SHARED TEMP-TABLE. The program then runs another via. "mbpro". How can I get parameters through to the program being run (req_testrun.p) without having to make entries in the .pf ?
In the example below, I have defined the SHARED TEMP-TABLE in req_testrun.p but this does not work. Can anyone help me ?
-------------------------------------------------------------------
DEFINE NEW SHARED TEMP-TABLE tt........
IF request.command = "RUN" THEN
DO:
vbatch =
"mbpro -pf " + TRIM(vpf) +
" -p req_testrun.p >> " +
vscriptpath + "request.log 2>&1.
UNIX SILENT VALUE(vbatch).
PAUSE 10.
END.
-------------------------------------------------------------------
Many thanks in advance,
(exasperated) John.
May I enlist the help of an expert for the following:
I have a program which contains a NEW SHARED TEMP-TABLE. The program then runs another via. "mbpro". How can I get parameters through to the program being run (req_testrun.p) without having to make entries in the .pf ?
In the example below, I have defined the SHARED TEMP-TABLE in req_testrun.p but this does not work. Can anyone help me ?
-------------------------------------------------------------------
DEFINE NEW SHARED TEMP-TABLE tt........
IF request.command = "RUN" THEN
DO:
vbatch =
"mbpro -pf " + TRIM(vpf) +
" -p req_testrun.p >> " +
vscriptpath + "request.log 2>&1.
UNIX SILENT VALUE(vbatch).
PAUSE 10.
END.
-------------------------------------------------------------------
Many thanks in advance,
(exasperated) John.