hi,
i found when in ispf ,press F2,only can switch between 2 screens ,can it be more?
thanks?
about F2 split screen
-
- Posts: 55
- Joined: Sat Mar 05, 2011 9:12 am
- Skillset: jcl,cobol,db2,cics
- Referer: google
- Contact:
about F2 split screen
-------------------
Pumpkin
Pumpkin
- prino
- Posts: 641
- Joined: Wed Mar 11, 2009 12:22 am
- Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
- Referer: Google
- Location: Vilnius, Lithuania
- Contact:
Re: about F2 split screen
Pumpkin wrote:i found when in ispf ,press F2,only can switch between 2 screens ,can it be more?
Just type 'new' on the command-line before pressing PF2, or change PF2 to "split new" and you can have up to (site_dependent!) 32 screens. Default is 8 I think.
Likewise, you can use PF9 to swap between more than two screens via:
LIST PF9 (SWAP LIST) - shows all screens in a pop-up
PREV PF9 (SWAP PREV) - previous screen
NEXT PF9 (SWAP NEXT) - next screen
Alternatively, you can give screens a name via the SCRNAME command and use SWAP name
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
robert.ah.prins @ the.17+Gb.Google thingy
-
- Posts: 14
- Joined: Thu Jul 26, 2018 10:35 am
- Skillset: 35+ years of MVS, OS/390, and z/OS experience
- Referer: noone
Re: about F2 split screen
You can also use thecommand to start another split screen. The advantage over is that you can directly start the new application with the START command. E.g. etc. And you can use the logical screen number with the SWAP PF key (PF9). Type the number in the command line and hit PF9. If you know that SDSF is running in logical screen 3, type 3 in the command line and hit PF9 to jump to this screen.
I suggest you turn the SWAPBAR on when working with more than two screens. Makes is easier to see which application is running in which screen.
Code: Select all
START
Code: Select all
SPLIT NEW
Code: Select all
START SDSF
START 3.4
START RMF
I suggest you turn the SWAPBAR on when working with more than two screens. Makes is easier to see which application is running in which screen.
Peter
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: about F2 split screen
no freason to reply to a 7 ( SEVEN ) years old topic
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
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
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Split file, SORT then append records.
by Esmayeelhusen » Fri Aug 04, 2023 6:37 pm » in DFSORT/ICETOOL/ICEGENER - 10
- 5432
-
by Esmayeelhusen
View the latest post
Wed Aug 09, 2023 7:39 am
-