- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Compiling with micrfocus express
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2003 11:49 PM
тАО04-23-2003 11:49 PM
I have a major problem.
I am running HP-ux 11.00 64bit with microfocus serverexpress. & i get the following error when compiling a program (any program).
Cannot load CMDLINE.SAV +000000000000014605
cob64: error(s) in compilation: temp.cbl
The program am am running below:
This is a non sybase application. In fact pasted below is the application I am trying to run.
identification division.
* *************************************
* *************************************
*
program-id. temp.cbl.
environment division.
configuration section.
source-computer. unix.
object-computer. unix.
*
input-output section.
*file-control.
*data division.
*file section.
*
working-storage section.
*
01 w1-temp pic 99.
*
/
procedure division.
main-control section.
move 1 to w1-temp.
stop run 0.
exit-a00.
exit.
P.S.
I use to have hp-ux 10.20 32bit Micrfocus cobol runtime & developer bundel.
Server Express is as per HP the new release of microfocus cobol.
PLEASE HELP!!!!!!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2003 12:22 AM
тАО04-24-2003 12:22 AM
SolutionFrom Appendix A of the "Server Express User's Guide":
"If you intend to use COBOL development system programs, we recommend
that you first unset COBDATA, as many of these programs open data
files and are thus affected by the value of COBDATA."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2003 02:18 AM
тАО04-24-2003 02:18 AM
Re: Compiling with micrfocus express
I removed the COBDATA from my .profile & I got a liitle further thank you.
Now though I get a different error.
Bad magic number whenever we try to compile something.
When we try to run a program, we get dld.sl error.
Any suggestions ????
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2003 02:20 AM
тАО04-24-2003 02:20 AM
Re: Compiling with micrfocus express
early recommendations :
install the latest libc and dld.sl patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2003 03:40 AM
тАО04-24-2003 03:40 AM
Re: Compiling with micrfocus express
what does ll -d /lib /usr/lib give
/lib should be a link to /usr/lib
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2003 04:16 AM
тАО04-24-2003 04:16 AM
Re: Compiling with micrfocus express
# make inv15
* 001-F Internal error 38. Contact technical support
* Error occurred in inv15.cob at line 6646
cob64: error(s) in code generation: inv15.int
*** Error exit code 1
Stop.
I checked the file & looks fine.
make inv02a
cob64: bad magic number:
*** Error exit code 1
Stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2003 04:32 AM
тАО04-24-2003 04:32 AM
Re: Compiling with micrfocus express
My advise would then be install PHCO_28425 & PHSS_28434 along with Steve's suggestion.
Is this the latest version of Server Express, if not have you installed the latest Service Pack ?
Contact the vendor ie if you purchased this from HP contact your local sales suport offce, if you purchased it from MF contact their support perhaps ?
what is at line 6646 ?
not too sure I'll be of too much help from here on in .... any cobol developers out there ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2003 09:26 AM
тАО04-25-2003 09:26 AM
Re: Compiling with micrfocus express
$ export COBDIR=/opt/lib/cobol
$ export SHLIB_PATH=/opt/lib/cobol/lib
$ export LD_LIBRARY_PATH=/opt/lib/cobol/lib
$ export PATH=/opt/lib/cobol/bin:/opt/bin/cobol:$PATH
$ export COBMODE=64
$ cob -x temp.cbl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2003 11:59 PM
тАО04-29-2003 11:59 PM
Re: Compiling with micrfocus express
I got the compiling to work when we changed from cob32 to cob64.
I have a problem now with the license manager.
MF-LMF:Wed Apr 30 09:04:36 2003: LMF Starting
MF-LMF:Wed Apr 30 09:04:36 2003: Pipe Create Error
MF-LMF:Wed Apr 30 09:04:36 2003: ENOENT(2): No such file or directory
MF-LMF:Wed Apr 30 09:04:36 2003: LMF Closing Down
I only have have 1 licence (1unit), so i am not sure if that is the issue.
Please help!!!!!
Thanks in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2003 11:59 PM
тАО04-29-2003 11:59 PM
Re: Compiling with micrfocus express
I got the compiling to work when we changed from cob64 to cob32.
I have a problem now with the license manager.
MF-LMF:Wed Apr 30 09:04:36 2003: LMF Starting
MF-LMF:Wed Apr 30 09:04:36 2003: Pipe Create Error
MF-LMF:Wed Apr 30 09:04:36 2003: ENOENT(2): No such file or directory
MF-LMF:Wed Apr 30 09:04:36 2003: LMF Closing Down
I only have have 1 licence (1unit), so i am not sure if that is the issue.
Please help!!!!!
Thanks in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2003 12:01 AM
тАО04-30-2003 12:01 AM
Re: Compiling with micrfocus express
Error in that one.
I changed from con64 to cob32.
I am running a 64bit OS, but compiling under 32bit????