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

Message display after login into ISPF


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

New User


Joined: 03 Aug 2007
Posts: 19
Location: Naperville

PostPosted: Wed Sep 24, 2008 1:34 pm
Reply with quote

Is there a way to display a customized message when one logs into ISPF.
After login into ISPF, I want "Hello welcome to MVS" to be displayed.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Sep 24, 2008 1:38 pm
Reply with quote

Yes, it is possible.

You will need to modify the logon procedures to do this, and this will affect every user that uses the same proc(s).

Why would you want to display such a message anyway - everyone knows that TSO runs under z/OS anyway. And if they don not know then they should not be trusted to have access to a logon in the first place.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


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

PostPosted: Wed Sep 24, 2008 7:18 pm
Reply with quote

You can store a "notice" in the broadcast dataset for all users to see every time they LOGON (unless they use NONOTICES option).


To add a saved notice, use console command:

SEND 'HELLO WELCOME TO MVS',SAVE

The notice will be saved and assigned a number. Use the number to delete it later, using console command:

SEND nn,DELETE


If you lose the number, list all notices using console command:

SEND LIST
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 Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts IMS Message : DFS3577A IMS DB/DC 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top