Job sequence issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Job sequence issue

Post by mandyli »

Hi


we are using Job sequencer in the our project. I would like to know about

"do not check point" option in the Job activity window.

Can you please any one give some idea?


Thanks
Man
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

Do an exact match search on "do not check point". Read the posts and come back if you need any further clarifications.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Or just click the Help button or press F1 when next on that page.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
LavanyaRamesh007
Participant
Posts: 42
Joined: Mon Apr 21, 2008 1:49 am

Re: Job sequence issue

Post by LavanyaRamesh007 »

"do not check point"

Check points are used during run time of sequencer. If say fifth job in the sequencer fails and you want to start the sequencer from the point where it is failed then u should give "Check Point"
If u dont want this to happen and start the sequencer from the first job then u need not check it
sreddy
Participant
Posts: 144
Joined: Sun Oct 21, 2007 9:13 am

Re: Job sequence issue

Post by sreddy »

The checkpoint property on job sequences allows a sequence to be restarted at the failed point.-------------------------------------------------------------------------------
Each sequence needs it own log or the log becomes too difficult to follow. The solution is to create a generic Sequence Job Check routine in DataStage BASIC/OSH that is run after every child sequence finishes. It retrieves all the warning and error messages from that child sequence and displays them in the parent sequence with the child job name as a prefix to the message. In previous projects I have used this technique to capture and email messages to support users

:D
mandyli wrote:Hi


we are using Job sequencer in the our project. I would like to know about

"do not check point" option in the Job activity window.

Can you please any one give some idea?


Thanks
Man
SReddy
dwpractices@gmail.com
Analyzing Performance
madhavi83
Participant
Posts: 2
Joined: Mon Sep 01, 2008 11:59 pm

Re: Job sequence issue

Post by madhavi83 »

hi,
ans for ur que is (you r using jobsequencer in that u have 5 jobactivities if the job aborted after 4 job u can run from 4 onwards but if u want to run again from 1job or 2 job then u have to enable that option then the sequencer will run again from wher u required)


regards,
sudheer
Thanks,
Madhavi
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Sudheer, please strive for a professional standard of written English expression on DSXchange. In particular do not use SMS-style abbreviations. DSXchange is not a mobile telephony device, and such abbreviations make the already burdensome task of understanding English even more difficult for those whose first language is not English.

Even as a proficient native language speaker of English I found your post rather incomprehensible.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Job sequence issue

Post by chulett »

madhavi83 wrote:ans for ur que is (you r using jobsequencer in that u have 5 jobactivities if the job aborted after 4 job u can run from 4 onwards but if u want to run again from 1job or 2 job then u have to enable that option then the sequencer will run again from wher u required)
Good Lord, do you send emails at work that look like this? Is this really how you want to represent yourself as a professional on a world-wide user support forum? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply