<?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: 4GL developer running into an 8000 line limitation in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081209#M90712</link>
    <description>Hi Matt:&lt;BR /&gt;&lt;BR /&gt;You don't provide any details: language, line length, etc.  Is it an interpreted language or a compiled one?  Is the code modular with functions (subroutines) or is it written top to bottom?  If your developer reduces the size of a subroutine does the code work?&lt;BR /&gt;&lt;BR /&gt;Tell your developer to consult the 4GL reference documentation for its inherent limititions.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 23 Nov 2007 14:20:53 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-11-23T14:20:53Z</dc:date>
    <item>
      <title>4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081208#M90711</link>
      <description>I'm not expecting much response on this one.  A developer that I work with is writing a 4GL program which reached 8000 lines of code.  If he runs the program it errors out (I don't recall the error he got) but if he removes 1 line - which gives his 7999 - the program works fine.  He thinks this is an HPUX 11.11 limitation but it sounds more line a 4GL limitation.  I told him I'd open up a forum anyway to see if anyone heard of such a limitation.  Let me know what you think.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Matt</description>
      <pubDate>Fri, 23 Nov 2007 13:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081208#M90711</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2007-11-23T13:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: 4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081209#M90712</link>
      <description>Hi Matt:&lt;BR /&gt;&lt;BR /&gt;You don't provide any details: language, line length, etc.  Is it an interpreted language or a compiled one?  Is the code modular with functions (subroutines) or is it written top to bottom?  If your developer reduces the size of a subroutine does the code work?&lt;BR /&gt;&lt;BR /&gt;Tell your developer to consult the 4GL reference documentation for its inherent limititions.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 23 Nov 2007 14:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081209#M90712</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-23T14:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: 4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081210#M90713</link>
      <description>This is almost certainly an application limitation (the 4GL compiler) but in any event, 8000 sources lines is considered a big file and doesn't lend itself to re-use. I suspect that nothing more is needed than breaking the program into separate modules and linking them. There is no way that 8000 lines is an HP-UX limitation --- the number is just too pretty. There could well be a hard-coded or configurable limit in the 4GL compiler. (8000 lines could well be a limit that was imposed to protect a programmer from his own stupidity.)</description>
      <pubDate>Fri, 23 Nov 2007 15:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081210#M90713</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-23T15:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: 4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081211#M90714</link>
      <description>&amp;gt;4GL program ... it errors out (I don't recall the error he got)&lt;BR /&gt;&lt;BR /&gt;What 4GL?  What was the exact message?&lt;BR /&gt;As Clay said, unless the message has something to do with the heap or maxdsiz, it seem quite random it that limitation would fail exactly at 8000.</description>
      <pubDate>Fri, 23 Nov 2007 23:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081211#M90714</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-23T23:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: 4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081212#M90715</link>
      <description>I got an email over the weekend from the developer.  This is the error that he is getting.  &lt;BR /&gt;&lt;BR /&gt;str[] buffer overflow - see 'limits'&lt;BR /&gt;&lt;BR /&gt;He called it a compile time limitation error.   I will also research this error to see what I find.&lt;BR /&gt;&lt;BR /&gt;That's all I have for now.  Please let me know your thoughts.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 26 Nov 2007 08:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081212#M90715</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2007-11-26T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: 4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081213#M90716</link>
      <description>Hi Matt:&lt;BR /&gt;&lt;BR /&gt;Your developer needs to provide details and (s)he needs to do some research.  Otherwise this becomes a game of twenty questions.&lt;BR /&gt;&lt;BR /&gt;For 'limits' you would want to examine:&lt;BR /&gt;&lt;BR /&gt;/usr/include/limits.h&lt;BR /&gt;&lt;BR /&gt;...along with:&lt;BR /&gt;&lt;BR /&gt;getconf()&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/getconf.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/getconf.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;sysconf()&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/sysconf.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/sysconf.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;pathconf()&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/pathconf.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/pathconf.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 26 Nov 2007 09:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081213#M90716</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-26T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: 4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081214#M90717</link>
      <description>well, as noted before...knowing *what* 4gl would be really helpful.&lt;BR /&gt;&lt;BR /&gt;i'd be more inclined for it to be either a 4gl limitation or mis-matched quotes, as the message is a "buffer overflow", but who knows.&lt;BR /&gt;&lt;BR /&gt;the command line that he is using might be helpful as well, incl. all errors / warnings&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2007 09:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081214#M90717</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-11-26T09:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: 4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081215#M90718</link>
      <description>&amp;gt;str[] buffer overflow - see 'limits'&lt;BR /&gt;&amp;gt;He called it a compile time limitation error.&lt;BR /&gt;&lt;BR /&gt;It would be more helpful if the message was improved.  I.e. if it is talking about limits(5), it should say so.  And which limit?&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/limits.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/limits.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Please let me know your thoughts.&lt;BR /&gt;&lt;BR /&gt;I see some limits of 8 K but not 8000.</description>
      <pubDate>Mon, 26 Nov 2007 10:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081215#M90718</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-26T10:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: 4GL developer running into an 8000 line limitation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081216#M90719</link>
      <description>.</description>
      <pubDate>Fri, 07 Mar 2008 21:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/4gl-developer-running-into-an-8000-line-limitation/m-p/5081216#M90719</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2008-03-07T21:37:49Z</dc:date>
    </item>
  </channel>
</rss>

