Search found 42189 matches

by chulett
Wed Nov 10, 2010 6:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending a file in email in incorrect format
Replies: 1
Views: 836

Create the file with DOS record delimiters, Windows needs a CR/LF pair rather than just the LF that UNIX uses.
by chulett
Wed Nov 10, 2010 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem while reading from teradata database
Replies: 5
Views: 2851

So... why is it all spaces? What was the "default value" you used for null dates when you loaded the table?
by chulett
Wed Nov 10, 2010 10:12 am
Forum: General
Topic: Sequence job
Replies: 1
Views: 878

Your 'otherwise' trigger needs to go to a Terminator stage. Either that or remove it and allow the 'Automatically handle' compiler option to take care of things for you.
by chulett
Wed Nov 10, 2010 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation steps to install and configure IIS 8.5 in Windo
Replies: 6
Views: 2767

Hmmm... there's a wee bit of difference between 'want' and 'have'. Which is it?
by chulett
Wed Nov 10, 2010 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error
Replies: 16
Views: 5485

Post the actual SQL you are attempting to use, where clause and all.
by chulett
Wed Nov 10, 2010 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating/Standardising TimeStamp
Replies: 2
Views: 876

Not really. If those components can come in with one or two digits, you need to check each one and add the zeroes yourself.

Of course, the easiest way to fix this is to get the producer of this data to standardize it for you so you don't have to futz with it. :wink:
by chulett
Wed Nov 10, 2010 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Float to Numeric conversion
Replies: 9
Views: 2415

Harini wrote:Still, the data is getting loaded with the zeros in the database.
No, it's not. :?

As noted, that is an external representation of the internal value and the viewer is "adding" the zeroes. Trimming the zeroes is a waste of time.
by chulett
Tue Nov 09, 2010 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing complete log into a sequential file
Replies: 4
Views: 1771

There are "DSGetLog" API functions to retrieve log information from a routine, or equivalent dsjob options can be used to the same purpose from the command line in a script.
by chulett
Tue Nov 09, 2010 8:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: new line character as deimiter
Replies: 19
Views: 6554

How do you expect the tr command to know which file to process? You have to tell it - it is not picked up from the filename property in the stage. Actually, it is. :? While you can certainly specify it in the filter itself (and sometimes need to depending on the specific syntax) it will combine you...
by chulett
Tue Nov 09, 2010 8:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing via DSJOB command
Replies: 9
Views: 5618

FORM5500 would be the Project, I assume, and %1 is a bind variable for the job name, which is passed in at invocation.
by chulett
Tue Nov 09, 2010 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem while reading from teradata database
Replies: 5
Views: 2851

If your target won't accept nulls, then you'll need to provide an 'in-band' value for those empty timestamps, something that equates to no date. I've seen either low or high values, like 01/01/1900 or 12/31/9999 used, amongst other values. Plus a time, of course.
by chulett
Tue Nov 09, 2010 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in viewing the data
Replies: 2
Views: 1619

:?

Suggest you stick with the original post you created for this problem rather than starting the conversation all over again:

viewtopic.php?p=382124
by chulett
Tue Nov 09, 2010 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to remove the warnings .....
Replies: 3
Views: 1793

Locking this version as well, here is a link to the original topic, if people want to help please do so there.

:!: Posting the same questions multiple times just upsets the natives, please refrain from doing so in the future.
by chulett
Tue Nov 09, 2010 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I need to run the job with 0 warnings
Replies: 2
Views: 1826

Locking this. Please use the original post to continue the conversation.
by chulett
Tue Nov 09, 2010 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage compactibility
Replies: 3
Views: 1093

No. Perhaps the Pro/Ultimate version running in 'XP Mode' but not natively.