From a REXX program is there a way to initiate a screen print ?
--
"The Human race will ultimately be judged on how it treats
the other inhabitants of this planet... "
Save the Tiger... because extinction is forever !!!!
Ottawa Guy wrote:
>
> I use REXX under a TSO environment using ISPF.
>
> From a REXX program is there a way to initiate a screen print ?
> <sniP>
If you want an ISPF screen image in either HTML format or RTF (word
processor) format, see the ISPFHTML program at my web site.
If you just want a basic idea of what the screen looks like, use the
ZSCREENI variable within ISPF.
There are other ways for ISPF. I use screen images both interactive
and programatic all the time, mostly via traces for debugging customer
problems where the descriptions of what they are doing are not clear.
If you are looking to capture other systems output (line mode,
non-ISPF SDSF, session manager, etc), I don't know of a way to do it
through rexx.
On Fri, 06 Jul 2001 23:13:27 GMT, "Ottawa Guy" <xny...@home.com>
wrote:
>I use REXX under a TSO environment using ISPF.
>
>From a REXX program is there a way to initiate a screen print ?
Doug Nadel
----------------------------------------
ISPF & OS/390 Tools & Toys page:
http://somebody.home.mindspring.com/
I use REXX insde QAHIPERSTATION scripts.....
as the script runs the REXX is used to read and writh to files....
What I want is screen prints at every stage of the script...
"Doug Nadel" <some...@mindspring.com> wrote in message
news:riddkt028bcpm6l8q...@4ax.com...
It looks like QAHIPERSTATION might have facilities to record the session though since it
talks about playback in slow motion, though the decription isn't entirely clear what that
means.
On Sat, 07 Jul 2001 21:32:37 GMT, "Ottawa Guy" <xny...@home.com> wrote:
>More info...
>
>I use REXX insde QAHIPERSTATION scripts.....
>
>as the script runs the REXX is used to read and writh to files....
>
>What I want is screen prints at every stage of the script...
Doug Nadel
----------------------------------------
ISPF and OS/390 Tools & Toys page:
http://somebody.home.mindspring.com/
Mail containing HTML or any attachments, including vcf files, is
automatically discarded. If you need to send me an attachment,
please let me know so that I can change my email filters.
nor me
> >More info...
> >
> >I use REXX insde QAHIPERSTATION scripts.....
> >
> >as the script runs the REXX is used to read and writh to files....
> >
> >What I want is screen prints at every stage of the script...
just once, or every time the script(s) are running?
Presumably you are using a PC emulating a 3270-like terminal; the PC will
certainly have some way of snapshotting the screen either within the
emulator, or even just as a general facility built into the PC operating
system. Tell us the emulator & OS and we might be able to tell you how
to take the snapshots...
--
Jeremy C B Nicoll - my opinions are my own.
----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LIST...@VM.MARIST.EDU with the message: INFO TSO-REXX
Essentially I record scripts that simulate data entry in A CICS environment.
"Ottawa Guy" <xny...@home.com> wrote in message
news:VdL17.433719$eK2.88...@news4.rdc1.on.home.com...