View previous topic :: View next topic |
Author |
Message |
som_infotech Beginner
Joined: 04 Oct 2006 Posts: 4 Topics: 3 Location: chennai
|
Posted: Wed Nov 29, 2006 12:27 pm Post subject: How to Show messages using rexx |
|
|
Actually i want to throw some messages when user login to the system.
For Ex:
If user logins then rexx should throw "WELCOME userid()"
Please tell what procedure should be followed to make it successful. _________________ Som Shankar.US |
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
|
Back to top |
|
|
som_infotech Beginner
Joined: 04 Oct 2006 Posts: 4 Topics: 3 Location: chennai
|
Posted: Thu Nov 30, 2006 12:03 pm Post subject: |
|
|
Actually i know say command.
but my requirements is if
into the system the system should throw some user defined messages. _________________ Som Shankar.US |
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Thu Nov 30, 2006 12:27 pm Post subject: |
|
|
I'm a little confused.
How exactly are you going to know when a TSO user has logged into the system? Are you reading the console messages, looking for the "IEF125I userid - LOGGED ON - TIME=hh.mm.ss" message, in which case you'll need to use the MVS SEND (SE) command when this event occurs?
Or, are you just modifying their logon script? |
|
Back to top |
|
|
sriramla Beginner
Joined: 22 Feb 2003 Posts: 74 Topics: 1
|
Posted: Thu Nov 30, 2006 3:53 pm Post subject: |
|
|
superk, looks like the poster wants to display a message everytime user logs on.
Som Shankar, this may require a change in logon script. It is specific to every shop. There are few shops where an 'user defined' exec is run (if found) at the end of logon processing. You can add your processing at this exec. The better contact is your Systems team to get the details of logon script being executed . |
|
Back to top |
|
|
|
|