Operating System - HP-UX
1833779 Members
2601 Online
110063 Solutions
New Discussion

Cobol compilation Problem on HP UNIX 10.20

 
Shyjith P K_1
Occasional Contributor

Cobol compilation Problem on HP UNIX 10.20

Hello Friends,

We are facing Problem in COBOL Compilation on HP UNIX 10.20.
We are able to generate <.int> file which can run through cobrun.
But while making stand alone executable via following
error message comes -

cob -C nolist -xvo ../exe/test1 test1.cob
* Micro Focus COBOL for UNIX V4.0 revision 005 Compiler
* Copyright (C) 1984-1994 Micro Focus Ltd. URN 2XUPK/BMB/01125A
* Accepted - verbose
* Accepted - nolist
* Compiling test1.cob
* Total Messages: 0
* Data: 12864 Code: 8368
* Micro Focus COBOL/2 v4.0 revision XXX Code generator
* Copyright (C) 1984-1994 Micro Focus Ltd. URN 2XUPK/BMB/01125A
* Accepted - verbose
* Accepted - hpoptimize(1)
* Generating test1.int
* Data = 13032 Code = 0 Literals = 1624 Dictionary = 11905
cob: error(s) in code generation: test1.int



kindly help to solve this problem at the earliest.


Thanks in advance
Shyjith P K