Search found 15603 matches
- Thu Jan 03, 2008 11:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Director Job Schedule is not working
- Replies: 6
- Views: 1370
- Thu Jan 03, 2008 11:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DecimalToSting()
- Replies: 5
- Views: 1571
Re: DecimalToSting()
Decimal data is not stored with leading zeroes; that is a function of how you display it. The string formatting function thatvrishabhsagar wrote:...I have a source file col that has decimal data in form 020...
dspxlearn suggested should work for you when reconverting the number back to a string.
- Thu Jan 03, 2008 11:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Director Job Schedule is not working
- Replies: 6
- Views: 1370
- Thu Jan 03, 2008 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to transfer file from Mainframe to UNIX
- Replies: 9
- Views: 2307
Only a few operatings sytems will do this. I recall having seen this on PRIMOS and some mainframe system (it might have been Hitachi, but that is only a guess). This won't be an issue for most systems; if you check your mainframe file system documentation you will find out if it does multiple space ...
- Thu Jan 03, 2008 8:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we filter the records while reading Sequential File?
- Replies: 7
- Views: 2167
- Thu Jan 03, 2008 8:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding the performance of datastage and SQL Loader
- Replies: 12
- Views: 5934
- Thu Jan 03, 2008 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we filter the records while reading Sequential File?
- Replies: 7
- Views: 2167
No, the sequential file stage "filter" lets you issue a UNIX command, i.e. if you put in sed '1d;$d' it would remove the leading and trailing lines (useful to get rid of header and footer lines). sed is the right way to go, it is just that I am not good enough at sed to think of how to remove the co...
- Thu Jan 03, 2008 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Call DSExecute
- Replies: 10
- Views: 3449
- Thu Jan 03, 2008 6:16 am
- Forum: General
- Topic: reading a fixed-width flat file
- Replies: 7
- Views: 1745
- Thu Jan 03, 2008 6:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we filter the records while reading Sequential File?
- Replies: 7
- Views: 2167
I am not any good at sed , but I am fairly certain you can write a sed command/rule which will remove the column_name strings; if you can do that the program will work a lot faster in DS since that extra data isn't processed. But if you cannot do this via sed, since this is a sequential file, you ca...
- Thu Jan 03, 2008 5:40 am
- Forum: General
- Topic: reading a fixed-width flat file
- Replies: 7
- Views: 1745
- Thu Jan 03, 2008 5:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Call DSExecute
- Replies: 10
- Views: 3449
- Thu Jan 03, 2008 5:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usage analysis of a table
- Replies: 2
- Views: 789
- Thu Jan 03, 2008 5:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delimited values in Startloop Activity
- Replies: 7
- Views: 2720
- Thu Jan 03, 2008 4:05 am
- Forum: General
- Topic: how can i import & export through command prompt
- Replies: 6
- Views: 1815