Search the web
Sign In
New User? Sign Up
rexxlist · General REXX Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
REXX   Message List  
Reply | Forward Message #6449 of 16003 |
Re: REXX

I prefer this for a wait routine.

CALL TIME('R')
DO WHILE (TIME('E') < 20)
END

>>> Angelo.Grotticelli@... 10/24/2002 7:25:21 AM >>>
Richard

I did a copy and paste and when I run the rexxlist as is I get
IKJ56532I STMT 41 - LABEL WAIT_A_WHILE SPECIFIED BUT COMMAND NOT FOUND,
***,
Can you tell me why ?

Thanks,
Angelo Grotticelli
Talbots Systems Center
* office: (813) 829-6036 - fax: (813)829-6218
* email:Angelo.Grotticelli@... <
mailto:Angelo.Grotticelli@...>

/*------------------ wait a while subroutine */
WAIT_A_WHILE:
do X = 1 TO 20
end
return

Richard Burge
Systems Support Group
Tracks Traffic and Management Services Inc.
135 Jamison Ln.
Monroeville, PA 15146
Office (412) 829-6862
Home (412) 374-8232
Pager (412) 645-8080
Fax (412) 829-6560



Gharpure
<ravindra.gharpure@ To:
REXXLIST@...
PATNI.COM> cc:
Sent by: REXX Subject: REXX
Programming
discussion list
<REXXLIST@LISTSERV.
UGA.EDU>


10/24/2002 04:47 AM
Please respond to
REXX Programming
discussion list






Hi Everybody,
I am trying to automate certain processes. Could anybody tell me, if we can
submit a JCL thru REXX code.



This electronic mail transmission may contain confidential information and is
intended only for the person(s) named. Any use, copying or disclosure by any
other person is strictly prohibited. If you have received this transmission in
error, please notify the sender via e-mail.



Thu Oct 24, 2002 4:03 pm

GWALKO@...
Send Email Send Email

Forward
Message #6449 of 16003 |
Expand Messages Author Sort by Date

This is a multi-part message in MIME format. ... Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Everybody, I am...
Gharpure
ravindra.gharpure@...
Send Email
Oct 24, 2002
8:59 am

/* MVS/TSO REXX EXEC: SUBJCL */ /* */ TRACE 0 CARD.1 =...
Richard Burge
rburge@...
Send Email
Oct 24, 2002
12:28 pm

Richard I did a copy and paste and when I run the rexxlist as is I get IKJ56532I STMT 41 - LABEL WAIT_A_WHILE SPECIFIED BUT COMMAND NOT FOUND, ***, Can you...
Angelo Grotticelli
Angelo.Grotticelli@...
Send Email
Oct 24, 2002
1:26 pm

I prefer this for a wait routine. CALL TIME('R') DO WHILE (TIME('E') < 20) END ... Richard I did a copy and paste and when I run the rexxlist as is I get ...
Glenn Walko
GWALKO@...
Send Email
Oct 24, 2002
4:05 pm

This is a multi-part message in MIME format. ... Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit This should work for you...This...
Arthur Kraft
Arthur.Kraft@...
Send Email
Oct 28, 2002
2:42 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help