a wakeup exec

2008-08-08 Thread Richard Alexander
Greetings Listers,

Can someone out there post or forward me a copy of  measly wakeup exec to read 
incoming RDR files and file them in CMS file.

Greatly appreciated

Richard




_
Reveal your inner athlete and share it with friends on Windows Live.
http://revealyourinnerathlete.windowslive.com?locale=en-usocid=TXT_TAGLM_WLYIA_whichathlete_us

Re: a wakeup exec

2008-08-08 Thread Thomas Kern
There are two good hot reader server available from the IBM DOWNLOADS web
site.

RXSERVER - Recently updated, look in the RXSERVER README for simple
instructions to create a VMUTIL server.
 
WAKERDR - A bit older but has more authorizations for who can send and wh
at
do I do with it (RDR-EXIT, RDR-LOAD, RDR-APND, etc)

I use them both.

/Tom Kern
/301-903-2211

On Fri, 8 Aug 2008 14:01:24 -0400, Richard Alexander [EMAIL PROTECTED]
m
wrote:

Greetings Listers,

Can someone out there post or forward me a copy of  measly wakeup exec t
o
read incoming RDR files and file them in CMS file.

Greatly appreciated

Richard


Re: a wakeup exec

2008-08-08 Thread Howard Rifkind
0 * * * Top of File * * *   
1 /* THIS IS A WAKUP REXX EXEC */   
2   
3 /* TRACE ?R  */   
4   
5SAY
6SAY ' Programmable Operator Facility Is Now Running '
7SAY
8   
9 DO FOREVER
00010   'WAKEUP (CONS'  
00011IF RC /=6 THEN 
00012   LEAVE   
00013   
00014PARSE PULL COMMAND_TEXT
00015IF COMMAND_TEXT = '' | COMMAND_TEXT = '' THEN  
00016   EXIT
00017   
00018   'TELL OPERATOR CMD' COMMAND_TEXT
00019SAY
00020 END   
00021 EXIT  
00022 * * * End of File * * *  
 
Where  *  are the passwords to break the wake up.   
  


 Richard Alexander [EMAIL PROTECTED] 8/8/2008 2:01 PM 
Greetings Listers,

Can someone out there post or forward me a copy of  measly wakeup exec to read 
incoming RDR files and file them in CMS file.

Greatly appreciated

Richard




_
Reveal your inner athlete and share it with friends on Windows Live.
http://revealyourinnerathlete.windowslive.com?locale=en ( 
http://revealyourinnerathlete.windowslive.com/?locale=en 
)-usocid=TXT_TAGLM_WLYIA_whichathlete_us
_
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only.
Access to this E-mail by anyone else is unauthorized.
If you are not an addressee, any disclosure or copying of the
contents of this E-mail or any action taken (or not taken) in
reliance on it is unauthorized and may be unlawful. If you are not an
addressee, please inform the sender immediately, then delete this
message and empty from your trash.


Re: a wakeup exec

2008-08-08 Thread Bob Levad (641-585-6770)
Very basic exec to get rdr files, no rexx niceties here.


/***/
trace 'i'
receive:
'wakeup (noext rdr' 
'execio 2 cp ( lifo string QUERY RDR * ALL'
if rc ^= 0 then signal receive
pull origin spid . . . . . . . name type dist
'desbuf'
if name =  then name = date(s)
if type =  then type = time(s)
'execio 1 diskw wakeup log a (finis string 'origin date(s) time() spid name
type dist
'exec receive' spid name type' a2 (replace'
if rc ^= 0 then signal error
signal receive
error:
exit



-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Richard Alexander
Sent: Friday, August 08, 2008 1:01 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: a wakeup exec

Greetings Listers,

Can someone out there post or forward me a copy of  measly wakeup exec to
read incoming RDR files and file them in CMS file.

Greatly appreciated

Richard




_
Reveal your inner athlete and share it with friends on Windows Live.
http://revealyourinnerathlete.windowslive.com?locale=en-usocid=TXT_TAGLM_WL
YIA_whichathlete_us=

This electronic transmission and any documents accompanying this electronic 
transmission contain confidential information belonging to the sender.  This 
information may be legally privileged.  The information is intended only for 
the use of the individual or entity named above.  If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or the taking of any action in reliance on or regarding the contents of this 
electronically transmitted information is strictly prohibited.