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

Displaying panel in rexx


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vasantdipali

New User


Joined: 06 Dec 2009
Posts: 3
Location: Mysore

PostPosted: Sun Dec 06, 2009 5:04 pm
Reply with quote

Hi,
actually i want to display a rexx panel but at the same time my rexx code should continue execution,

but what is happening is that, when i display my rexx panel it actually awaits the input from user (it may be a PF key or an enter hit by the user).

is there any way where in i can display the rexx panel without making my code await user input?

Thanks,
Vasant.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Sun Dec 06, 2009 5:40 pm
Reply with quote

no such thing as a REXX panel.

and why would you want to do that?

ispf does not work that way.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


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

PostPosted: Sun Dec 06, 2009 7:37 pm
Reply with quote

There exists a rexx/cics panel facility in Rexx for CICS Transaction Server.
In Netview there is also the possibilty to display panels/pop ups etc.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sun Dec 06, 2009 10:49 pm
Reply with quote

if You really meant...
using a rexx script to display an ispf panel, then...
why not look at the ISPF manuals for the facilities provided by the ISPF command ...
Address ISPEXEC CONTROL ... as in
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ispzsg61/2.4.1?SHELF=ISPZPM61.bks&DT=20071211174133&CASE=
Back to top
View user's profile Send private message
vasantdipali

New User


Joined: 06 Dec 2009
Posts: 3
Location: Mysore

PostPosted: Mon Dec 07, 2009 10:24 am
Reply with quote

Hi,

I am actually displaying a pop up (rexx panel) as shown in attachment.

actually i want the user to wait till the processing is over and so want to display a panel asking him to wait.

but when i display it its waiting for the user input (atleast to press an enter) so is there any way where in i can display this popup and continue the execution of my code?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 07, 2009 1:43 pm
Reply with quote

did You read my previous post ?

You keep talking abour REXX Panels so You must certainly be right!
please tell us a reference where You found that the proper term
is rexx panel and not ISPF panel so that we may amend our way of thinking icon_evil.gif
Back to top
View user's profile Send private message
vasantdipali

New User


Joined: 06 Dec 2009
Posts: 3
Location: Mysore

PostPosted: Mon Dec 07, 2009 2:43 pm
Reply with quote

Hi,

Sorry its the ISPF panel itself. but since i was using this panel with REXX code so i was using the term as Rexx panel.

Now can you help me in displaying an ISPF panel from the rexx code without awaiting the user input?.

below is the code which i used for generating the panel

)ATTR
@ TYPE(TEXT) INTENS(LOW)
$ TYPE(OUTPUT) INTENS(HIGH) COLOR (WHITE)
! TYPE(TEXT) INTENS(HIGH) COLOR (WHITE)
)BODY WINDOW(50,4)
+
+ Please wait...Processing Record...
+
)END
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 07, 2009 4:01 pm
Reply with quote

why don' t You do a bit of manual reading Yourself

click on the link I gave You...
when the page opens,
read and keep clicking on the book icon with the right arrow
until You reach the page with the info needed to achieve what You want to do
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Dec 07, 2009 8:31 pm
Reply with quote

Hello,

Strongly suggest that you use proper terminoloty rather than something you made up that happens to suit you.

Confusion caused by "made up" or improperly used terms is just a waste of everyone's time. . .
Back to top
View user's profile Send private message
siddharth singh

New User


Joined: 21 Jul 2015
Posts: 3
Location: india

PostPosted: Wed Jul 22, 2015 2:52 pm
Reply with quote

can anyone tell me how to create a panel which takes input from user
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Wed Jul 22, 2015 5:16 pm
Reply with quote

Since you revived a five-year-old thread instead of starting a new one as is proper,, I doubt if you will be aided.
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Wed Jul 22, 2015 5:23 pm
Reply with quote

If I understand your requirement correctly, you want to display a 'work in progress' panel while the Rexx continues to run? If so, then look up CONTROL DISPLAY LOCK in one of the manual references that you have been given.

I will advise however, if you expect the user to stare at a screen for more than a minute while your Rexx churns through its processing, then you will have an unhappy user. Better to submit a batch job to do the work, so that the user can do something else in the meantime. Locking up a screen is usually a bad idea.
Back to top
View user's profile Send private message
siddharth singh

New User


Joined: 21 Jul 2015
Posts: 3
Location: india

PostPosted: Thu Jul 23, 2015 9:55 am
Reply with quote

Akatsukami: oh yes I didn't check the date just searched the topic and read all the comments here, thought of asking here so that anyone who knows how to create a panel in rex can help me out

thanks
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top