Hi,
Tony Wyatt wrote:
That is the hard part. It tires to access the C library's array of file pointers (to get stdout/stdin into a newly spawned process). This will be difficult...
Do you mean at compile time or at run time? If at run time, are you saying that it can get wrong values for stdin and stdout?
At compile time, of course... Try to compile comp3.c, and you'll see...
Maybe I have been lucky that it runs on the A1?
At runtime, there's no problem since it's actually using the C library of SAS/C...
Regards,