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

macro to split ISPF screens into multiple screens


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

New User


Joined: 22 Aug 2006
Posts: 17
Location: India Kolkata

PostPosted: Tue Nov 28, 2006 10:44 am
Reply with quote

Hi,
I want to have a macro to split ISPF screens into 5 seperate screens and each screen will have seperate keys to invoke it. Lets say five screens will be
1. ISPF primary option menu
2. DB2 screen.
3. Fileaid screen.
4. SD;SF
5. Ezyedit.
Now when I press say ALT+1 screen 1 should be displayed, similarly if ALT+2 screen 2 should be displayed and so on.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Nov 28, 2006 1:31 pm
Reply with quote

Hi !

Have a llok at the TSO commands SPLIT NEW, SWAP LIST.
Also START LIST & SCRNAME.

They will do what you want.

Regards, UmeySan
Back to top
View user's profile Send private message
j_rymbei

New User


Joined: 22 Aug 2006
Posts: 17
Location: India Kolkata

PostPosted: Tue Nov 28, 2006 4:57 pm
Reply with quote

hi,
thanks for the reply..yes i know that..but the problem is how to assign the keys alt+1 for screen1 without running any seperate macro. Can we map swap command with alt+1 when we run the main split macro???

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

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Nov 28, 2006 5:27 pm
Reply with quote

Hi !

1.) You can native define the keys in TSO.

-> PF2 . . . SPLIT NEW
-> PF9 . . . SWAP LIST

2.) You can define KeyComboination in the EmuSoftware you are using to
work on a client in mainframe environment.

Regards, UmeySan
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 How to split large record length file... DFSORT/ICETOOL 10
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
Search our Forums:

Back to Top