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

executing job


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

New User


Joined: 17 Feb 2006
Posts: 64
Location: Bangalore

PostPosted: Tue Feb 21, 2006 12:38 pm
Reply with quote

in my job i code that time=nolimit then how much time it will be in that "job Q" (its possible to set a default time for my job)
( i think that it installation depend)

then i execute a job,it will in that "job Q" more than 20 min i dont need that job execution,
then how i would code in my jcl?
Back to top
View user's profile Send private message
ranjitbhingare

New User


Joined: 30 Nov 2005
Posts: 94
Location: PUNE

PostPosted: Tue Feb 21, 2006 1:07 pm
Reply with quote

Hi,

If you can not estimate the executiong time for the job then don't need to specify the time parameter. System will take default to the class which you used.

if you specify time=1440 its no limit, so the job will automatically abend if it goes beyond time for that particular class.

I hope this satisfies your question.....

Please do correct me if I am wrong.

Thanks & Regards,
Ranjit......
Back to top
View user's profile Send private message
smiley
Warnings : 1

New User


Joined: 08 Feb 2006
Posts: 27

PostPosted: Tue Feb 21, 2006 3:41 pm
Reply with quote

syntax:

Quote:

TIME=([minutes][,seconds])




Quote:
then i execute a job,it will in that "job Q" more than 20 min i dont need that job execution


u can give TIME=(20,0)

The job will abends if the execution time exceeds 20 mins.

CORRECT ME IF I AM WRONG!!!!
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 executing XCTL command in COBOL witho... CICS 10
No new posts Receiving RC 5 when executing REXX pr... CLIST & REXX 3
No new posts Issues with executing a REXX MACRO th... TSO/ISPF 4
No new posts Get name of Subsystem routine is exec... All Other Mainframe Topics 2
This topic is locked: you cannot edit posts or make replies. Control-m JOB executing even when the... Compuware & Other Tools 6
Search our Forums:

Back to Top