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

How to show screen number on ISPF


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

New User


Joined: 16 Apr 2006
Posts: 16
Location: BeiJing, China

PostPosted: Sat Jul 07, 2007 8:28 am
Reply with quote

I.E: When I swap to screen 5, the screen number 5 can be display on the screen.
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: Sat Jul 07, 2007 8:42 am
Reply with quote

Hello,

Please clarify your request. What is "screen 5" and how did you "swap to it"?

If screen 5 is something you created, you should be able to display anything you want on it.

If you can post an example, that may help.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sat Jul 07, 2007 11:31 am
Reply with quote

Dick, the OP means that he has multiple screens open in his ISPF environment, and wants to know which screen is currently in use.

I usually go (1) my JCL, (2) my REXX, (3) SDSF, and use 4 - 8 for whatever else I am workung on.

I usually type LIST and hit PF9 to see where I am.
Back to top
View user's profile Send private message
ParagChouguley

Active User


Joined: 03 Feb 2007
Posts: 175
Location: PUNE(INDIA)

PostPosted: Sat Jul 07, 2007 12:59 pm
Reply with quote

Hi,

The command "SCRNAME ON" will do your job.

Moreover, the command "SWAP LIST" and press Enter also does the same job which is done by "LIST" and press PF9 command.

--Parag
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: Sun Jul 08, 2007 5:31 am
Reply with quote

Hi Expat,

Thanx for the clarification - i surely read that the wrong way icon_smile.gif
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sun Jul 08, 2007 2:42 pm
Reply with quote

dick scherrer wrote:
Hi Expat,

Thanx for the clarification - i surely read that the wrong way icon_smile.gif


No problems for that ...

Strangely enough, I have come across countless people, and still do, who only ever use two screens in their ISPF session because they think that's the limit. When I found out about having up to 16 (usually the default is 8) different screens open in ISPF it was a great find.
Back to top
View user's profile Send private message
bryan-yang

New User


Joined: 16 Apr 2006
Posts: 16
Location: BeiJing, China

PostPosted: Mon Jul 09, 2007 7:07 am
Reply with quote

Thanks for your help. Maybe ISPF can't display which screen is currently in use like as System Name(DM11) in screen.

Menu Functions Utilities Help
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
DM11 TST1FNS.FNETCOM.LIBRYMIS Row 00002 of 00002
Command ===> Scroll ===> PAGE
Name Prompt Size Created Changed ID
. FACDMAST
**End**
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Jul 09, 2007 12:41 pm
Reply with quote

Hi,

In ISPF, as suggested, SCRNAME ON command works.
If you have five screens open, as per your requirement, you can name them as:
Code:
SCRNAME #1

You can not give only numeric values, so
Code:
SCRNAME 1
will not work, this is not allowed in ISPF. SCReenNAMEs should be alphanumeric, first letter may be a letter from alphabet or a national character. After you've given name to screen, use the command
Code:
SCRNAME ON

name of that scrren will be shown on left hand upper corner of ISPF screen.
Back to top
View user's profile Send private message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Mon Jul 09, 2007 1:28 pm
Reply with quote

One more way to know which screen we are in is to associate the function keys to the different panels, eg. key in KEYS and change for command for PF1 to TSO S;ST , when you press PF1 it will open S;ST for you. offcourse you have use the unused PF keys otherwise you may get confused with their functionality.
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 Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
Search our Forums:

Back to Top