Search found 2 matches

by Lohit Iti
Thu May 12, 2011 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to add 1 month to date
Replies: 3
Views: 3333

Re: Need to add 1 month to date

Add this function in date column
ADD_MONTHS(TO_DATE(SYSDATE),1)
by Lohit Iti
Thu May 12, 2011 6:24 am
Forum: General
Topic: Job Status Message
Replies: 7
Views: 5904

Hi, Thanks for your reply, Here i am referring to sequencer job, not the individual job. can you please tell me a way of differentiating sequencer job status as "Aborted/Restartable" (Restartable sequencer) to "Aborted"(Normal Sequencer) If the sequences that are not Restartable...