J.M. -

        That command simply doesn't work when you are attempting to QUIT TO
a command file within a procedure file.   The technique I use is to quit to
a one line command file which then RUNs the command file in the procedure
file.  You can QUIT TO single codelocked command files but not to command
files within codelocked procedure files.

Bernie
=======================================
At 07:14 AM 8/31/2001 -0400, you wrote:
>
>Hi all,
>
>I know that this topic has been discused already ...
>
>I try to use rbw6.5++ new command QUIT TO BlockName IN ProcName, and I get
>:
>'Syntax is incorrect for the command QUIT (2045)'
>
>Is there anybody that could help ?
>
>Here is what I am doing :
>
>I have a command file named DAU.RMD :
>
>$COMMAND
>DAU
>*( Comments .....)
>SET error var varr
>....
>Code
>....
>RETURN
>
>I codelock it using option 5, name of the codelocked file is DAU.APX
>
>Then I enter  :
>
>QUIT TO dau IN dau.apx
>
>And I get the above error message ....
>
>Same problem  when codelocked with option 1
>
>No problem when the same codelocked file is run with :
>
>RUN dau IN dau.apx
>
>Is it a bug ? or am I doing something wrong ?
>
>TIA
>
>
>J.M. GRATIAS, Logimatique, France
>

Reply via email to