MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

WTOR

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
Bee_bop
Beginner


Joined: 12 Dec 2005
Posts: 29
Topics: 15
Location: Singapore

PostPosted: Fri Jun 16, 2006 1:51 am    Post subject: WTOR Reply with quote

Hi Experts,

I'm trying to execute rexx through af/oper. Is there a JCL that can be used to send WTOR on the system console ? Pls advise. If I use IPOWTO utility it just send messgae on syslog.

-Thanks,
Bee_bop
Back to top
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Fri Jun 16, 2006 8:56 am    Post subject: Reply with quote

I use this logic in REXX:
Code:

LINE_DATA.   = \\" \\"                                           
LINE_DATA.1  = \\"+------------------------+\\"
LINE_DATA.2  = \\"+ This is the message +\\"
LINE_DATA.3  = \\"+------------------------+\\"
ADDRESS \\"WTO\\" \\"TEXTVAR(LINE_DATA.) MSGID(+)\\"                 

See if it works for you.

I also use IPOWTO but it displays on the console.
Back to top
View user's profile Send private message
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Fri Jun 16, 2006 11:37 am    Post subject: Reply with quote

Do you actually need to receive a reply into your REXX?
_________________
Regards,
Bill Dennis

Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
Back to top
View user's profile Send private message
Bee_bop
Beginner


Joined: 12 Dec 2005
Posts: 29
Topics: 15
Location: Singapore

PostPosted: Tue Jun 20, 2006 5:35 am    Post subject: Reply with quote

I can send WTOR on console through script, but im just thinking that there may be another way of sending WTOR on console using JCL only and not invoking any script. I got this JCL but it sends different WTOR message on console, anyway this might be useful for others who need this :
Code:

//STEP01   EXEC  PGM=IPOWTO,PARM='XYZ'     
//SYSIN    DD DDNAME=IEFRDER                               
//IEFRDER  DD DUMMY,DCB=(BLKSIZE=80)

This will prompt for WTOR with this message :

"#### REPLY C TO CONTINUE PROCESSING OR R TO REPEAT DISPLAY"

I guess there is no shortcut and I need to invoke the script.

Thanks all.
-Bee_bop
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group