Search found 42189 matches

by chulett
Wed Aug 27, 2008 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage in PX
Replies: 11
Views: 3572

My assumption was that it is already tab delimited, thus you could send it as a long string and it would preserve those delimiters. Is that not the case? If not, command line ftp won't help at all.
by chulett
Wed Aug 27, 2008 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use shared container as lookup in datastage server
Replies: 7
Views: 3425

I did. The documentation does. I'm not really sure what more elaboration you are looking for. :?

Do you have any specific questions?
by chulett
Wed Aug 27, 2008 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage in PX
Replies: 11
Views: 3572

Try reading (and transferring) it as one long varchar field. Either that or there's always command line ftp.
by chulett
Wed Aug 27, 2008 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parse question
Replies: 6
Views: 1796

There are examples (or at least an example) in the online help for the stage.
by chulett
Wed Aug 27, 2008 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run-time error '457'
Replies: 10
Views: 8319

Right, LOGTO the project in question. And then execute the command directly or go thru the DS.TOOLS menu.
by chulett
Wed Aug 27, 2008 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run-time error '457'
Replies: 10
Views: 8319

Sure, do this directly from the command line of your O/S.

Code: Select all

cd $DSHOME
. ./dsenv
./bin/dssh
by chulett
Wed Aug 27, 2008 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage in PX
Replies: 11
Views: 3572

FTP it as one long string field and tell it not to add anything (like quotes) as it transfers the file.
by chulett
Wed Aug 27, 2008 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job for loading an oracle table..suggestions needed
Replies: 4
Views: 1499

Maybe... big maybe. If your target table partitioned?
by chulett
Wed Aug 27, 2008 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Droping Oracle Table
Replies: 13
Views: 3929

Have you tried escaping it? Put a back-slash before the dollar sign.
by chulett
Wed Aug 27, 2008 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01722: invalid number
Replies: 6
Views: 3762

:( Not really, don't have 8.x or PX or Windows or use ODBC, but...

Is your installation NLS enabled?
by chulett
Wed Aug 27, 2008 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert from .xls to .csv
Replies: 4
Views: 2623

In other words, do you have a UNIX ODBC driver for Excel that your company has purchased? DataStage does not ship with one.
by chulett
Wed Aug 27, 2008 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestions needed to improve the performance(Hashedfile)
Replies: 26
Views: 7404

That 'update action' first deletes any record and then inserts a new one in its place. If you are willing to burn two DML statements for every record when one would do, I suppose it could be used in that manner. :?
by chulett
Wed Aug 27, 2008 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use shared container as lookup in datastage server
Replies: 7
Views: 3425

so we have to declare ODBC_0 stage twice once in local container and other in job design, which is redundant. No, as noted that is specific to the job design of the example, not the fact that a container is involved. Use or non-use of a container does not change how anything works or the stages inv...
by chulett
Wed Aug 27, 2008 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Impact / Usage Analysis
Replies: 3
Views: 1569

I'm sure some sort of query could be cobbled together for that but I don't have any such thing. Did you check Chuck's stuff? I use that to 'search whole project at one go'... as long as the project has been exported. :wink: