<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Compiling with micrfocus express in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958240#M720293</link>
    <description>Check if COBDATA is set during the compile and unset it.&lt;BR /&gt;&lt;BR /&gt; From    Appendix A of the "Server Express User's Guide":&lt;BR /&gt;   "If you intend to use COBOL development system programs, we recommend &lt;BR /&gt;   that you first unset COBDATA, as many of these programs open data &lt;BR /&gt;   files and are thus affected by the value of COBDATA."&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Apr 2003 07:22:33 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2003-04-24T07:22:33Z</dc:date>
    <item>
      <title>Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958239#M720292</link>
      <description>Hi all&lt;BR /&gt;I have a major problem.&lt;BR /&gt;I am running HP-ux 11.00 64bit with microfocus serverexpress. &amp;amp; i get the following error when compiling a program (any program).&lt;BR /&gt;&lt;BR /&gt;Cannot load CMDLINE.SAV +000000000000014605&lt;BR /&gt;cob64: error(s) in compilation: temp.cbl&lt;BR /&gt;&lt;BR /&gt;The program am am running below:&lt;BR /&gt;This is a non sybase application. In fact pasted below is the application I am trying to run. &lt;BR /&gt; &lt;BR /&gt;       identification division.&lt;BR /&gt;      *                 *************************************&lt;BR /&gt;      *                 *************************************&lt;BR /&gt;      *&lt;BR /&gt;       program-id.           temp.cbl.&lt;BR /&gt;       environment division.&lt;BR /&gt;       configuration section.&lt;BR /&gt;       source-computer.      unix.&lt;BR /&gt;       object-computer.      unix.&lt;BR /&gt;      *&lt;BR /&gt;       input-output section.&lt;BR /&gt;      *file-control.&lt;BR /&gt;      *data division.&lt;BR /&gt;      *file section.&lt;BR /&gt;      *&lt;BR /&gt;       working-storage section.&lt;BR /&gt;      *&lt;BR /&gt;           01 w1-temp        pic 99.&lt;BR /&gt;      *&lt;BR /&gt;      /&lt;BR /&gt;       procedure division.&lt;BR /&gt;       main-control section.&lt;BR /&gt; &lt;BR /&gt;           move 1        to w1-temp.&lt;BR /&gt;           stop run 0.&lt;BR /&gt;       exit-a00.&lt;BR /&gt;            exit.&lt;BR /&gt;&lt;BR /&gt;P.S.&lt;BR /&gt;I use to have hp-ux 10.20 32bit Micrfocus cobol runtime &amp;amp; developer bundel.&lt;BR /&gt;Server Express is as per HP the new release of microfocus cobol.&lt;BR /&gt;PLEASE HELP!!!!!!!!!&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 06:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958239#M720292</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2003-04-24T06:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958240#M720293</link>
      <description>Check if COBDATA is set during the compile and unset it.&lt;BR /&gt;&lt;BR /&gt; From    Appendix A of the "Server Express User's Guide":&lt;BR /&gt;   "If you intend to use COBOL development system programs, we recommend &lt;BR /&gt;   that you first unset COBDATA, as many of these programs open data &lt;BR /&gt;   files and are thus affected by the value of COBDATA."&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 07:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958240#M720293</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-04-24T07:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958241#M720294</link>
      <description>Hi&lt;BR /&gt;I removed the COBDATA from my .profile &amp;amp; I got a liitle further thank you.&lt;BR /&gt;Now though I get a different error.&lt;BR /&gt;&lt;BR /&gt;Bad magic number whenever we try to compile something. &lt;BR /&gt;&lt;BR /&gt;When we try to run a program, we get dld.sl error.&lt;BR /&gt;&lt;BR /&gt;Any suggestions ????&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 24 Apr 2003 09:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958241#M720294</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2003-04-24T09:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958242#M720295</link>
      <description>yes post the full error please as cobol is not my best subject .....&lt;BR /&gt;&lt;BR /&gt;early recommendations :&lt;BR /&gt;&lt;BR /&gt;install the latest libc and dld.sl patches&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 09:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958242#M720295</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-04-24T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958243#M720296</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;what does ll -d /lib /usr/lib give&lt;BR /&gt;&lt;BR /&gt;/lib should be a link to /usr/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             steve Steel</description>
      <pubDate>Thu, 24 Apr 2003 10:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958243#M720296</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-04-24T10:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958244#M720297</link>
      <description>Hi the following is error messages from diffrent programs&lt;BR /&gt;&lt;BR /&gt;# make inv15&lt;BR /&gt;* 001-F Internal error 38. Contact technical support&lt;BR /&gt;* Error occurred in inv15.cob at line 6646&lt;BR /&gt;cob64: error(s) in code generation: inv15.int&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;I checked the file &amp;amp; looks fine.&lt;BR /&gt;&lt;BR /&gt;make inv02a&lt;BR /&gt;cob64: bad magic number: &lt;BR /&gt;*** Error exit code 1&lt;BR /&gt; &lt;BR /&gt;Stop.</description>
      <pubDate>Thu, 24 Apr 2003 11:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958244#M720297</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2003-04-24T11:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958245#M720298</link>
      <description>First thing to try is to confirm this is not a licensing issue try and compile some of the test programs provided with the product. see /opt/lib/cobol/demo/debug&lt;BR /&gt;&lt;BR /&gt;My advise would then be install PHCO_28425 &amp;amp; PHSS_28434 along with Steve's suggestion.&lt;BR /&gt;&lt;BR /&gt;Is this the latest version of Server Express, if not have you installed the latest Service Pack ? &lt;BR /&gt;&lt;BR /&gt;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 ?&lt;BR /&gt;&lt;BR /&gt;what is at line 6646 ?&lt;BR /&gt;&lt;BR /&gt;not too sure I'll be of too much help from here on in .... any cobol developers out there ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 11:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958245#M720298</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-04-24T11:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958246#M720299</link>
      <description>Does the error still happen if you do the following:&lt;BR /&gt;&lt;BR /&gt;$ export COBDIR=/opt/lib/cobol&lt;BR /&gt;$ export SHLIB_PATH=/opt/lib/cobol/lib&lt;BR /&gt;$ export LD_LIBRARY_PATH=/opt/lib/cobol/lib&lt;BR /&gt;$ export PATH=/opt/lib/cobol/bin:/opt/bin/cobol:$PATH&lt;BR /&gt;$ export COBMODE=64&lt;BR /&gt;$ cob -x temp.cbl&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 16:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958246#M720299</guid>
      <dc:creator>susan gregory_1</dc:creator>
      <dc:date>2003-04-25T16:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958247#M720300</link>
      <description>Hi all&lt;BR /&gt; I got the compiling to work when we changed from cob32 to cob64.&lt;BR /&gt;I have a problem now with the license manager.&lt;BR /&gt;&lt;BR /&gt;MF-LMF:Wed Apr 30 09:04:36 2003: LMF Starting&lt;BR /&gt;MF-LMF:Wed Apr 30 09:04:36 2003: Pipe Create Error&lt;BR /&gt;MF-LMF:Wed Apr 30 09:04:36 2003: ENOENT(2): No such file or directory&lt;BR /&gt;MF-LMF:Wed Apr 30 09:04:36 2003: LMF Closing Down&lt;BR /&gt;&lt;BR /&gt;I only have have 1 licence (1unit), so i am not sure if that is the issue.&lt;BR /&gt;Please help!!!!!&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 06:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958247#M720300</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2003-04-30T06:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958248#M720301</link>
      <description>Hi all&lt;BR /&gt; I got the compiling to work when we changed from cob64 to cob32.&lt;BR /&gt;I have a problem now with the license manager.&lt;BR /&gt;&lt;BR /&gt;MF-LMF:Wed Apr 30 09:04:36 2003: LMF Starting&lt;BR /&gt;MF-LMF:Wed Apr 30 09:04:36 2003: Pipe Create Error&lt;BR /&gt;MF-LMF:Wed Apr 30 09:04:36 2003: ENOENT(2): No such file or directory&lt;BR /&gt;MF-LMF:Wed Apr 30 09:04:36 2003: LMF Closing Down&lt;BR /&gt;&lt;BR /&gt;I only have have 1 licence (1unit), so i am not sure if that is the issue.&lt;BR /&gt;Please help!!!!!&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 06:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958248#M720301</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2003-04-30T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling with micrfocus express</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958249#M720302</link>
      <description>Please ignore the first reply.&lt;BR /&gt;Error in that one.&lt;BR /&gt;I changed from con64 to cob32.&lt;BR /&gt;I am running a 64bit OS, but compiling under 32bit????</description>
      <pubDate>Wed, 30 Apr 2003 07:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-with-micrfocus-express/m-p/2958249#M720302</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2003-04-30T07:01:20Z</dc:date>
    </item>
  </channel>
</rss>

