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

How to know when a job is going to run next ?


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
duttakri

New User


Joined: 16 Oct 2007
Posts: 2
Location: Mumbai

PostPosted: Mon Oct 29, 2007 3:50 pm
Reply with quote

Hi

How will i come to know when a job is going to run next in CA7 ?

Thanks
Krish
Back to top
View user's profile Send private message
hemanth.nandas

Active User


Joined: 18 Aug 2007
Posts: 120
Location: India

PostPosted: Mon Oct 29, 2007 4:08 pm
Reply with quote

Hi Krish,

Quote:
How will i come to know when a job is going to run next in CA7 ?


Job will run in CA7!!. CA7 is a schedular not a processor.

Use following commands that tells you when job going to run.

Code:
LQ,JOB=job-name

This command will displays job information which are in Queue. Which includes those are in REQuirement status, ACTive Job info, REDy Job info Etc.

Code:
LREQ,JOB=job-name

This will displays Jobs which are in REQuiremant status only.

Code:
LRDY,JOB=job-name

This will displays Jobs which are in READY Stage.

Code:
LACT,JOB=job-name

This will displays Jobs which are in ACTive stage means currently running job info.
Back to top
View user's profile Send private message
duttakri

New User


Joined: 16 Oct 2007
Posts: 2
Location: Mumbai

PostPosted: Mon Oct 29, 2007 5:29 pm
Reply with quote

Thanks Hemantha for the reply !!!

I think LJOB, LQ etc will give you only the list of jobs currently in different queues. But say a job will run only at the monthend and you are in the begining of the month, then that will not come in the queue... right ?

I just wanted to know if i can identify the next run time or date for a job... whether its a daily or weekly or monthly job...

Thanks
Krish
Back to top
View user's profile Send private message
hemanth.nandas

Active User


Joined: 18 Aug 2007
Posts: 120
Location: India

PostPosted: Mon Oct 29, 2007 5:42 pm
Reply with quote

Hi Krish,

Quote:
I think LJOB, LQ etc will give you only the list of jobs currently in different queues


LJOB won't give you list of job currently in queue. LIST JOB gives you JOB Information.

Quote:
whether its a daily or weekly or monthly job...


Code:
LJOB,JOB=job-name,LIST=ALL or NODD


This command will give you the information if it was defined when Job scheduled.
Back to top
View user's profile Send private message
sdhaneef2341

New User


Joined: 07 Nov 2007
Posts: 4
Location: India

PostPosted: Thu Nov 22, 2007 12:45 am
Reply with quote

One more way to find future run of job using

LSCHD command..it gives you all the scheduled details...
Back to top
View user's profile Send private message
samueljohn

New User


Joined: 12 Jun 2006
Posts: 3
Location: Bangalore

PostPosted: Mon Dec 03, 2007 11:44 am
Reply with quote

I have a job for which I need the complete flowcharts for all jobs that run as part of that job.can any one help me i am using CA-7
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 -> CA Products

 


Search our Forums:

Back to Top