Search found 3 matches

by SeRpEnTmInD
Thu Sep 29, 2005 12:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Serverjob - Parameters in column derivation
Replies: 8
Views: 4532

Re: Serverjob - Parameters in column derivation

try this code:

Code: Select all

ADD_MONTHS(TO_DATE(Periode, 'YYYYMM') -1, 1)
by SeRpEnTmInD
Thu Jul 07, 2005 7:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashed file with multiple keys
Replies: 2
Views: 1442

thanks ray.wurlod, now i understand...
by SeRpEnTmInD
Thu Jul 07, 2005 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashed file with multiple keys
Replies: 2
Views: 1442

hashed file with multiple keys

Previously, i'm using a ORACLE OCI8 to load data with a query a bind variables: SELECT * FROM SOMETABLE WHERE :1 BETWEEN FLD1 AND FLD2 AND :2 BETWEEN FLD3 AND FLD4 these are the key fields: FLD1, FLD2, FLD3, FLD4 field non-key: FLD5 i have no problem with this... now, i want to do the same by using ...