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

What is job scheduling


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nandakumar
Warnings : 2

New User


Joined: 05 May 2005
Posts: 50

PostPosted: Mon Dec 12, 2005 10:55 pm
Reply with quote

what is job scheduling?Can any one plz explain with an example?







Thanks,
Nandakumar
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Dec 12, 2005 11:05 pm
Reply with quote

To run a job on a pre define time (schedule) is job scheduling.
Back to top
View user's profile Send private message
Guest







PostPosted: Tue Dec 13, 2005 12:40 am
Reply with quote

Dear nanda,

on mainframes or windows or on any other platform there are some jobs which needs to run regularly, at a particular time.

Daily weekly or yearly
For example your credit card or mobile bill job will run every monthy.

These jobs can be scheduled on mainframes using schedulers like CA-7,CA-5,ESP
If u want more information let me know.


CHEERS
tvmkishore.
Back to top
surya

New User


Joined: 19 Feb 2005
Posts: 13

PostPosted: Wed Dec 21, 2005 11:52 am
Reply with quote

Hi,

I want to know how we run jobs on pre define time for ex daily, weekly or monthly. you told we can do by using CA7, can tell me how to do that clearly and tell me is can we do it by using JCL, I am waiting for ur valuable info.

Thanking you.

Suresh
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Wed Dec 21, 2005 11:58 am
Reply with quote

Hi frnd,
In JCL v can use this code to run on predetermined time

//*MAIN DEADLINE=(0700,B,012105)

so to run the job on Jan 21,2005 @ 7AM
Back to top
View user's profile Send private message
mrar_160

New User


Joined: 14 Sep 2005
Posts: 48

PostPosted: Wed Dec 21, 2005 12:44 pm
Reply with quote

Hi all..

khamarutheen, what is "B" meaning? (//*MAIN DEADLINE=(0700,B,012105) )

TQ
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Wed Dec 21, 2005 12:53 pm
Reply with quote

Hi frnd,
B is nothing but the job class like.. i think u might have known that...right?
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Wed Dec 21, 2005 7:17 pm
Reply with quote

HI Surya,

We can easily schedule any job using CA7.

CA7 is job scheduller developed by CA. For schedulling job you need to contact your operation, because y can not schedul job in Ca7 as you may not have access to it.

Hope this helps

Regards
Rupesh
Back to top
View user's profile Send private message
mrar_160

New User


Joined: 14 Sep 2005
Posts: 48

PostPosted: Thu Dec 22, 2005 11:46 am
Reply with quote

how to check whether my os/390 have CA7 scheduler or not??
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Dec 22, 2005 11:50 am
Reply with quote

Hi Rupesh.Kothari,

I too heared about CA7 but i dont know the details if possible can u explain to us in brief....
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Dec 22, 2005 11:57 am
Reply with quote

Hi mrar_160,

I refered in IBM site regarding CA7 and got a link.. read the content in the below link i think u may get the solution...

publib.boulder.ibm.com/infocenter/tivihelp/v3r1/index.jsp?topic=/com.ibm.tivoli.itbsm.doc/bsma396.htm


Let me know if any more query regarding this...
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Thu Dec 22, 2005 12:10 pm
Reply with quote

Hi,

CA7 is scheduller which is use to schedule the job and run at perticular time and we can add dependencies also to run the job. for example, if u have two jobs says A and B. you want to run A job at 8 PM daily and B after A. then you schedule A at 8 PM and add dependencies on B of A

If you want more material you can search teh forum you will get lot of material.

Hope this helps

Regards
Rupesh
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Dec 22, 2005 12:16 pm
Reply with quote

Hi Rupesh.Kothari,
Thanks for ur info.. let me do as per u say...
Back to top
View user's profile Send private message
mrar_160

New User


Joined: 14 Sep 2005
Posts: 48

PostPosted: Thu Dec 22, 2005 1:52 pm
Reply with quote

i think my mainframe doesnt have this scheduler..
May i know it is expensive to have this scheduler??
Tq
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Thu Dec 22, 2005 2:13 pm
Reply with quote

HI mrar_160,

Please ask our admin which scheduler are you using in your mainframe.

Regards
Rupesh
Back to top
View user's profile Send private message
mrar_160

New User


Joined: 14 Sep 2005
Posts: 48

PostPosted: Fri Dec 23, 2005 9:13 am
Reply with quote

Rupesh.Kothari wrote:
HI mrar_160,

Please ask our admin which scheduler are you using in your mainframe.

Regards
Rupesh


Hi Rupesh.Kothari
I have to asking my admin, and confirm my mainframe doesnt have any scheduler...
Is there any way to create a scheduler using cobol program or using JCL??
If i`am using JCL, how can i read system date and run daily/weekly??
The previus post regarding JCL scheduler is to set for one day only..
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Fri Dec 23, 2005 11:09 am
Reply with quote

Hi frnd,

Quote:
how can i read system date and run daily/weekly??


Plz check the below link inorder to get the system date in a JCL...

ibmmainframes.com/viewtopic.php?p=26255#26255

Quote:
Is there any way to create a scheduler using cobol program or using JCL??


It depends upon u.. bcz in JCL v have an option to run the JCL at particular date and time. so using that u have to code...


Quote:
The previus post regarding JCL scheduler is to set for one day only..


Yes u r right but u should make it according to ur logic.. fine..

Any more..???
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
This topic is locked: you cannot edit posts or make replies. Need assistance in job scheduling logic. Mainframe Interview Questions 2
No new posts Job scheduling problem. JCL & VSAM 9
No new posts report on job scheduling details in Zeke IBM Tools 2
No new posts CONTROL-M SCHEDULING DEFINITION FACILITY Compuware & Other Tools 1
No new posts Mainframe scheduling tool Compuware & Other Tools 2
Search our Forums:

Back to Top