Search found 42189 matches

by chulett
Fri Jan 02, 2009 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort the job
Replies: 6
Views: 1363

The file will always be created.
by chulett
Fri Jan 02, 2009 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

Guessing "black" = "blank".

Sequence job. Use a routine to check for an empty file and skip the FTP job if needed. Notification for empty file or job failure.
by chulett
Thu Jan 01, 2009 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of data from a file
Replies: 9
Views: 4092

That would be a "fixed width" file. In other words, there are no field delimiters and any reader program has to know the length of each field to know where any given one starts and stops.
by chulett
Thu Jan 01, 2009 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue while the parameter value
Replies: 9
Views: 2130

Simplest way to find out is to try it... what happens? $CommandOutput will capture anything the command writes to standard out, i.e. outputs to the 'screen'.
by chulett
Thu Jan 01, 2009 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage File format issue while splitting in UNIX
Replies: 4
Views: 4076

You open the file with what? And when you 'save it back' what has been changed about the file? Do you have the same issue if you use split rather than csplit? :?
by chulett
Thu Jan 01, 2009 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata-Retrieve data from tables in Multiple databases
Replies: 4
Views: 1881

How would you do this outside of DataStage? In Oracle, for example, one would create a dblink between them, there must be a similar technique for Teradata.
by chulett
Thu Jan 01, 2009 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error using reset command in datastage director
Replies: 7
Views: 2336

There isn't really a 'reset issue' here as it's not hurting anything. Suggest you ignore that and concentrate on solving the duplicate rows problem so the job doesn't abort. If it really bothers you, work on properly setting up DataStage for DB2. It sounds like what you did by setting those environm...
by chulett
Thu Jan 01, 2009 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while date conversion
Replies: 9
Views: 1887

:!: It's great that you want to come here to help and all, but the link to a porn site isn't really appreciated nor appropriate.
by chulett
Wed Dec 31, 2008 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dumping the hash file data to flat file easily
Replies: 9
Views: 3318

Sorry, for what you've added you're going to have wait for Grognard help.

I'm curious why all the shenanigans, why not just stick with the job(s) you've obviously already built and which are apparently 20x faster?
by chulett
Wed Dec 31, 2008 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dumping the hash file data to flat file easily
Replies: 9
Views: 3318

Just you. :wink:

Doesn't really surprise me, seeing as how you are basically printing a 'report' to disk. Those numbers in the SETPTR function are line length, page length, top margin, bottom margin, etc. The UniVerse User Reference has all of the gory details.

Me, I'd just stick to using a job.
by chulett
Wed Dec 31, 2008 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5007

Missed it by *that* much.
by chulett
Wed Dec 31, 2008 12:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5007

So much for keeping the use of code tags in mind. Go back, edit the post and add them, please. For grins if nothing else.
by chulett
Wed Dec 31, 2008 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5007

Yup, edited my previous post to include the "why".