On Tuesday 18 August 2015 07:57:11 Walter Pachl wrote:
> Wasn’t it HI = hold immediate or interpretation
>
> TS Trace start
>
> TE Trace end
>
> ?
>
>
>
> Von: Bertram Moshier [mailto:bertrammosh...@gmail.com]
> Gesendet: Dienstag, 18. August 2015 14:50
> An: oorexx-users@lists.sourceforge.net
> Betreff: Re: [Oorexx-users] How to use HI, TS and TE in *nix (bash) (Walter
> Pachl)
>
> Hi,
>
> > > HI, TS, and TE
> >
> > I remember those vaguely from VM/CMS (sort of extinct)
> > A dino:
> > Walter (not yet extinct)
>
> The VM/CMS commands were HX (halt execution) and HT (halt type).  You used
> them with the #CP ATTN command and/or have the CMS set attn on set.  These
> existed well before Rexx and had nothing to do with it.
>
        
        HI = Halt Interpretation.  It was introduced after Rexx, to provide a 
cleaner 
exit from the interpreter than HX could.
        TS = Trace Start; TE = Trace End.  TS allows the user to start tracing 
(trace 
results) after a Rexx program has begun execution.

        It makes no sense to execute any of these three commands from within a 
Rexx 
program; their purpose (in the CMS or TSO environments) is to interact with a 
running Rexx program.  The question is, how do they work in the *nix or 
Windows environments?
-- 
                A Caution to Everybody

        Consider the Auk;
        Becoming extinct because he forgot how to fly, and could only walk.
        Consider man, who may well become extinct
        Because he forgot how to walk and learned how to fly before he thinked.

-- Ogden Nash

------------------------------------------------------------------------------
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to