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

ISPF Popup Window


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

New User


Joined: 28 Jun 2007
Posts: 23
Location: Bmth England

PostPosted: Fri Jan 04, 2008 10:24 pm
Reply with quote

I have a rexx program that is basically a loop, I need a Popup window to be displayed containing a variable each time the loop starts.

Can I use ISPF panels to to this, the problem I have encountered is that the panel once open needs a carriage return to close the popup and continue the loop.

/* REXX INTERROGATE DATASET */
"ALLOC F(INCAL) DA('HIS0254.CAL.INDEX') SHR REUSE"
"EXECIO * DISKR INCAL (STEM INDEX. FINIS"
DO COUNT = 1 TO 3
PARSE VAR INDEX.COUNT COUNTRY CCYPZ MARKET LOBCIF5
"ISPEXEC LIBDEF ISPPLIB DATASET ID(HIS0004.ISPPLIB)"
"ISPEXEC ADDPOP"
"ISPEXEC DISPLAY PANEL(MYNEWPAN)"
"ISPEXEC REMPOP"
END

)ATTR
$ TYPE(OUTPUT) INTENS(HIGH) COLOR(BLUE)
)BODY WINDOW(35,2)
$COUNTRY
)END
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Jan 04, 2008 10:37 pm
Reply with quote

See this previous topic.
Back to top
View user's profile Send private message
evanswillo

New User


Joined: 28 Jun 2007
Posts: 23
Location: Bmth England

PostPosted: Fri Jan 04, 2008 10:47 pm
Reply with quote

Thanks for the link I'll work my way through.
Back to top
View user's profile Send private message
evanswillo

New User


Joined: 28 Jun 2007
Posts: 23
Location: Bmth England

PostPosted: Fri Jan 04, 2008 10:50 pm
Reply with quote

Sorted thanks ,just added ISPEXEC CONTROL DISPLAY LOCK before display command
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 Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Is there a way to close VSAM files us... CICS 8
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top