How to import stream

kaleketo

New Member
Hi,
I am new to Progress.

I am trying to import a parm my C program puts in the stdout as:
fputs(parm, stdout);
fflush(stdout);

using the following line:
import stream api-stream unformatted parm-string.

I am not having luck importing some error messages. Is there something wrong with my statement? I would appreciate any help.
 
kaleketo said:
Hi,
I am new to Progress.

I am trying to import a parm my C program puts in the stdout as:
fputs(parm, stdout);
fflush(stdout);

using the following line:
import stream api-stream unformatted parm-string.

I am not having luck importing some error messages. Is there something wrong with my statement? I would appreciate any help.
If your on UNIX chech out "input through" or check the "External Program Interface - Host Language Call"
 
cecsno,

Thank you for your suggestion.
The problem is that the statement works for importing all the messages except for one error message.
 
Back
Top