Yes, but I can't do an empty one: say 'f5c311404'x
It's fails because SAY Rexx/TSO add some data and the combination of
Logmode/Emulator may throw an error.

A better option is an assembler routine that sends a TPUT on Fullscreen
mode.


El jue, 18 jun 2026 a las 11:17, Martin Packer (<[email protected]>)
escribió:

> Thank you. So does your original say actually work @salva?
>
> Cheers, Martin
>
> From: IBM Mainframe Discussion List <[email protected]> on behalf
> of salva <[email protected]>
> Date: Thursday, 18 June 2026 at 09:58
> To: [email protected] <[email protected]>
> Subject: [EXTERNAL] Re: Two TSO terminal I/O from Rexx questions
>
> F5 Erase/write
> C3 WCC (Unlock & Reset)
> 11 SBA (Set cursor)
> 40 Row 1
> 40 Col 1
> (see Tommy webpage https://www.tommysprinkle.com/mvs/P3270/bufaddr.htm for
> Row/Col 12bit encoding)
>
> El jue, 18 jun 2026 a las 10:24, Martin Packer (<[email protected]
> >)
> escribió:
>
> > For those of us unfamiliar with 3270 data streams can somebody decode the
> > hex before the readable text. Thanks!
> >
> > From: IBM Mainframe Discussion List <[email protected]> on behalf
> > of salva <[email protected]>
> > Date: Thursday, 18 June 2026 at 07:43
> > To: [email protected] <[email protected]>
> > Subject: [EXTERNAL] Re: Two TSO terminal I/O from Rexx questions
> >
> > 1. You can play with:
> > say 'f5c311404040'x||'Hellow clear world!'
> > (your result may change based on your Logmode, I can't do an  empty say
> > 'f5c311404040'x.
> >
> > 2. If you are also in ISPF you can get ZSCREEND from the shared profile.
> >
> > El jue, 18 jun 2026 a las 0:16, Charles Mills (<[email protected]>)
> > escribió:
> >
> > > 1. If one were writing a Rexx exec to run in an interactive TSO
> > > environment, what would be the best way to clear the screen and make
> the
> > > next SAY write to the first line of the screen? Calling out to a
> > > user-written assembler routine that used the STLINENO macro? Or ... ?
> > >
> > > 2. From a Rexx exec running in interactive TSO, what would be the best
> > way
> > > to determine the number of lines on the terminal? Basically the number
> of
> > > SAYs that one could do before the user received a *** prompt?
> > >
> > > Any related considerations?
> > >
> > > Thanks,
> > > Charles
> > >
> > > ----------------------------------------------------------------------
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to [email protected] with the message: INFO IBM-MAIN
> > >
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: INFO IBM-MAIN
> >
> > Unless otherwise stated above:
> >
> > IBM United Kingdom Limited
> > Registered in England and Wales with number 741598
> > Registered office: Building C, IBM Hursley Office, Hursley Park Road,
> > Winchester, Hampshire SO21 2JN
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: INFO IBM-MAIN
> >
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
> Unless otherwise stated above:
>
> IBM United Kingdom Limited
> Registered in England and Wales with number 741598
> Registered office: Building C, IBM Hursley Office, Hursley Park Road,
> Winchester, Hampshire SO21 2JN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to