IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need to show ISP panel in the middle of TSO screen


IBM Mainframe Forums -> TSO/ISPF
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
balaji81_k

Active User


Joined: 29 Jun 2005
Posts: 155

PostPosted: Thu Nov 29, 2012 11:22 am
Reply with quote

Hi ,

I have developed rexx tool to run test job cycle and i want to show a panel which say to user that job cycle completed sucessfully . I want to show in the center of tso screen. Please let me know is that any option/command needs to be used in ispf panel . Please find my code below .

Code:

)ATTR
? TYPE(TEXT) INTENS(HIGH) COLOR(TURQ) HALITE(BLINK)
)BODY

? COMPLETE MESSAGE !!!!!
#########################################
# TEST JOB CYCLE COMPLETED SUCESSFULLY! #
# OUTPUT FILES ARE SHORTLY SEND TO #
# YOUR EMAIL ID WITH THE SUBJECT #
# TICKET NO # #
# #
# THANK YOU !!!!! #
#########################################


)INIT
)PROC
)END
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Nov 29, 2012 1:09 pm
Reply with quote

Try using popup panels.

Or read this :

ibmmainframes.com/about3385.html
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Thu Nov 29, 2012 7:22 pm
Reply with quote

Another job scheduler.

Please lock/delete this topic, as having a waiting (and looping) REXX exec will completely block the terminal of the user running the exec, and sending a screen from a batch job to a terminal is completely impossible.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Thu Nov 29, 2012 7:28 pm
Reply with quote

Pop up might be really annoying at middle of work

Instead why not have a mail sending job to indicate the test job completion

Think about it
Back to top
View user's profile Send private message
Josh Keller

New User


Joined: 08 Oct 2007
Posts: 36
Location: Columbia, SC

PostPosted: Thu Nov 29, 2012 9:50 pm
Reply with quote

Why not use the "SEND" command to send an intercom message to the submitter?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Want to mask Middle 8 Digits of Debit... COBOL Programming 3
No new posts Sort counter to show records combination JCL & VSAM 2
No new posts panel creation question TSO/ISPF 12
Search our Forums:

Back to Top