Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Message display after login into ISPF

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
avinashgup

New User


Joined: 03 Aug 2007
Posts: 7
Location: Naperville

PostPosted: Wed Sep 24, 2008 1:34 pm    Post subject: Message display after login into ISPF
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
References
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3542
Location: Brussels once more ...

PostPosted: Wed Sep 24, 2008 1:38 pm    Post subject:
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

Senior Member


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

PostPosted: Wed Sep 24, 2008 7:18 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1