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

Is there any possibilty to submit a job with out any prompt


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

New User


Joined: 15 Apr 2008
Posts: 39
Location: India

PostPosted: Fri May 16, 2008 11:55 am
Reply with quote

When ever we submit a job it will prompt jobname(jobid)..... is there any possibilty to submit a job with out any prompt.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri May 16, 2008 11:57 am
Reply with quote

You get the prompt when the submit command does not find a proper job card

check the thing You are submitting an put a valid job card in it icon_cool.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri May 16, 2008 12:24 pm
Reply with quote

Hello,

Also, make sure the job name being submitted is not only the userid.
Back to top
View user's profile Send private message
rajesh_m

New User


Joined: 15 Apr 2008
Posts: 39
Location: India

PostPosted: Fri May 16, 2008 1:30 pm
Reply with quote

My intension is when ever u submit the job it should not prompt any thing and also when ever the job excution is completed it should not show maxcc=0 message also.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri May 16, 2008 2:52 pm
Reply with quote

Quote:
y intension is when ever u submit the job it should not prompt


as I posted before ensure that the job is properly written icon_cool.gif
Back to top
View user's profile Send private message
acevedo

Active User


Joined: 11 May 2005
Posts: 344
Location: Spain

PostPosted: Fri May 16, 2008 5:56 pm
Reply with quote

rajesh_m wrote:
My intension is when ever u submit the job it should not prompt any thing and also when ever the job excution is completed it should not show maxcc=0 message also.


are you talking about NOTIFY?
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Fri May 16, 2008 6:01 pm
Reply with quote

rajesh_m

When you are submitting your jobs do you have a job card in the jcl or is the system generating one for you?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri May 16, 2008 7:46 pm
Reply with quote

Hello Rajesh,

To summarize, if what you submit has a valid job statement including a jobname of other than only the userid, and there is no NOTIFY, i believe you will have what you want.
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 May 19, 2008 3:06 pm
Reply with quote

Hi,

This happened to me when the JOB Name was less than eight characters.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon May 19, 2008 3:19 pm
Reply with quote

Quote:
This happened to me when the JOB Name was less than eight characters.


sorry to disagree ( rather SUBMIT and JCL disagree )

just tested no issue at all with jobname
( unless some exits enforces something different from the vanilla environment )

maybe the job name was Your TSO userid
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Mon May 19, 2008 3:41 pm
Reply with quote

since your TSO userid is already used as an active job name. without the additional character to a jobcard that only uses the tso userid as job name, the submitted job would wait (duplicate job name) until the first userid job (TSO session) ended.
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 May 19, 2008 5:29 pm
Reply with quote

Hi,
enrico-sorichetti wrote:
sorry to disagree ( rather SUBMIT and JCL disagree )
Ah..but I've to agree to your disagreement..when I used a JOB card as
Code:
//JOB JOB (UU255507641),XX1234A,
//         MSGCLASS=R,CLASS=0, 

it went fine; but when I use
Code:
//XX1234A JOB (UU255507641),XX1234A,
//         MSGCLASS=R,CLASS=0,     

(where XX1234A is my RACF ID.)

I got the following message
Code:
IKJ56700A ENTER JOBNAME CHARACTER(S) - 
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 May 19, 2008 6:41 pm
Reply with quote

dbzTHEdinosauer wrote:
since your TSO userid is already used as an active job name. without the additional character to a jobcard that only uses the tso userid as job name, the submitted job would wait (duplicate job name) until the first userid job (TSO session) ended.
Yup, agreed. The moment I read enrico's reply, it enlighten in mind. Good point to remember for me, Thanks Big B.
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 Submit multiple jobs from a library t... JCL & VSAM 14
No new posts How to submit multiple jobs with parm... JCL & VSAM 3
No new posts Submit Print Job For PDS Member With ... TSO/ISPF 17
No new posts Trying to submit COBOL PGM - JCL ERRO... JCL & VSAM 5
No new posts Generate and submit JCL and step dyna... DFSORT/ICETOOL 11
Search our Forums:

Back to Top