TSO/REXX Question

2005-08-11 Thread Raymond Noal
Dear TSO/REXX gurus - I am more familiar with REXX under z/VM CMS and in this environment there is a statement - VMFCLEAR - that you can use to clear the terminal screen for additional output and not cause the screen display to 'scroll'. Is there an equivalent command/function available under T

Re: TSO/REXX Question

2005-08-11 Thread Steve Comstock
Raymond Noal wrote: Dear TSO/REXX gurus - I am more familiar with REXX under z/VM CMS and in this environment there is a statement - VMFCLEAR - that you can use to clear the terminal screen for additional output and not cause the screen display to 'scroll'. Is there an equivalent command/fun

Re: TSO/REXX Question

2005-08-11 Thread Rob Wunderlich
On Thu, 11 Aug 2005 14:02:20 -0700, Raymond Noal <[EMAIL PROTECTED]> wrote: >I am more familiar with REXX under z/VM CMS and in this environment there is >a statement - VMFCLEAR - that you can use to clear the terminal screen for >additional output and not cause the screen display to 'scroll'. > >I

Re: TSO/REXX Question

2005-08-11 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 08/11/2005 at 02:02 PM, Raymond Noal <[EMAIL PROTECTED]> said: >Is there an equivalent command/function available under TSO/REXX >environments? No, but you can find user written commands on, e.g., the CBT tape, and ISPF has provision for clearing the screen. --

Re: TSO/REXX Question

2005-08-12 Thread DOMINGUEZ MARTIN, ANGEL LUIS
We use a little assembler to generate a tso clear command This is. Only add the begin and the end for standard assembler programs TSOCLEAR CSECT ... TPUT BORPANT,L'BORPANT,FULLSCR ... BORPANT DCXL9'401140403C40400013'