<?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: How many Line a DCL can manage on VMS 5.5 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386009#M3752</link>
    <description>no my problem is not resolve i search &lt;BR /&gt;&lt;BR /&gt;thanks for the error msg. but i don't understand why the first GOSUB doesn't work with all the answer in this thread i think the procedure have too many label or symbol &lt;BR /&gt;&lt;BR /&gt;can you test the procedure you may change the firs GOSUB TSTLOGICAL on GOTO TSTLOGICAL and insert en EXIT after the label TSTLOGICAL. if the script work at your home...i definitely don't understand :(</description>
    <pubDate>Fri, 24 Sep 2004 07:53:41 GMT</pubDate>
    <dc:creator>Bui_2</dc:creator>
    <dc:date>2004-09-24T07:53:41Z</dc:date>
    <item>
      <title>How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385994#M3737</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I want to kwnow, how many line a DCL in VMS 5.5 can manage&lt;BR /&gt;&lt;BR /&gt;because when a DCL exceed 10 000 lines, the GOSUB command respond -W- the label not found.&lt;BR /&gt;&lt;BR /&gt;and my boss want a proof&lt;BR /&gt;&lt;BR /&gt;where i can find this information &lt;BR /&gt;&lt;BR /&gt;thx all</description>
      <pubDate>Fri, 24 Sep 2004 04:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385994#M3737</guid>
      <dc:creator>Bui_2</dc:creator>
      <dc:date>2004-09-24T04:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385995#M3738</link>
      <description>Just created a script of 47500 lines.&lt;BR /&gt;No problem on 7.3 and 6.2.&lt;BR /&gt;&lt;BR /&gt;No 5.5 over here.&lt;BR /&gt;&lt;BR /&gt;But did you check the script with dcl_check (freeware cd) ? Most of the time there is a quoting problem when your error is given.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 24 Sep 2004 05:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385995#M3738</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-24T05:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385996#M3739</link>
      <description>thx for your quik answer&lt;BR /&gt;&lt;BR /&gt;the error is typpicaly error when you foget the label of your GOSUB command &lt;BR /&gt;&lt;BR /&gt;%DCL-W-IVVERB, unrecognized command verb - check validity and spelling&lt;BR /&gt;&lt;BR /&gt;but the label is here, the first version of script (9200 lines) works well, but when i add other command in the middle of my script (10 027 lines)&lt;BR /&gt;the gosub command don't work whereas when i run the first version of my script it run good&lt;BR /&gt;&lt;BR /&gt;and i don't have your freeware i'm just an analyse, i answere the system cell for this thanks</description>
      <pubDate>Fri, 24 Sep 2004 05:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385996#M3739</guid>
      <dc:creator>Bui_2</dc:creator>
      <dc:date>2004-09-24T05:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385997#M3740</link>
      <description>scuse the error is&lt;BR /&gt;&lt;BR /&gt;%DCL-W-USGOSUB, target of GOSUB not found - check spelling and presence of label&lt;BR /&gt;&lt;BR /&gt;:b</description>
      <pubDate>Fri, 24 Sep 2004 05:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385997#M3740</guid>
      <dc:creator>Bui_2</dc:creator>
      <dc:date>2004-09-24T05:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385998#M3741</link>
      <description>Could you post the script ? And the working script too ? Then I can check it.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 24 Sep 2004 05:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385998#M3741</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-24T05:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385999#M3742</link>
      <description>ok how?</description>
      <pubDate>Fri, 24 Sep 2004 05:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3385999#M3742</guid>
      <dc:creator>Bui_2</dc:creator>
      <dc:date>2004-09-24T05:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386000#M3743</link>
      <description>I'vw just created a DCL procedure like:&lt;BR /&gt;&lt;BR /&gt;$ ws "Hi 1"&lt;BR /&gt;$ gosub test&lt;BR /&gt;$ ws "Hi 2"&lt;BR /&gt;$ exit&lt;BR /&gt;$ sh time&lt;BR /&gt;...some 12000 more lines&lt;BR /&gt;$!&lt;BR /&gt;$ test:&lt;BR /&gt;$ ws "test"&lt;BR /&gt;$ return&lt;BR /&gt;&lt;BR /&gt;and ran it under V5.5-2 without problems, so it is not a problem mit 5.5-2.</description>
      <pubDate>Fri, 24 Sep 2004 06:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386000#M3743</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2004-09-24T06:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386001#M3744</link>
      <description>BUI,&lt;BR /&gt;&lt;BR /&gt;well, there IS a limit, but that is NOT the number of lines of DCL, but the total space in P1 space. That is where (a.o.) your DCL symbols, and your DCL label info, are maintained. And if you have A LOT of symbols and or label, and/or many string symbols with long string valies, THEN P1 space can get exhausted.&lt;BR /&gt;My V5.5 experience IS a bit rusty, but IMMSMW, then 5.5 already knew the SYSGEN parameter CTLPAGES. Nowadays it is dynamic, but those details and the 5.5 limits you will have to find yourself.&lt;BR /&gt;&lt;BR /&gt;If on YOUR system you do&lt;BR /&gt;$ MC SYSGEN HELP SYS_PARAMS CTLPAGES&lt;BR /&gt;that will give the details for YOUR system&lt;BR /&gt;(not sure, but maybe SYS_PARAMS was called PARAMS then, but certainly MC SYSGEN HELP&lt;BR /&gt;will show you the exact syntax.&lt;BR /&gt;&lt;BR /&gt;The limits for CTLPAGES used to be not really big, but we HAVE had success with it.&lt;BR /&gt;&lt;BR /&gt;Try, and tell us your results.&lt;BR /&gt;&lt;BR /&gt;If this does not help, or does not help enough, you may also get results if you explicitly remove symbols if (maybe temporarily) no longer needed  &lt;BR /&gt;( $ DELETE/SYMBOL &lt;SYMBOLNAME&gt;, for global symbols also add/GLOBAL&lt;BR /&gt;&lt;BR /&gt;Jan&lt;/SYMBOLNAME&gt;</description>
      <pubDate>Fri, 24 Sep 2004 06:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386001#M3744</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-09-24T06:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386002#M3745</link>
      <description>I seem to remember that there was a restriction like that in the past. I don't remember the exact details. I think it had something to do with the number of labels between the calling point and the subroutine, not the number of lines. (I may be wrong here)&lt;BR /&gt;&lt;BR /&gt;Is the routine in question in the beginning of your code or at the end?&lt;BR /&gt;&lt;BR /&gt;If you move the code of the subroutine, does that eliminate the error?</description>
      <pubDate>Fri, 24 Sep 2004 06:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386002#M3745</guid>
      <dc:creator>Ken Robinson</dc:creator>
      <dc:date>2004-09-24T06:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386003#M3746</link>
      <description>You can post the script by transferring it to the PC and then use the "browse" button in the reply screen to select the file.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 24 Sep 2004 06:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386003#M3746</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-24T06:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386004#M3747</link>
      <description>I had a similar problem this morning but with GOTO instead of GOSUB.  I had entered an IF-THEN-ELSE structure between the GOTO and the destination label but I forget to enter the ENDIF.  Once I entered this keyword the procedure worked correctly.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2004 06:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386004#M3747</guid>
      <dc:creator>Ian McKerracher</dc:creator>
      <dc:date>2004-09-24T06:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386005#M3748</link>
      <description>thank for your answer &lt;BR /&gt;&lt;BR /&gt;it seem the good way &lt;BR /&gt;&lt;BR /&gt;my boss will be happy &lt;BR /&gt;&lt;BR /&gt;:)</description>
      <pubDate>Fri, 24 Sep 2004 06:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386005#M3748</guid>
      <dc:creator>Bui_2</dc:creator>
      <dc:date>2004-09-24T06:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386006#M3749</link>
      <description>this is the procedure, if you can give me more details or information &lt;BR /&gt;&lt;BR /&gt;i want learn the secret's of vms lol&lt;BR /&gt;&lt;BR /&gt;this problem interressed me</description>
      <pubDate>Fri, 24 Sep 2004 07:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386006#M3749</guid>
      <dc:creator>Bui_2</dc:creator>
      <dc:date>2004-09-24T07:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386007#M3750</link>
      <description>The command SHOW PROCESS/MEMORY will display the statistics about dynamically allocated area  in the process control region P1.&lt;BR /&gt;This may help to determine if you have an issue with insufficent available space in this area.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2004 07:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386007#M3750</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-24T07:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386008#M3751</link>
      <description>So, was your problem solved ?&lt;BR /&gt;&lt;BR /&gt;In any case, I ran dcl_check and found :&lt;BR /&gt; LINE  CODE  --DIAGNOSTIC MESSAGE--&lt;BR /&gt;  676  WCT  wrong constant type for comparison&lt;BR /&gt;  814  INT  IF statement not terminated&lt;BR /&gt; 1339  DL   duplicate label "CDENLIVR_MX"&lt;BR /&gt; 4041  LNF  label "RCPTDELOC" not found&lt;BR /&gt; 4069  LNF  label "RCPTDELOC" not found&lt;BR /&gt; 4099  LNF  label "RCPTDELOC" not found&lt;BR /&gt; 4527  RLI  referenced label "EXT_INVE_GB" is in if-group at lines 4539-4630&lt;BR /&gt; 9869  CRE  code cannot be reached due to EXIT at line 9868</description>
      <pubDate>Fri, 24 Sep 2004 07:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386008#M3751</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-24T07:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386009#M3752</link>
      <description>no my problem is not resolve i search &lt;BR /&gt;&lt;BR /&gt;thanks for the error msg. but i don't understand why the first GOSUB doesn't work with all the answer in this thread i think the procedure have too many label or symbol &lt;BR /&gt;&lt;BR /&gt;can you test the procedure you may change the firs GOSUB TSTLOGICAL on GOTO TSTLOGICAL and insert en EXIT after the label TSTLOGICAL. if the script work at your home...i definitely don't understand :(</description>
      <pubDate>Fri, 24 Sep 2004 07:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386009#M3752</guid>
      <dc:creator>Bui_2</dc:creator>
      <dc:date>2004-09-24T07:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386010#M3753</link>
      <description>DCL went on tilt because of syntax errors.&lt;BR /&gt;&lt;BR /&gt;You should&lt;BR /&gt;1) correct all the errors found by dcl_check&lt;BR /&gt;2) make sure that the if's are in balance. Check the if's on line 842 and following. I find dubious things around line 862.&lt;BR /&gt;3) indent if then else and endif on the same position to find the inbalances.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 24 Sep 2004 08:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386010#M3753</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-24T08:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386011#M3754</link>
      <description>then why if i delete any random 800 lines in the middle of script and i run with the change GOSUB command with the exit the first GOSUB work well &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2004 08:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386011#M3754</guid>
      <dc:creator>Bui_2</dc:creator>
      <dc:date>2004-09-24T08:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386012#M3755</link>
      <description>While this does not answer you problem, I am surprised that you are not in Vms 5.5-2 or 5.5-2 H4, which are supported versions.&lt;BR /&gt;&lt;BR /&gt;And for me, a Dcl procedure should not exceed 20 or 30 lines, so I have never met a similar problem :-)&lt;BR /&gt;When it exceeds, I write it in another langage (you have a lot of choice with Vms, C, Pascal, Ada, Python, Perl, Fortran, Cobol...)&lt;BR /&gt;&lt;BR /&gt;Best of luck.</description>
      <pubDate>Fri, 24 Sep 2004 09:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386012#M3755</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-09-24T09:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: How many Line a DCL can manage on VMS 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386013#M3756</link>
      <description>Labadie,&lt;BR /&gt;&lt;BR /&gt;The only thing a system manager must know is DCL. So I write in DCL and my monitoring is now 4000 lines of DCL. But dcl_check conform.&lt;BR /&gt;&lt;BR /&gt;I I wrote a program in lets say ALGOL, nobody would correct the errors when I'm gone.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 24 Sep 2004 09:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-many-line-a-dcl-can-manage-on-vms-5-5/m-p/3386013#M3756</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-24T09:20:06Z</dc:date>
    </item>
  </channel>
</rss>

