Page 1 of 1

Automatic notify messages after log on

PostPosted: Thu Nov 29, 2007 10:52 pm
by SysProg_Ecu
I got differences between being logged on and not logged on at the time the job completes with notify messages:
If I'm logged on when the job finishes, I do receive the notify, but if I'm not logged on I don't receive it the next time I logon as I did before upgrade from z/OS 1.7 to z/OS 1.8.

I implemented in LOGON procedure the next command: QCMND 'LISTBC'

But, I need to know how do I activate the automatic notification as it was working earlier.

Re: Automatic notify messages after log on

PostPosted: Wed Apr 30, 2008 11:56 pm
by snuggiebug
On the command line type:

TSO PROFILE INTERCOM

to turn the notifications back off type

TSO PROFILE NOINTERCOM

Re: Automatic notify messages after log on

PostPosted: Thu May 15, 2008 9:49 pm
by Bill Dennis
The standard TSO LOGON screen has an option for NOMAIL. If this is selected "S", you will not receive your stored broadcast messages when you logon. You must do a LISTBC command to get them. Look for the option and un-select it.