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

Time parameter overide in jcl


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

New User


Joined: 07 Dec 2009
Posts: 5
Location: Bangalore

PostPosted: Sun Feb 14, 2010 9:31 pm
Reply with quote

Hi,

I have used the below time parameter override in jcl but not working fine,

start of jcl........

//XXXATPRD JOB (T00101,000),NOTIFY=&SYSUID
//XXXBT1 EXEC XXXCT1,
//*
// OCYCLE=J9L901
//***
//TIME.ACTDT100=0
//TIME.ACTDT110=1440

END of jcl...

I have tried to override the time parameter in the catalog procedure step XXXDT100 and XXXDT110

Please suggest me to override time parameter.

Thanks
Jai
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: Sun Feb 14, 2010 10:16 pm
Reply with quote

What did you find when you looked in the manual (link at the top of the page)?

Also, when you say it didn't work, do you mean:
1) the job ran to normal completion but didn't produce the results you expected?
2) the job ran but gave a user abend (Uxxxx) code?
3) the job ran but gave a system abend (Sxxx) code?
4) the job failed converter / interpreter and never started at all?
These are all legitimate, valid, and possible interpretations of "didn't work". If you cannot be precise in your terminology, which is so central and important to IT, you really should reconsider your career choice.
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: Sun Feb 14, 2010 11:39 pm
Reply with quote

Hello,

Quote:
I have used the below time parameter override in jcl but not working fine.
.
.
//TIME.ACTDT110=1440
In addition to Robert's observations, you should never specify TIME=1440 for any of your jobs.
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Mon Feb 15, 2010 10:24 am
Reply with quote

Attempts to override TIME parameters can be overridden by the people who support z/OS (MVS) at your site. Have you checked with them to make sure what you want to do is allowed (acceptable)? Many shops frown on overriding TIME values.
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 To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
No new posts C Compile time time stamps Java & MQSeries 10
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
Search our Forums:

Back to Top