Search found 42189 matches

by chulett
Tue Dec 23, 2008 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read field value from output file
Replies: 7
Views: 1661

No, there's no function but that 'cat' should work fine. Cat both columns and then use 'cut' in the script to get just one of them.
by chulett
Mon Dec 22, 2008 11:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Handling
Replies: 17
Views: 3912

Obviously, they want or need something quoted or this conversation would have been over quite some time ago. :wink: Yeah chulett. We want some of the columns needs to be quoted and the rest needn't. :? You *do* realize that in all of this exchange that you've never given us specific examples of the...
by chulett
Mon Dec 22, 2008 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim function - Extra space in output
Replies: 5
Views: 2164

You can't trim a character field, they would need to be Varchars for that to work.
by chulett
Mon Dec 22, 2008 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32/Checksum
Replies: 11
Views: 3827

You are talking about CRC32, not BASIC transformers in Parallel jobs, yes? I seem to recall some of the odd issues you had with it...
by chulett
Mon Dec 22, 2008 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date converted to internal format
Replies: 4
Views: 1378

Change the datatype from Date to Timestamp, then use a TO_CHAR() in your select query with the appropriate mask: "DD-MM-YYYY HH24:MI:SS".
by chulett
Mon Dec 22, 2008 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot view full Log Detail for SQL *Loader
Replies: 7
Views: 2658

No, they are saying that the entire thing can be seen when they View the log using the Director but a command line "-logdetail" call only pulls out an abbreviated amount, so that's all DataStage.

I'm just not aware on any limitation of what that particular dsjob option may or may not have.
by chulett
Mon Dec 22, 2008 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date converted to internal format
Replies: 4
Views: 1378

Data type of the field in the job? Generated or custom sql?
by chulett
Mon Dec 22, 2008 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim function - Extra space in output
Replies: 5
Views: 2164

What are the data types in your job for the fields in question?
by chulett
Mon Dec 22, 2008 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Handling
Replies: 17
Views: 3912

Obviously, they want or need something quoted or this conversation would have been over quite some time ago. :wink:
by chulett
Mon Dec 22, 2008 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Date conversion failed
Replies: 8
Views: 5021

I think you actually have a resolution rather than a workaround, but that's just me. :P
by chulett
Mon Dec 22, 2008 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: Heap allocation failed
Replies: 9
Views: 9714

It's something you are going to need to experiment with to find the 'sweet spot' for your data in your job on your hardware and your configuration. Suggest you do this in a methodical manner and document as you go so you know what works and what doesn't.
by chulett
Mon Dec 22, 2008 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32/Checksum
Replies: 11
Views: 3827

Write your own as a BuildOp, plenty of C/C++ code out there for the taking, I would think.
by chulett
Mon Dec 22, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using trim
Replies: 7
Views: 2437

Curious what this has to do with the topic at hand... or are you just delivering random nuggets as early Christmas presents?
by chulett
Mon Dec 22, 2008 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Handling
Replies: 17
Views: 3912

veera24 wrote:I dont want the quotes for string and as well as timestamp column.
I have no idea what you want or don't want here. :?

What is being quoted right now that you don't want quoted and why do they bother you? All fields can be quoted without issue or causing anyone any problems, hence the question.
by chulett
Mon Dec 22, 2008 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot view full Log Detail for SQL *Loader
Replies: 7
Views: 2658

I honestly have no idea. Seems like the kind of question you'd need to ask a vendor to get the answer for, however.