Digital AlphaServer 1000A
Digital UNIX v4.0B
Digital COBOL for UNIX v2.4-863
I am converting COBOL programs from a VAX VMS environment to the
ALPHA/UNIX environemnt and I have encountered the following systems calls:
System
Call In syntax
-------- ---------
LIB$WAIT CALL "LIB$WAIT" USING BY REFERENCE DELAY
LIB$STOP CALL "LIB$STOP" USING BY VALUE SYS-CALL-STATUS
SYS$TRNLOG
When the COBOL program is compiled/linked on UNIX I get the error
messages:
"ld:
Unresolved:
LIB$WAIT
SYS$TRNLOG
LIB$STOP
cobol: Severe: Failed while trying to link"
Can you please provide equivalent call for Digital COBOL UNIX.
TIA.
+=============================================================================+
| Luis Quintana | Sunburst Farms, Inc. |
| Voice : (305) 594-4300 xt. 1120 | 2200 N.W. 70th Avenue |
| Fax : (305) 591-2081 | Miami, FL 33122-1800 U.S.A. |
+=============================================================================+
Received on Wed Apr 16 1997 - 20:01:54 NZST