RUN COMMAND
Abd Ghani Abdullah
abdghani at staroba.org
Thu Sep 28 03:19:06 CDT 2006
Hello all,
What is the best way to convert RUN COM in QDESIGN in MPE to UNIX?
The scenario is in PROCEDURE DESIGNER
run command "purge file A" + staff-id
run command "purge file B" + staff-id
run command "QTP" (to populate file A)
run command "file a = A" + staff-id
run command "file b = B" + staff-id
run command "COBOLX"
COBOLX uses A as input and B as output. the staff-id is dynamic based on
Currently we are using the following command
run command "rm A" + staff-id
run command "rm B" + staff-id
run command "QTP" (to populate file A)
run command "ln -sf A" + staff-id + " a"
run command "ln -sf B" + staff-id + " b"
run command "$NLRUNCBL COBOLX.acu"
Eventhough the data is created in file A+staff-id, COBOL seems not to read the
data from there and printing out blanks.
Thanks & regards,
Ghani.
More information about the powerh-l
mailing list