<?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: Microfocus Generate Compile Error: ncgx in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192153#M496701</link>
    <description>Thanks for the input.  I have opened call on this and have tried the export, but it didn't help.  Interestingly, if we compile without the -g option, or if we strip the symbols with the -s option, it doen't die with this error any more.&lt;BR /&gt;&lt;BR /&gt;Thanks again.  I'll update when I get a final resolution.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Scott</description>
    <pubDate>Tue, 17 Feb 2004 17:10:37 GMT</pubDate>
    <dc:creator>Scott Williams_5</dc:creator>
    <dc:date>2004-02-17T17:10:37Z</dc:date>
    <item>
      <title>Microfocus Generate Compile Error: ncgx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192150#M496698</link>
      <description>Anyone ever seen MicroFocus puke while trying to generate from int to executable?  Compiling to .int works OK.  .gnt fails.  Couldn't find any info on this. Here's the last few lines of the compile. &lt;BR /&gt;&lt;BR /&gt;* Generating cross reference&lt;BR /&gt;* End of cross reference listing&lt;BR /&gt;* Micro Focus Server Express V2.2.00 Code generator&lt;BR /&gt;* Copyright (C) 1984-2003 Micro Focus International Ltd. All rights reserved.&lt;BR /&gt;* Accepted - verbose&lt;BR /&gt;* Accepted - anim&lt;BR /&gt;* Generating dvtxp003&lt;BR /&gt;&lt;BR /&gt;Execution error : file 'ncgx'&lt;BR /&gt;error code: 114, pc=0, call=1, seg=0&lt;BR /&gt;114     Attempt to access item beyond bounds of memory (Signal 11)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 13 Feb 2004 16:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192150#M496698</guid>
      <dc:creator>Scott Williams_5</dc:creator>
      <dc:date>2004-02-13T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Microfocus Generate Compile Error: ncgx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192151#M496699</link>
      <description>I think we fixed this with either an upgrade or a patch from Microfocus. We got ours from Microfocus and not HP so the experience might not be the same.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Feb 2004 16:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192151#M496699</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-13T16:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Microfocus Generate Compile Error: ncgx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192152#M496700</link>
      <description>There is a known problem with COBOL freeing up the same memory twice that seems to return this error.  The workaround is to turn off the small block allocator.&lt;BR /&gt;&lt;BR /&gt;export _M_SBA_OPTS=0:0:0&lt;BR /&gt;&lt;BR /&gt;or stripping the executable:&lt;BR /&gt;&lt;BR /&gt;cob +Z -s -cx source.cbl&lt;BR /&gt;&lt;BR /&gt;  It also seems to be related to an aC++ runtime library patch and uninstalling the patch may be a possible option.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.</description>
      <pubDate>Tue, 17 Feb 2004 16:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192152#M496700</guid>
      <dc:creator>susan gregory_1</dc:creator>
      <dc:date>2004-02-17T16:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Microfocus Generate Compile Error: ncgx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192153#M496701</link>
      <description>Thanks for the input.  I have opened call on this and have tried the export, but it didn't help.  Interestingly, if we compile without the -g option, or if we strip the symbols with the -s option, it doen't die with this error any more.&lt;BR /&gt;&lt;BR /&gt;Thanks again.  I'll update when I get a final resolution.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 17 Feb 2004 17:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192153#M496701</guid>
      <dc:creator>Scott Williams_5</dc:creator>
      <dc:date>2004-02-17T17:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Microfocus Generate Compile Error: ncgx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192154#M496702</link>
      <description>Hi, i had the same problem and finally found a syntax error. A PERFORM statement and a nested EVALUATE gave me the compilation error&lt;BR /&gt;PERFORM VARYING x FROM x BY 1&lt;BR /&gt;UNTIL&lt;BR /&gt;   EVALUATE TRUE&lt;BR /&gt;   WHEN ....&lt;BR /&gt;      EXIT PERFORM&lt;BR /&gt;   WHEN&lt;BR /&gt;     ....&lt;BR /&gt;   END-EVALUATE&lt;BR /&gt;END-PERFORM.&lt;BR /&gt;&lt;BR /&gt;This syntax gave me the ncgx error. Maybe this will help you out.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Nov 2004 09:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192154#M496702</guid>
      <dc:creator>Willaert Vincent</dc:creator>
      <dc:date>2004-11-12T09:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Microfocus Generate Compile Error: ncgx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192155#M496703</link>
      <description>Did you ever get an official solution to this problem?&lt;BR /&gt;&lt;BR /&gt;I've a program that is having the same issue and I've tried compiling without the -g and with a -s and still not got it to compile. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Malcolm</description>
      <pubDate>Tue, 16 Jan 2007 05:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/3192155#M496703</guid>
      <dc:creator>Malcolm Leckie_1</dc:creator>
      <dc:date>2007-01-16T05:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Microfocus Generate Compile Error: ncgx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/6543182#M496704</link>
      <description>&lt;P&gt;Following coding caused this error in my case:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01 WS-WEEK-DAYS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE "MOTUWETHFRSASU".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03 WS-WEEK-DAY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PIC XX OCCURS 7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF WS-WEEK-DAY(WC-DAY-OF-WEEK) = '--' &lt;STRONG&gt;OR INITIZIALIZED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Compiling to .int was not a problem, compiling to .gnt resulted in this ncgx error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solved after leaving out the OR INITIALIZED.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2014 12:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/microfocus-generate-compile-error-ncgx/m-p/6543182#M496704</guid>
      <dc:creator>hugovd</dc:creator>
      <dc:date>2014-07-16T12:43:03Z</dc:date>
    </item>
  </channel>
</rss>

