My question:
I am creating a REXX that will eject tapes from our ATL
I want the job to show what tapes have been ejected to the person who runs
the job (as a way to double check).
When I run this REXX the information goes by too quick for anyone to read
it. Is there a way to slow this down or even momentarily pause without any
operator intervention?
Thanks for your help!,
Sharon Hubbell
Duane
list owner of TSO-REXX
Regards,
Mark
--
+--------------------------------+--------------------------------+
| Mark Zelden | OS/390 Consultant |
| http://www.flash.net/~mzelden/ | 3D Business Solutions |
| mailto:mze...@flash.net | mailto:mze...@3dsolutions.com |
+--------------------------------+--------------------------------+
Check out my MVS utilities page at:
http://www.flash.net/~mzelden/mvsutil.html
Sent via Deja.com http://www.deja.com/
Before you buy.
LOG = TIME('E')
DO UNTIL TIME('E') > 5
LOG = TIME('E')
END
It will just stay in the loop for 5 seconds and then exit.
-----Original Message-----
From: Mark Zelden [mailto:mze...@FLASH.NET]
Sent: Tuesday, October 26, 1999 1:49 AM
To: TSO-...@VM.MARIST.EDU
Subject: Re: Creating a pause in REXX
"Sharon Hubbell , IT" wrote:
> When I run this REXX the information goes by too quick for anyone to read
> it. Is there a way to slow this down or even momentarily pause without any
> operator intervention?
>