<?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: Runtime error in MicroFocus COBOL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638182#M720701</link>
    <description>Hello, Shiju -&lt;BR /&gt;&lt;BR /&gt;I'm very interested in your response, as I'm having exactly the same problem myself.  However, I can't locate either of the documents you mention (I'm using the European site, not the Americas/Asia-Pacific) and a search by Document I.D. fails to locate them either.  Can you help?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
    <pubDate>Thu, 12 Sep 2002 14:37:08 GMT</pubDate>
    <dc:creator>Kevin McKie</dc:creator>
    <dc:date>2002-09-12T14:37:08Z</dc:date>
    <item>
      <title>Runtime error in MicroFocus COBOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638178#M720697</link>
      <description>I have a runtime error in MicroFocus COBOL:&lt;BR /&gt;&lt;BR /&gt;Object Code error : file '/visa3/step/tpb/TPB085.gnt'&lt;BR /&gt;error code: 153, pc=C2B5645B, call=1, seg=0&lt;BR /&gt;153     Subscript out of range&lt;BR /&gt;&lt;BR /&gt;In the documentation of manual i seek:&lt;BR /&gt;&lt;BR /&gt;4.6 Debugging Examples&lt;BR /&gt;...&lt;BR /&gt;4.6.2 UNIX Example&lt;BR /&gt;...&lt;BR /&gt;Execution error : file 'bug.int'&lt;BR /&gt;error code:  114, pc=29, call=2, seg=0&lt;BR /&gt;114 Attempt to access item beyond bounds of memory (Signal 11)&lt;BR /&gt;This error corresponds to the following segment of the report listing, which was generated by compiling bug.cbl with the LIST() and REF directives specified. &lt;BR /&gt;&lt;BR /&gt; 1 program-id. "bug".            0&lt;BR /&gt; 2 working-storage section.    160&lt;BR /&gt; 3 01 b pic x(20).             160&lt;BR /&gt; 4 01 c pic x.                 178&lt;BR /&gt; 5 linkage section.            17C&lt;BR /&gt; 6 01 a pic 9(6).                0&lt;BR /&gt; 7 procedure division using a.   0&lt;BR /&gt; 8     move "1" to b(a:1)       29&lt;BR /&gt; 9     exit program.            30&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but, in my report listing the scope of the address is different. Directives of compilation are:&lt;BR /&gt;cob -C 01SHUFFLE -C REF -P -u $fichero.cob&lt;BR /&gt;and my compilation report&lt;BR /&gt;...&lt;BR /&gt;  1180     MOVE "FECHA  :"            TO TPL050-LITFEC-G02.                           C9A&lt;BR /&gt;  1181     MOVE WS-SYS-DIA            TO TPL050-FECHA-DD-G02.                         CA7&lt;BR /&gt;  1182     MOVE WS-SYS-MES            TO TPL050-FECHA-MM-G02.                         CAD&lt;BR /&gt;  1183     MOVE WS-SYS-AAAA           TO TPL050-FECHA-AA-G02.                         CB3&lt;BR /&gt;  1184     MOVE "/"                   TO TPL050-FECHA-S1-G02                          CB9&lt;BR /&gt;  1185                                   TPL050-FECHA-S2-G02.                         CC1&lt;BR /&gt;  1186     WRITE TPL050-R BEFORE 1.                                                   CC1&lt;BR /&gt;...&lt;BR /&gt;How can determine which is the line of the program involved in the error having pc=C2B5645B and the compilation report?&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2002 14:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638178#M720697</guid>
      <dc:creator>Arturo Perez del Galleg</dc:creator>
      <dc:date>2002-01-03T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in MicroFocus COBOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638179#M720698</link>
      <description>If you compile with "-N hplineno" switch you should get some additional information on the "153" error line number that tells you the actual line number.  This line number should correspond to lines in the .cob file.</description>
      <pubDate>Tue, 22 Jan 2002 17:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638179#M720698</guid>
      <dc:creator>Jon McDermott</dc:creator>
      <dc:date>2002-01-22T17:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in MicroFocus COBOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638180#M720699</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;One other point, you should compile the COBOL source with -N "hpoptimize=0" as well so that the optimizer does not alter the code after the compiler.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2002 19:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638180#M720699</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-22T19:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in MicroFocus COBOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638181#M720700</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=d294c2450db03174b8/screen=ckiDisplayDocument?docId=200000041386310" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=d294c2450db03174b8/screen=ckiDisplayDocument?docId=200000041386310&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=d294c2450db03174b8/screen=ckiDisplayDocument?docId=200000019565973" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=d294c2450db03174b8/screen=ckiDisplayDocument?docId=200000019565973&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2002 19:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638181#M720700</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-22T19:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in MicroFocus COBOL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638182#M720701</link>
      <description>Hello, Shiju -&lt;BR /&gt;&lt;BR /&gt;I'm very interested in your response, as I'm having exactly the same problem myself.  However, I can't locate either of the documents you mention (I'm using the European site, not the Americas/Asia-Pacific) and a search by Document I.D. fails to locate them either.  Can you help?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
      <pubDate>Thu, 12 Sep 2002 14:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-error-in-microfocus-cobol/m-p/2638182#M720701</guid>
      <dc:creator>Kevin McKie</dc:creator>
      <dc:date>2002-09-12T14:37:08Z</dc:date>
    </item>
  </channel>
</rss>

