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

How to browse using mouse instead of using F7 & F8 ?


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

New User


Joined: 11 Aug 2005
Posts: 85
Location: England

PostPosted: Fri Mar 20, 2009 8:57 pm
Reply with quote

Hi All,

Can anybody share how to change the settings to browse the Mainframe screens by using mouse instead of using Functions keys F7 & F8 all the time.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Mar 20, 2009 9:01 pm
Reply with quote

If it can be done at all, that would be an terminal emulator function NOT a mainframe function. Check the documentation for the terminal emulator you are using. Mainframe screens are not interactive the way PC screens are, so mouse functions would have to be captured by your emulator, translated into a PF7 or PF8, and the appropriate key sequence sent by your emulator to the mainframe. Even if you can get it to work, the action will not be the smooth moving of a PC mouse -- more like jumping.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Fri Mar 20, 2009 9:03 pm
Reply with quote

The terminal emulator you are using is most likely emulating a 3270 terminal, these did not have a mouse. You might be able to create hot spots on the screen that you can click on to generate a PF7 or PF8 key press. Read the documents for your terminal emulator.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Fri Mar 20, 2009 9:04 pm
Reply with quote

Robert
You type faster then me.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Mar 20, 2009 9:06 pm
Reply with quote

The class in high school I've gotten most use from was a typing class which my guidance counselor signed me up for over my protests because he needed one person for the class to make.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Fri Mar 20, 2009 9:21 pm
Reply with quote

Robert Sample wrote:
The class in high school I've gotten most use from was a typing class which my guidance counselor signed me up for over my protests because he needed one person for the class to make.


I took it in high school because most of the rest of the class was girls. But now there is no bell before the end of the line and I can't find the carriage return lever.
Back to top
View user's profile Send private message
leo_sangha

New User


Joined: 11 Aug 2005
Posts: 85
Location: England

PostPosted: Fri Mar 20, 2009 9:52 pm
Reply with quote

Thanks Robert & Craq,

I'll try to find emulator info somewhere.
Nice crack though icon_smile.gif
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: Fri Mar 20, 2009 10:12 pm
Reply with quote

Hello,

Suggest that your time will better spent learning how to more productively use the features of the 3270/tso/ispf/etc. . . rather than trying to get the system to act like a pc. . .

Keep in mind that if you use the mouse to accomplish a scroll up or scroll down 1 line, every touch of the mouse will generate an entire transaction to/from the mainframe. The 3270 is "block" mode (interrupt keys cause a block to be sent to the cpu as opposed to every keystroke on the pc goes directly to the cpu).
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Fri Mar 20, 2009 10:41 pm
Reply with quote

you could map your emulator to the screen up and screen down keys of the keyboard. (the ones under the PAUSE key on the right side of the keyboard).
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Sat Mar 21, 2009 12:23 am
Reply with quote

IBM's PCom emulator has pop-up keypads (right click the mouse) that can be customized to include PFx buttons as well as Enter. A mouse click on the button will do whatever.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Sat Mar 21, 2009 1:25 am
Reply with quote

For IBM's PCom emulator, use Edit -> Preferences to set the hotspots.

Check the boxes for 'PFnn' and 'Fnn' (possibly others).

I also suggest checking 'Enter at cursor position'. That allows you to navigate some menus by clicking on point&shoot fields.

NOTE to ISPF developers: please implement point and shoot fields in your menu panels.

I also have 'Execute URL' as a hotspot preference. The emulator will launch a browser window.
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Sat Mar 21, 2009 4:24 am
Reply with quote

Pedro wrote:
NOTE to ISPF developers: please implement point and shoot fields in your menu panels.
Point and shoot has been part of most menu panels for about 15 years. Use the CUAATTR command to see them more easily. People who change the panels tend to not implement point and shoot. I doubt there are any ISPF developers here though
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Mon Mar 23, 2009 9:11 pm
Reply with quote

"People who change the panels" = "ISPF developers"
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Mar 23, 2009 11:57 pm
Reply with quote

When I develop a new ISPF application, I define only menu items as PS fields. I don't think that every field should be PS.

O.
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 HILITE on Browse mode? TSO/ISPF 2
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts Issue while reading a file in browse ... TSO/ISPF 7
No new posts How to browse RECFM=VBS DSORG=PSE seq... JCL & VSAM 7
No new posts Find a string in PS file opened in br... CLIST & REXX 3
Search our Forums:

Back to Top