View previous topic :: View next topic
|
Author |
Message |
usharaniA
New User
Joined: 22 Jan 2008 Posts: 85 Location: India
|
|
|
|
Hi,
Though i specify jobname in the jobcard ,in the spool the by defualt the userid is displayed as jobname.
In order to get the jobname as the one i have specified in the jobcard,i have to use a internal reader , so that time i get the specified job name.
But if i use internal reader it submits two jobs.
What to do to solve this issue |
|
Back to top |
|
|
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 1702 Location: Australia
|
|
|
|
Hi,
I'm confused, please explain
Quote: |
In order to get the jobname as the one i have specified in the jobcard,i have to use a internal reader , so that time i get the specified job name.
But if i use internal reader it submits two jobs.
|
Actually if you can post the JCL used and the output from the run, it will assist a great deal.
Gerry |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
First I don't beleive what your description says. Second are you the only victim for this in your shop? |
|
Back to top |
|
|
usharaniA
New User
Joined: 22 Jan 2008 Posts: 85 Location: India
|
|
|
|
I want the Jobname that i have used in the Jobcard to be displayed in the spool.
But my userid suffixed with special character is displayed in the sppol under the jobname column
Is there any possibility to override the userid to the jobname i have specefied in the job card or is there any possibility to manipulate the Control blocks in the spool. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Third
Quote: |
defualt the userid is displayed as jobname |
how do you conclude this? If this happens every time and job-name is your-ID, what about your own RACF-session which is running as just another job under MVS surveillance? |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
I believe what Gerry has asked for is visible at your end, is it? If yes, please post what he has asked for.
And you did not answer this also:
Quote: |
Second are you the only victim for this in your shop? |
what's the answer for this? |
|
Back to top |
|
|
usharaniA
New User
Joined: 22 Jan 2008 Posts: 85 Location: India
|
|
|
|
No,
This is due to some installation seeting, and i want to override it for a analysis.
Code: |
//SRM2936$ JOB MSGCLASS=O,MSGLEVEL=(1,1),CLASS=T,
// REGION=5M,NOTIFY=&SYSUID
//************************************************************
// SET MEMNAME=KGCPG232 <- SOURCE PGM NAME
// SET LOADMEM=KGCPG232 <- LOAD MODULE NAME |
But the Sppol looks like
Code: |
NP JOBNAME JobID Owner Prty Status Queue C Max-RC
U1111122 TSU02539 U162936 15 EXECUTION
U111112$ JOB02708 U162936 1 PRINT T CC 0000
U111112$ JOB02709 U162936 1 PRINT T CC 0000 |
My jobname in the jobcard id :SRM2936$ but in spool it is U111112$ |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
I'm just an application Engineer and never seen the scenario you talked about. Some System Programmer can help us here for sure. However, when you say this,
Quote: |
This is due to some installation seeting, and i want to override it for a analysis. |
that is - it's dependent on some settings, then it should be applicable to all users in your group/shop and your answer to my question (are you the only victim for this in your shop?) should not have been a No. |
|
Back to top |
|
|
usharaniA
New User
Joined: 22 Jan 2008 Posts: 85 Location: India
|
|
|
|
No, im not the only victim. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
I would speak to your site admin people as they know which exits are or are not in place on your system.
There is very little if anything that we can tell you abou how they have set up the system. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
Quote: |
This is due to some installation seeting |
if that is the case why do You feel that a forum will get You a solution?
wouldn' t it be better to speak to Your support?
if You have the business need they will be happy to provide You a with a solution |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
I dont see a // EXEC statement after the 2 SET statements.
B.t.w. TSU02539 is your TSO session user id. |
|
Back to top |
|
|
Marso
REXX Moderator
Joined: 13 Mar 2006 Posts: 1353 Location: Israel
|
|
|
|
Can a job card be automatically generated if the submitted job card is invalid ???
Have you been exploring options like:
- Do you have strange messages in your output or during submit?
- Have you tried to submit a colleague job ?
- Did you copy a job card from somebody else into your job to see how it works (or, at least, how it looks)? |
|
Back to top |
|
|
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
PeterHolland wrote: |
I dont see a // EXEC statement after the 2 SET statements. |
you should know by know that posters only post what we need to see!
they are smart enough and know enough about the problem to properly parse their content for us. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
So what you're saying is that your site has set your system up to display the TSO user id instead of job name in the spool display (whichever spool product you're using -- you haven't told us that yet), and you want to override the site values.
Why on earth would you think we can help you do this? Your site support group made this change, so they're probably the only ones that can tell you how to override it (which, by the way, may not be possible -- another thing we could not possibly know).
Contact your site support group, explain what you want to do, and LISTEN TO WHAT THEY TELL YOU! If they tell you that it cannot be done, believe them and go on to something else. |
|
Back to top |
|
|
MBabu
Active User
Joined: 03 Aug 2008 Posts: 400 Location: Mumbai
|
|
|
|
Some sites have exits that will screen for and change things like job cards. Some sites require that you use the TSO SUBMIT command and NOT the internal reader because the exits are TSO exits and not part of JES. In some cases, I imagine that bypassing those exits by using the internal reader directly for a general user's job would be a violation of site rules.
Regardless of how this is set up, as Robert says, the system is doing whatever it is doing because that is how your site administrators want it to be done. Try to get it changed if you want to but don't bypass their procedures. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
This is surely site-specific and they must have the answer(s). But if this
usharaniA wrote: |
My jobname in the jobcard id :SRM2936$ but in spool it is U111112$ |
is the case, I feel pity about a new-joinee out there, what a funny situation would be that to look for an unknown job-name given the fact that how good trainings do we get these days in new shops... |
|
Back to top |
|
|
|