Kbase P22844: Error (293) when issuing a RUN Progress 4GL Statement with extra characters at the end
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/10/2005 |
|
Status: Verified
SYMPTOM(s):
Error (293) when executing a RUN Statement with extra characters at the end
** "<file-name>" was not found. (293)
Issuing a RUN command with extra characters at the end. For instance:
RUN receive.p (INPUT a)..
or
RUN receive.p (INPUT a)).
CAUSE:
Progress considers those extra characters used within the RUN Statement as runtime arguments and then tries to compile on the fly the program that is being called. Because Progress can only find the r-code file and not the source code file for the called program under a directory listed in the PROPATH, it generates the above error message
FIX:
When running a program that takes runtime arguments, it is necessary to place its source code in a directory listed under the PROPATH so that Progress is able to compile it on the fly