Consultor Eletrônico



Kbase 19143: Error 293 running STRPROCLI in AS/400
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/03/2003
Solution ID: 19143

FACT(s) (Environment):

Progress AS400 Dataserver

SYMPTOM(s):

Error when running STRPROCLI on AS/400

** "<file-name>" was not found. (293)

FIX:

Set the PROPATH parameter.

If seeing this error with having defined all directories needed on the PROPATH parameter, then make sure that there is no spacebar between the directories and the commas.

For example, the PROPATH shows 'include, report', the programs in report directory will no be found, because there is a spacebar before report directory.

Another cause of the error is if using the PROPATH parameter and the working directory is not in the PROPATH. The problem arises when there are programs located in the working directory.

For example, running the following program /tmp/prog.p:

STRPROCLI STRPROC(PROG.P) SCHDB(SPORTS) PROPATH('programs')WRKDIR('/tmp')

will show the error.

Insert /tmp in PROPATH parameter.