View previous topic :: View next topic
|
Author |
Message |
sachin_kaushik84
New User
Joined: 03 Oct 2008 Posts: 23 Location: noida
|
|
|
|
how can we send a mail thru my seesion to another session in mainframe ?
can it be possible? |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
Please define "mail"...
O. |
|
Back to top |
|
|
sachin_kaushik84
New User
Joined: 03 Oct 2008 Posts: 23 Location: noida
|
|
|
|
i don't know why u are asking such question?
only i have to send a Hi to another user..... |
|
Back to top |
|
|
rexx77
New User
Joined: 14 Apr 2008 Posts: 78 Location: Mysore
|
|
|
|
Quote: |
don't know why u are asking such question?
only i have to send a Hi to another user.....
|
Have you thought of reading manuals available in this forum? |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
Sending "hi" to anither TSO user can be done using the SEND command. This is not a mail, but merely a message.
O. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
sachin_kaushik84 wrote: |
i don't know why u are asking such question?
only i have to send a Hi to another user..... |
The reason that others ask questions is because your posting is not clear and precise.
As it happens you were asking about sending mail, but the real question was related to sending messages. So by asking questions we have correctly determined what you want to do rather than offer wrong alternatives. |
|
Back to top |
|
|
sachin_kaushik84
New User
Joined: 03 Oct 2008 Posts: 23 Location: noida
|
|
|
|
can u pls guide me how to do that thru ISPF panel. |
|
Back to top |
|
|
acevedo
Active User
Joined: 11 May 2005 Posts: 344 Location: Spain
|
|
|
|
time to search for TSO SEND
;) |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Why do you need a specific panel to execute a TSO command ? |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
Actually, you can also send 'hi' using the TRANSMIT command.
And to do so with panels:
1. edit a dataset, ie 'my.msg' with your message text
2. issue TRANSMIT node.userid MSGDATASET('my.msg') |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
don't know why u are asking such question? |
Because your request was obviously incomplete/incorrect. . .
Quote: |
only i have to send a Hi to another user..... |
Be aware that doing this interrupts that user - some people do not appreciate this interruption when their keying/thinking is so interrupted. . .
This is not some texting facility. . . |
|
Back to top |
|
|
acevedo
Active User
Joined: 11 May 2005 Posts: 344 Location: Spain
|
|
|
|
in such cases I use TSO PROF NOINTERCOM |
|
Back to top |
|
|
|