Consultor Eletrônico



Kbase 361: S/E 1387: Need workaround for icompile.p
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
S/E 1387: Need workaround for icompile.p

910726-elp02o Procedure Library - icompile.p
------------------------------

If you extract icompile.p from the Procedure Library and use it to
compile procedures, you will receive the folowing error message:

** Attempt to write to close stream cproc. (1387)

Your procedures will compile, but you will get the error message
for every procedure compiled.

Workaround: To correct the problem, perform the following steps:

1) Enter the icompile.p file and look for the following block:

DO WHILE TRUE.
statements...
END.

2) Place an IF..THEN statement block around the DO WHILE TRUE
as follows:

IF compproc <> "" THEN DO:
DO WHILE TRUE.
statements.
END.
END.

3) Save the changed icompile.p and use it to compile your
procedures.


See also Release Notes/<specific machine> in the indexed entries.

Progress Software Technical Support Note # 361