ProCobol compiling errors [message #237530] |
Mon, 14 May 2007 15:10 |
z_chand
Messages: 1 Registered: May 2007
|
Junior Member |
|
|
I have written a ProCobol program to call Oracle stored procedure but when I compile the program I am getting the below error message.
Could you please help.
Pro*COBOL: Release 8.0.5.1.0 - Production on Mon May 14 15:9:42 2007
(c) Copyright 1998 Oracle Corporation. All rights reserved.
System default option values taken from: ora_pcc:pcbcfg.cfg
Error at line 148, column 12 in file soesr640.pco
EXEC SQL EXECUTE
...........1
PCB-S-00576, PLS-201: Message 201 not found; No message file for product=plsql,
facility=PCM
Error at line 148, column 12 in file soesr640.pco
EXEC SQL EXECUTE
...........1
PCB-S-00576, PLS-0: Statement ignored
EXEC SQL EXECUTE
BEGIN
:SHELTER_RATE := SEM.SP_GET_SHELTER_RATE
(:SHIP_TO,
:PRODUCT_CODE, :BRAND_CODE);
END;
END-EXEC.
Thanks,
Chand
|
|
|