Search found 66 matches

by Madhu1981
Wed Mar 01, 2006 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unconditional Trigger in the sequence jobs
Replies: 3
Views: 2829

Unconditional Trigger in the sequence jobs

Hi,

In Sequencer Jobs, If trigger condition is "Unconditional" and if the job gets aborted, will it fires the Target stage or not.
by Madhu1981
Tue Feb 28, 2006 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cuurentimestamp Function in DB2 stag2
Replies: 1
Views: 795

Cuurentimestamp Function in DB2 stag2

Hi,

I have to use a query in DB2 stage SELECT * FROM TABLE_NAME WHERE DATE <= "Current timestamp"

Can any one tells me about the MetaSQL function which can be used for CurrentTimestamp.

%CurrentDateTimeIn() == is the right function or not?

Kindly help me
by Madhu1981
Mon Feb 27, 2006 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Routines
Replies: 2
Views: 1301

Datastage Routines

OpenSeq <FileName> To objFileVar Else Create objFileVar Else ErrorCode = 1 WeofSeq objFileVar End End WeofSeq objFileVar CloseSeq objFileVar I found the above lines in one routine and i didn't understand the 100% functionality. Could any one explain me about the code in detail to me? Like the funct...
by Madhu1981
Mon Feb 27, 2006 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Routines
Replies: 1
Views: 860

Datastage Routines

OpenSeq <FileName> To objFileVar Else Create objFileVar Else ErrorCode = 1 WeofSeq objFileVar End End WeofSeq objFileVar CloseSeq objFileVar I found the above lines in one routine and i didn't understand the 100% functionality. Could any one explain me about the code in detail to me? Like the funct...
by Madhu1981
Wed Feb 22, 2006 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DsLofInfo function In datastage pz
Replies: 3
Views: 1179

DsLofInfo function In datastage pz

HI,

In one routine i have found a function using like

call DsLogInfo(Log Detail, "Job Control"). This function will add "LogDetail" to Log.

But What this " Job Control" does.

Madhu
by Madhu1981
Wed Feb 22, 2006 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage px Sequencer
Replies: 2
Views: 1333

Datastage px Sequencer

Hi,

In Datastage Sequencer job, In job activity stage Trigger tab, i found a custom expression like

Jobname..$JobStatus>=0 and JobName.$JobStatus<=2

What this $JobStatus returns exactly depending upon the failures, success and warnings.

Can anyone helps me ASAP.

Madhu