Consultor Eletrônico



Kbase P135341: Unable to find r-code when comment is hard up against run statement.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/05/2010
Status: Verified

SYMPTOM(s):

Unable to find r-code when comment is hard up against run statement.

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

Compile arguments provided to the RUN statement, but could not find procedure '<procedure Name>'. (14427)

FACT(s) (Environment):

R-Code for procedure exists.
Source code for procedure does not exist.
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

CAUSE:

The comment starts immediately after the run statement.
Example: run subdir/abc.p./* comment */

CAUSE:

Bug# OE00175163

FIX:

Make sure you have a least one space before you enter the comment.
Example: run subdir/abc.p. /* comment */