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

Text Box in Panel


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

New User


Joined: 29 May 2008
Posts: 15
Location: CHENNAI

PostPosted: Tue Sep 08, 2009 8:35 pm
Reply with quote

Hi,

Can anybody suggest me how to use the TEXTBOX in the Panel.

My Requirement is to have a Text area over the panel ,when the user
enters the data in the text area that data has to be Captured to a mainframe dataset .

Is it possible to have an option of Text box design in Panel, if not
kindly let me know how to throw onemore panel where the user
enters the data and the same can be captured to a mainframe dataset.

thanks
Kishore
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Sep 08, 2009 8:36 pm
Reply with quote

No such animal as a REXX panel.

Go to the sticky topics at the top of the CLIST/REXX forum, and look at the one for reference materials. In there will be all the manuals you'll ever need for REXX and ISPF.

Please feel free to come back and post when you have problems with your code
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue Sep 08, 2009 8:49 pm
Reply with quote

Panels are ISPF animals.
So if you look at the ISPF manuals you will find that ADDPOP and REMPOP are what you need.

unless I've misunderstood what you mean by "Text area over the panel"... icon_sad.gif
Back to top
View user's profile Send private message
smilingashutosh

New User


Joined: 08 Jun 2006
Posts: 22

PostPosted: Wed Sep 09, 2009 5:35 pm
Reply with quote

I would suggest like that...

Say you are in your MAIN PANEL and there you can have a field say
Text insert indicator _ (Y/N)

now if someone enters Y in it , do ADDPOP as suggested above and open another small Popup panel (with two field text and confirmation) where once the user enters text and say Y in confirmation field screen then write the text to a file and do REMPOP and you will be back to your MainPanel.
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Call program, directly from panel CLIST & REXX 9
No new posts TEXT-TO-PDF Compuware & Other Tools 1
No new posts REXX to send an email in Mainframe wi... CLIST & REXX 3
No new posts interactive cics program using CICS s... CICS 5
Search our Forums:

Back to Top