Search found 42189 matches

by chulett
Mon Jan 05, 2015 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the syntax to not_nullable column using Modify Stage
Replies: 4
Views: 1659

Let's start by moving this to the correct forum... the 'Dads & Grads' forum was not the proper place for this.
by chulett
Mon Jan 05, 2015 8:56 am
Forum: General
Topic: Decode JPG image files embedded inside XML
Replies: 3
Views: 1480

Never having done any "image extraction / manipulation" work of this ilk I'm curious what all might be involved in it. Obviously it's not really an ETL task but knowing the steps / components / utilities involved might help decide how much of a PITA it might be using an ETL tool. Or, if yo...
by chulett
Mon Jan 05, 2015 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NZ sql script calling
Replies: 6
Views: 2876

Let us know. :wink:
by chulett
Mon Jan 05, 2015 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Charts & Graphics
Replies: 4
Views: 3459

I've never tried such a thing but I'm sure you do have some options along those lines, especially when running a Windows server. Perhaps via an Excel ODBC driver? And some clever macro work?

Perhaps someone here has been forced to do such a thing and will wander by. :wink:
by chulett
Fri Jan 02, 2015 9:13 am
Forum: General
Topic: @FM clarification
Replies: 14
Views: 18477

Sorry, just wanted to add that I had hoped you would take the information provided here by folks and apply it to your questions, work things out. This rather than wanting to be spoon fed.

Anywho, see what other questions come to mind now and let us know if you still need help with this.
by chulett
Fri Jan 02, 2015 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NZ sql script calling
Replies: 6
Views: 2876

Check the documentation - I believe that separating them with a single semi-colon makes them individual transactions while 'double semi-colons' means all as one transaction.
by chulett
Fri Jan 02, 2015 8:59 am
Forum: General
Topic: Parameter set replacing values
Replies: 2
Views: 1705

You'd need to use something like 'sed' or 'awk'.
by chulett
Fri Jan 02, 2015 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Charts & Graphics
Replies: 4
Views: 3459

Right. Load the csv data into database tables and let your BI Team handle the graphics.
by chulett
Fri Jan 02, 2015 12:14 am
Forum: General
Topic: @FM clarification
Replies: 14
Views: 18477

Did. :?

But just to beat this pony, when you use EReplace() to replace anything with '' (an empty string) you are removing it from the string in question. And yes that includes Field Marks.
by chulett
Thu Jan 01, 2015 11:43 pm
Forum: General
Topic: @FM clarification
Replies: 14
Views: 18477

1) As noted, to educate yourself. To make them 'visible'. As to your other questions, understand that DataStage returns Command Output in a dynamic array with each line sent as output to the screen as an element in that array. The newlines in the output are automatically converted to Field Marks by ...
by chulett
Thu Jan 01, 2015 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of readers value in sequential file stage
Replies: 7
Views: 2171

Depends on the settings used. Have you checked the score?
by chulett
Thu Jan 01, 2015 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem-Hash Partitioning with a decimal column
Replies: 2
Views: 2241

Exactly... details would be good.
by chulett
Wed Dec 31, 2014 12:18 pm
Forum: General
Topic: dsjob command without passing password - Active Directory
Replies: 9
Views: 3892

Why not check with Support, see what the official answer is?
by chulett
Wed Dec 31, 2014 10:28 am
Forum: General
Topic: @FM clarification
Replies: 14
Views: 18477

Yup! :D (just don't ask me what exactly each of them are) @TM A text mark, Char(251) @SM A subvalue mark, Char(252) @VM A value mark, Char(253) @FM A field mark, Char(254) @IM An item mark, Char(255) Thought it was kind of obvious that high order values like that weren't really 'displayable' but you...
by chulett
Wed Dec 31, 2014 9:10 am
Forum: General
Topic: @FM clarification
Replies: 14
Views: 18477

Ernie, the values are documented in the link I posted. :wink: