[net.micro.cpm] Problem with XSUB on version 2.2

sysman@glasgow.UUCP (06/22/83)

>From i.watson Mon Jun 20 14:58:21 1983
        I've just started using CP/M for the first time,so hopefully the 
following is just an example of my naivety,& is easily explained :
        I have a file with the following in it :

XSUB
DIR
<other commands>
MBASIC
100 PRINT "HELLO IAN"
110 END
RUN
 .
 .
etc.

        When running it under SUBMIT ,all goes OK until the following occurs :
A>MBASIC

(xsub active)
A>100 PRINT "HELLO IAN"
100?

A>
        Why does the OS look for a system command after MBASIC? After all, XSUB
is specifically there to enable input to system commands to be entered in the
.SUB file, and I've been told that XSUB is active,so what's wrong?
                Ian H.D. Watson
                Dept. of Comp. Sci.
                University of Glasgow
                Scotland
        decvax!mcvax!edcaad!edee!glasgow!i.watson
        vax135!edcaad!edee!glasgow!i.watson

(by the way, I'm using version 2.2 on an Intertec SuperBrain)