hi
pls let me knw how to set breakpoints in a job :?
juturu (BOB member since 2010-01-08)
hi
pls let me knw how to set breakpoints in a job :?
juturu (BOB member since 2010-01-08)
If you want to set breakpoint in Debug Mode, Technical Manuals is the best place to look at and if you want to do the same in Execution: You can follow this
SantoshNirmala (BOB member since 2006-03-15)
Thanks for ur valuable inputs.
My concern is that how to control the flow of execution in a job? For example my job has following objects…
DF1–> DF2—>script1—>DF3—> script2
and if I wish to execute DF1 and DF2 leaving scripts and DF3, what has to be done??
I dnt want to design a new job with DF1 and DF2…
pls help!!
juturu (BOB member since 2010-01-08)
I hope you are concerned about conditional execution of DF3… if so…
Place DF3 into a conditional. Whenever the condition is met it will execute…if not it will be skipped…
SantoshNirmala (BOB member since 2006-03-15)