Hi all,
I am playing around with GOPKS and friends, trying to have NCAR printing
nicely
its errors to a file rather to stdout, and it seems it's not working; the
following code
when compiled, prints "ERROR" to stdout:
PROGRAM JUNK
OPEN( UNIT=77, FILE="junk.err" )
CALL GOPKS( 77, 1 );
CALL GOPWK( 1, 2, 1 );
CALL GACWK( 1 );
CALL SETER( "ERROR", 1, 2 );
CALL GDAWK( 1 );
CALL GCLWK( 1 );
CALL GCLKS();
END
Am I missing something ?
Any help appreciated.
Philippe Marguinaud
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
_______________________________________________
ncarg-talk mailing list
ncarg-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
This archive was generated by hypermail 2b29 : Mon May 19 2003 - 19:02:21 MDT