<?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 Return status in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715594#M721644</link>
    <description>We have several cobol tasks&lt;BR /&gt;that are aborting at different instructions giving a return code of 255. Any ideas what causes this code for any instruction. Code 254 is the last listed in our manuals.</description>
    <pubDate>Thu, 02 May 2002 12:05:16 GMT</pubDate>
    <dc:creator>Mike Humenansky</dc:creator>
    <dc:date>2002-05-02T12:05:16Z</dc:date>
    <item>
      <title>Return status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715594#M721644</link>
      <description>We have several cobol tasks&lt;BR /&gt;that are aborting at different instructions giving a return code of 255. Any ideas what causes this code for any instruction. Code 254 is the last listed in our manuals.</description>
      <pubDate>Thu, 02 May 2002 12:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715594#M721644</guid>
      <dc:creator>Mike Humenansky</dc:creator>
      <dc:date>2002-05-02T12:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Return status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715595#M721645</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;What are the commands causing the error? And what cobol are you using?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 02 May 2002 12:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715595#M721645</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-02T12:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Return status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715596#M721646</link>
      <description>Harry,&lt;BR /&gt;  We're using micro focus cobol on the hps. The program is now stopping on divide instructions but we've received the 255 on numerous instructions and some lead to out of bounds problems.</description>
      <pubDate>Thu, 02 May 2002 12:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715596#M721646</guid>
      <dc:creator>Mike Humenansky</dc:creator>
      <dc:date>2002-05-02T12:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Return status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715597#M721647</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;What is the exact error message?&lt;BR /&gt;&lt;BR /&gt;Also, have you tried doing a "google" search on this string:&lt;BR /&gt;&lt;BR /&gt;+microfocus +cobol +error +255&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 02 May 2002 12:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715597#M721647</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-02T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Return status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715598#M721648</link>
      <description>have you looked through the on-line docs? On our 11.0 system they are at /opt/cobol/cobdir/docs and /opt/cobol/cobdir/docs.html&lt;BR /&gt;&lt;BR /&gt;Also, see the man page for anim&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Thu, 02 May 2002 13:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715598#M721648</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-05-02T13:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Return status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715599#M721649</link>
      <description>Hi Mike&lt;BR /&gt;&lt;BR /&gt;255 = Invalid function was requested &lt;BR /&gt;&lt;BR /&gt;So it depends on what the command was at the time error occured.&lt;BR /&gt;&lt;BR /&gt;This error equates to Windoze GPF error ;^)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 02 May 2002 13:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715599#M721649</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-02T13:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Return status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715600#M721650</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;remember that there are two 8-bit values returned from each process: the exit code (which you told us) and the termination code, which tells which signal terminated your process (or wether it terminated volunteerily).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2002 15:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-status/m-p/2715600#M721650</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-02T15:42:07Z</dc:date>
    </item>
  </channel>
</rss>

