Open a new window in ISPF with a key stoke.

Other Mainframe related questions which attracts you and there is no suitable Forum you find for it and related FAQs.
Post Reply
Jyoti Chibber
Registered Member
Posts: 16
Joined: Wed Aug 20, 2014 5:40 pm

Open a new window in ISPF with a key stoke.

Post by Jyoti Chibber »

Hi,

Is there any way I can assign a macro or a key to a macro, which will allow me to open a window from my current ISPF window?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1896
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Open a new window in ISPF with a key stoke.

Post by Robert Sample »

Since ISPF has screens and NOT windows,  the simple answer to your question is that it cannot be done.  Does not hitting the F2 (PF2) key not split your screen?
If you are talking about opening a new 3270 session with one key, that would depend on your emulator.  But you would be starting a new connection so you would have to login again.
Chandan Yadav
Website Team
Website Team
Posts: 70
Joined: Wed Jul 31, 2013 10:19 pm

Re: Open a new window in ISPF with a key stoke.

Post by Chandan Yadav »

Hi,

Type KEYS on command line and assign START command to any of the PF key.
After pressing that Assigned PF key a new window will open

I hope this is what you looking for

Thanks and regards,
Chandan
Jyoti Chibber
Registered Member
Posts: 16
Joined: Wed Aug 20, 2014 5:40 pm

Re: Open a new window in ISPF with a key stoke.

Post by Jyoti Chibber »

Robert Sample wrote:Since ISPF has screens and NOT windows,  the simple answer to your question is that it cannot be done.  Does not hitting the F2 (PF2) key not split your screen?
If you are talking about opening a new 3270 session with one key, that would depend on your emulator.  But you would be starting a new connection so you would have to login again.
I am talking about opening a new "session" in ISPF, what do you call it if window is not correct?
F2 splits the current session in two sections, that does not help.
enrico-sorichetti
Global Moderator
Global Moderator
Posts: 828
Joined: Wed Sep 11, 2013 3:57 pm

Re: Open a new window in ISPF with a key stoke.

Post by enrico-sorichetti »

I am talking about opening a new "session" in ISPF
ISPF does not have sessions AMEN
that does not help.
You will have to live with it

The term session applies loosely to Your 3270 emulator
You open a new 3270 emulator window and start a new TSO session
naturally with a different userid

You might get a better understanding of the zOS ways by meditating on
http://www.redbooks.ibm.com/abstracts/sg246366.html
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort 8-)
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1896
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Open a new window in ISPF with a key stoke.

Post by Robert Sample »

What you want to do is not possible as far as I know.  To get into ISPF you must first connect a 3270 emulator to TSO and then provide a TSO user id and password; while some of this may be done automatically by the 3270 emulator software I don't know of any emulator package that allows you to assign to a key.
This would be a major security hole if allowed and your auditors would NOT be happy since it would invalidate individual accountability.
Jyoti Chibber
Registered Member
Posts: 16
Joined: Wed Aug 20, 2014 5:40 pm

Re: Open a new window in ISPF with a key stoke.

Post by Jyoti Chibber »

I am not able to say thing properly, looks like. But this REXX is suggested to me by colleague seems to work

Code: Select all

/* REXX */                                                      
PARSE ARG OPTION                                                
message = MSG('OFF')                                            
TRACE OFF                                                        
   "ISPEXEC SELECT PANEL(ISR@PRIM) NEWAPPL(STK) opt("OPTION")"  
RETURN 
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Other Mainframe Topics, Off-Topics, FAQs.”