View previous topic :: View next topic
|
Author |
Message |
teethu thomas
New User
Joined: 17 May 2007 Posts: 24 Location: India
|
|
|
|
I am giving NOTIFY=&SYSUID or NOTIFY=<My-ID> in the JCL and submitting it, but I am not getting the notification from the job. I have to go to spool to see what has happend to the job which I submitted. Please let me know if anybody can help. Can provide more information if necessary. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Does your TSO signon have NOMAIL specified? |
|
Back to top |
|
|
Bill Dennis
Active Member
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
|
|
|
|
Enter option 6 command PROFILE and check for NOINTERCOM. This prevents messages and is used during IND$FILE to prevent interruptions.
To change, enter PROFILE INTERCOM. |
|
Back to top |
|
|
teethu thomas
New User
Joined: 17 May 2007 Posts: 24 Location: India
|
|
|
|
Checked the NOMAIL option it was not selected and I have also checked the NOINTERCOM option in PROFILE command even that was set to INTERCOM.
Is there some other possibilty for the issue???? |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Would your JCL be routing to another LPAR to run against? If so, perhaps the notify isn't propagating across. |
|
Back to top |
|
|
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
teethu thomas,
Quote: |
NOTIFY=&SYSUID or NOTIFY=<My-ID> |
are you using the <My-ID> or &SYSUID?
get in the habit of always using &SYSUID.
have you investigated Robert's query? Is the JCL routing to another LPAR? |
|
Back to top |
|
|
teethu thomas
New User
Joined: 17 May 2007 Posts: 24 Location: India
|
|
|
|
The job runs on multiple LPAR'S . It does not always run with in the submitting LPAR. There is option an available here with which we can bind the execution to the submitting LPAR. But still it does not give any notification.
But this problem is there with only my ID. Rest of my collegues are getting the notofication.
Is there any special setups which we have to do if the JCL runs on different LPAR's
Quote: |
are you using the <My-ID> or &SYSUID?
get in the habit of always using &SYSUID.
|
Thanks Dick, I will always stick on to &SYSUID. |
|
Back to top |
|
|
Terry Heinze
JCL Moderator
Joined: 14 Jul 2008 Posts: 1248 Location: Richfield, MN, USA
|
|
|
|
I prefer using &SYSUID instead of my TSO user ID because when coworkers clone my JCL, they have one less thing to change in theirs. |
|
Back to top |
|
|
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
Terry Heinze wrote: |
I prefer using &SYSUID instead of my TSO user ID because when coworkers clone my JCL, they have one less thing to change in theirs. |
and don't have to deal with their messages. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
But this problem is there with only my ID. Rest of my collegues are getting the notofication. |
Suggest you speak with the system support people and have them determine what is different between how your submissions are handled versus how others are handled. . .
They have all of the "keys to the kingdom" and should be able to determine the difference rather quickly.
Do you use the same logon procedure the others use? |
|
Back to top |
|
|
teethu thomas
New User
Joined: 17 May 2007 Posts: 24 Location: India
|
|
|
|
Since I am working as a vendor, it will take time to get things resolved here. Rather I found the ibmmainframes forum to be quick.
Quote: |
Do you use the same logon procedure the others use?
|
The logon procedures we all use is the same. Any how I will try contacting the system support people.
Thanks for all the help. |
|
Back to top |
|
|
nikhachandran Warnings : 1 New User
Joined: 27 Mar 2007 Posts: 5 Location: Cochin
|
|
|
|
Just try with coding NOTIFY=&SYSUID in jobcard and override it with JES2 command /*NOTIFY <your id> |
|
Back to top |
|
|
ashishsr123
New User
Joined: 06 May 2008 Posts: 33 Location: Chennai
|
|
|
|
can you post your job card.
Check you JOB card ,does it have any USER=<some name> parameter if yes ,remove that and then try submitting the job.
Do let us know if it worked.
Regards,
Ashish |
|
Back to top |
|
|
Terry Heinze
JCL Moderator
Joined: 14 Jul 2008 Posts: 1248 Location: Richfield, MN, USA
|
|
|
|
Teethu, was this resolved? Please share if it was. |
|
Back to top |
|
|
|