Search found 5 matches
- Thu Jan 25, 2007 2:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how output data are to be set as fixed length
- Replies: 3
- Views: 1479
fixed length
even i didnt' use quotes ...it still doesn't work.....i wonder how can i set it in sequential file which make output data are "fixed length" thx for ur help Typically fixed width data files do not include quote characters; if you want these you will need to transform your data so that they have quot...
- Thu Jan 25, 2007 2:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how output data are to be set as fixed length
- Replies: 3
- Views: 1479
how output data are to be set as fixed length
hi all i have a question following i am using Datastage 7.5.1A i want all the output data are to be set as fixed length for each field eg row 1 "ab" "123" "dddd" row 2 "abc" "12345" "aaaaaa" i want output like this row 1 "ab " "123 " "dddd " row 2 "abc" "12345" "aaaaaa" how can i set in sequential f...
- Wed Oct 04, 2006 2:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COALESCE handling null value
- Replies: 6
- Views: 3690
- Tue Oct 03, 2006 8:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COALESCE handling null value
- Replies: 6
- Views: 3690
- Tue Oct 03, 2006 3:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COALESCE handling null value
- Replies: 6
- Views: 3690
COALESCE handling null value
i have one problem when i try to update null value in "SERVER JOB" in "Datastage 7.5.1.A" UPDATE SOR_DATA_SVC SET JOB_INST_ID=?,LAST_UDT_TMS=?,DSC=? WHERE DATA_SVC_TP=? AND DATA_SVC_CODE=? AND COALESCE(DATA_SVC_SUB_CODE,'')=COALESCE(?,''); Null value can be updated after i put that update command bu...