Search found 42189 matches

by chulett
Mon Nov 03, 2014 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Framework for creating a generic job
Replies: 4
Views: 1999

Sure... I've helped build systems where 100s of jobs were generated from a template using source/target metadata to drive it. It's not something to take lightly and we had plenty of time to work all of the kinks out. Unless you're comfortable with generating dsx code on the fly, you'd more than like...
by chulett
Mon Nov 03, 2014 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Framework for creating a generic job
Replies: 4
Views: 1999

Short answer? Not possible. Too many specifics for anything a single 'generic' job could handle. And RCP is out the window.

How many tables are you talking about?
by chulett
Mon Nov 03, 2014 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check valid decimal and Integer fields in DataStage.
Replies: 3
Views: 3341

Have you looked into the IsValid function? You would bring your values in as a string and then use the function to decide what to do with it. Invalid? Reject. Valid? Convert to the proper data type.
by chulett
Mon Nov 03, 2014 10:14 am
Forum: General
Topic: Credentials Mapping
Replies: 10
Views: 4890

There should be the same set of documents out there on IBM's site for each release... or at least every major one. You should be able to just move up the URL and then back down the 9.x branch. Or search there. Yup, easy peasy. http://www-01.ibm.com/support/knowledgecenter/SSZJPZ_9.1.0/com.ibm.swg.im...
by chulett
Mon Nov 03, 2014 9:57 am
Forum: Site/Forum
Topic: Please update "DataStage Release" field choices
Replies: 5
Views: 10288

And... done! Don't know when exactly but just noticed. 8)
by chulett
Mon Nov 03, 2014 9:56 am
Forum: General
Topic: Credentials Mapping
Replies: 10
Views: 4890

:!: OK, well past time I split this out to your own thread. If anyone is curious, the original is here.

Perhaps you should look up the version of that document that matches the version of your software?
by chulett
Mon Nov 03, 2014 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help me on this Scenario
Replies: 4
Views: 2693

Looks like a vertical pivot to me of rows to columns. What have you tried?
by chulett
Sun Nov 02, 2014 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many OSH process does parallel job creates?
Replies: 5
Views: 2158

Cool. Pretty much any question you have has been asked and answered over the many years we've been here.
by chulett
Sat Nov 01, 2014 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many OSH process does parallel job creates?
Replies: 5
Views: 2158

Ray posted a white paper that might help. Best to take a class if you can... there are so many other things you'll need to learn and become familiar with before you need to start worrying about things like how many processes a job creates. IMHO. As to the differences between SMP and MPP plus how tha...
by chulett
Sat Nov 01, 2014 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading decimal field after conv EBCDIC to ASCII
Replies: 4
Views: 4343

Keep in mind the fact that any "ASCII translation" of packed fields will destroy them. Years ago we used a utility that allowed you to define the character positions that needed translation during the transfer so you could skip over anything packed. Nowadays it seems that people either bui...
by chulett
Sat Nov 01, 2014 3:55 pm
Forum: General
Topic: Dynamic dates as parameters in batches
Replies: 10
Views: 5213

Let's play... all from scratch off the top of my head so your mileage may vary. End Date: last day of previous month. I like your method but let's try this: ErrCode = DSSetParam(hJob3,"EndDate",OCONV(@DATE-@DAY,"D/MDY[2,2,2]")) Start Date: first day of previous month. ErrCode = D...
by chulett
Sat Nov 01, 2014 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many OSH process does parallel job creates?
Replies: 5
Views: 2158

Sorry and hate to say it but these kind of questions are not ones that I prefer to answer. It's not about a specific problem someone is having but rather what seem like interview questions or someone farming for an interview answer site... especially when it's a first post. Never mind that these top...
by chulett
Fri Oct 31, 2014 5:29 pm
Forum: General
Topic: Dynamic dates as parameters in batches
Replies: 10
Views: 5213

If you are worried about its behavior around year-end, test it with those numbers. Do an IConv of the dates you're worried about and capture the result. Replace @DATE with those values, test.
by chulett
Fri Oct 31, 2014 5:27 pm
Forum: General
Topic: Dynamic dates as parameters in batches
Replies: 10
Views: 5213

Looks a bit... overly complex... is that actually working for you? I ask because you are doing string math, subtracting a string like "31" (today's day number) from an internal integer date. Server is pretty forgiving of such things but it's not really a best practice. Got no time for a pr...
by chulett
Fri Oct 31, 2014 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open Command Causing Job to Get Hung - Oracle Enterprise
Replies: 6
Views: 2739

8)

Been there, done that, got the t-shirt. Both t-shirts, actually.