View previous topic :: View next topic |
Author |
Message |
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Tue Dec 07, 2010 9:13 am Post subject: SEND messages interrupting FTP |
|
|
Does anyone know how to prevent TSO SEND messages from interrupting my TSO session, very annoying when trying to do a FTP. Supposedly changing the TSO profile to NOINTERCOMM should help, but it does not, the messges come anyway, at least when they are sent from the console. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Tue Dec 07, 2010 9:36 am Post subject: |
|
|
warp5,
Try this command
Code: | PROFILE NOWTPMSG NOINTERCOM | .
If the messages are generated by DFSHSM which uses TPUT, they cannot be stopped.
Kolusu |
|
Back to top |
|
|
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Tue Dec 07, 2010 9:44 am Post subject: |
|
|
Thanks kolusu, but that made no difference, still getting the messages. Starting to think this is a bug and opened an issue with IBM. Any other suggestions appreciated. |
|
Back to top |
|
|
taltyman JCL Forum Moderator
Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Tue Dec 07, 2010 2:42 pm Post subject: |
|
|
Sounds like a batch ftp job might be the work around. |
|
Back to top |
|
|
|
|