View previous topic :: View next topic |
Author |
Message |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Oct 13, 2004 1:17 pm Post subject: TSO SEND |
|
|
I have a batch application that sends TSO message to specific users but I am sometimes getting the following error:
SE 'PROCESS COMPLETE' U(JDOE) LOGON
IKJ55085I UNDEFINED USERID(S) JDOE +
IKJ55085I USERID NOT FOUND IN MAIL DIRECTORY
What needs to be done to correct this? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Oct 13, 2004 1:33 pm Post subject: |
|
|
Bithead,
I think the userid MUST exist in SYS1.BRODCAST dataset.try adding the user to the brodcast dataset and see if it works.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Oct 13, 2004 2:10 pm Post subject: |
|
|
Kolusu,
The problem appears to be intermittent. Could it be that the BRODCAST dataset is full? |
|
Back to top |
|
 |
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Thu Oct 14, 2004 6:09 am Post subject: |
|
|
Hi; Check the outputs to make sure that you are always using the same BRODCAST dataset. It is no longer mandatory to use the system BRODCAST dataset |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Thu Oct 14, 2004 9:59 am Post subject: |
|
|
It is the same job on the same system so the answer, as far as I know, is yes. |
|
Back to top |
|
 |
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Thu Oct 14, 2004 10:51 am Post subject: |
|
|
The BRODCAST datset that is allocated can be changed by something as simple as changing the job class hence the request to check that both jobs are using the same dataset If the Brodcast dataset is full I would expect you to get an IKJ55074I
message not an IKJ55085 |
|
Back to top |
|
 |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Mon Dec 27, 2004 5:13 am Post subject: |
|
|
Hi Kolusu,
Quote: |
I think the userid MUST exist in SYS1.BRODCAST dataset.try adding the user to the brodcast dataset and see if it works.
|
I opened that dataset in ISPF Browse mode, but it is showing some ASCII characters.
As a matter of intrest, I want to know how to add the user Id to SYS1.BRODCAST dataset. Is it can be done through Batch Job/Any online screen.
If it is Batch please can you specify the JCL? If it is online can you specify the online tool. Any one can do the modification to that dataset. I mean ONLY administrators will be having write access to that DS? _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Wed Jan 05, 2005 6:50 am Post subject: |
|
|
Try looking at the account sub-command (tso) |
|
Back to top |
|
 |
|
|