rexx to display entry message



IBM's Command List programming language & Restructured Extended Executor

rexx to display entry message

Postby bens » Tue Mar 24, 2009 7:14 pm

i would like to know how to set up a message when logging into mainrframe??
bens
 
Posts: 4
Joined: Tue Mar 24, 2009 3:53 pm
Has thanked: 0 time
Been thanked: 0 time

Re: rexx to display entry message

Postby dick scherrer » Tue Mar 24, 2009 11:59 pm

Hello,

You need to more clearly explain what you are asking. . .

Showing an example of what you want would probably help. Use copy/paste and the "Code" tag to show what you want to present. Do not use "screenshots" as they only add clutter and are deleted.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: rexx to display entry message

Postby expat » Wed Apr 01, 2009 4:44 pm

Beware of changing a logon proc, it will almost certainly be used by many more people than just you.
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: rexx to display entry message

Postby Bill Dennis » Wed Apr 01, 2009 6:54 pm

You can add broadcast messages (called Notices) that will display for all users at every logon. The msgs remain until you delete them. Users may have the option available to say "NoNotices" at logon.

Use the SEND command to SAVE the message as a notice.
SEND 'your greeting',ALL,SAVE


To display all notices and their slot number:
SEND LIST



Delete a notice by slot number:
SEND nnnn,DELETE
Regards,

Bill Dennis

Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post