Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cobol Compilation Warning messages 1

Status
Not open for further replies.

amarg

Programmer
Nov 19, 2002
106
IN
Hi,

We upgraded our Cobol Compiler. And now we are getting the
warning messages for each and every cobol file. i.e.

------------------------------------
Compiling cobol source blgn_chspr.cbl
Wed Apr 6 12:55:26 2005
------------------------------------
* Ignored - LINKCOUNT(600)
* Ignored - LINKCOUNT(900)


If anybody know about this please get back to me.

Thanks,
Amar
 
Compiler? Platform?

__________________________________________
Try forum1391 for lively discussions
 
Compiler : server express 4.0 sp1
Platform : SUNW,Sun-Fire-V240
 
Could it be that default Warning level has been reset, or is now set to a different level?

Tweak the value of your Environment variable WARNING. Either 2 or 3.


__________________________________________
Try forum1391 for lively discussions
 
From the "compiler directives" manual at:


"The following directives are not in this product:

ANALYZE
BROWSE
EXTINDEX
LINKCOUNT
OLDSTRMIX
OLDSTRSUB
STRUCT
XNIM"

Although just a warning, it looks like you are trying to use a directive that is NOT supported in this product.



Bill Klein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top