IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Issue in Jobname in jobcard


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Mon Dec 14, 2009 11:50 am
Reply with quote

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
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Mon Dec 14, 2009 2:38 pm
Reply with quote

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
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Dec 14, 2009 2:51 pm
Reply with quote

First I don't beleive what your description says. Second are you the only victim for this in your shop?
Back to top
View user's profile Send private message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Mon Dec 14, 2009 2:55 pm
Reply with quote

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
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Dec 14, 2009 2:56 pm
Reply with quote

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
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Dec 14, 2009 2:58 pm
Reply with quote

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
View user's profile Send private message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Mon Dec 14, 2009 3:08 pm
Reply with quote

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
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Dec 14, 2009 5:23 pm
Reply with quote

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
View user's profile Send private message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Mon Dec 14, 2009 5:59 pm
Reply with quote

No, im not the only victim.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Dec 14, 2009 6:03 pm
Reply with quote

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
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Mon Dec 14, 2009 6:05 pm
Reply with quote

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
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Dec 14, 2009 6:52 pm
Reply with quote

I dont see a // EXEC statement after the 2 SET statements.

B.t.w. TSU02539 is your TSO session user id.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue Dec 15, 2009 4:41 am
Reply with quote

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
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Dec 15, 2009 6:44 am
Reply with quote

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
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Dec 15, 2009 6:56 am
Reply with quote

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
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Tue Dec 15, 2009 9:37 am
Reply with quote

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
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Dec 15, 2009 2:34 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts To replace jobname in a file with ano... SYNCSORT 12
No new posts Facing ABM3 issue! CICS 3
Search our Forums:

Back to Top