Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need basic REXX help.

Status
Not open for further replies.

LqdTECH

MIS
Dec 16, 2002
1
US
Hello friends.

I am very new to rexx and would like to get some information to make a simple script.

What I want it to do is type a phrase once a second for 3 seconds then wait 15 seconds and then repeat the same process over and over untill i turn it off..

Anyone have any suggestions?
 
Look up 'say' for typing the phrase.

Look up 'Time()' for controlling when the phrase will be typed.

 
Hi LqdTech,

pls. give us some more information.

Are you doing some stuff in dialog-mode?
(e.g.: Do you want to provide a progressbar?)
What operating system and tp-manager do you use?

(I'm asking because I'm in a productionmanagement-team on OS/390. I dislike those kind of programmers, whose batch-rexx's try to unnecessarily write billions of silliest spool-records. Pls. don't mind...)

In ISPF Dialog this might be possible by either using "no action" panels with varying z-vars or the CONTROL DISPLAY service.

Do some RTM in

Code:
[URL unfurl="true"]http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPSER04/2.4.1?SHELF=&DT=20000712152926[/URL]

Have fun!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top