Search found 42189 matches

by chulett
Thu Jun 09, 2016 7:37 am
Forum: General
Topic: Dynamic array notation in sequences
Replies: 14
Views: 3857

That chulett guy hardly ever knows what the heck he is talking about. :wink: I recall them working fine in triggers but as you've found you have to be precise in how you code them. I would stick with no spaces: Execute_Command_1.$CommandOutput<1>="N" I learned about them from studying and ...
by chulett
Thu Jun 09, 2016 6:38 am
Forum: General
Topic: Message Handler in Sequencer
Replies: 2
Views: 1644

What I recall is messages can only be 'handled' from Parallel jobs, not Server or Sequence jobs.
by chulett
Thu Jun 09, 2016 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL of Twitter,LinkedIn,GoogleAnalytics data using Datastage
Replies: 4
Views: 3328

Right... don't worry about the "from DataStage" part quite yet. Find out what they support, what external access methods / API they have and go from there.
by chulett
Wed Jun 08, 2016 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector stage for stored procedures execution
Replies: 15
Views: 8840

Are we still restricting answers to only the ODBC Connector stage? :?
by chulett
Wed Jun 08, 2016 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting numeric data to exponential form in unstructured
Replies: 3
Views: 4203

Now, having said that, on to your actual question. Sadly, that is default Excel behavior that has driven people nuts from the beginning of time and there are plenty of discussions out there on it for ther Googling. There is no option to disable that, unfortunately. The only "workaround" se...
by chulett
Wed Jun 08, 2016 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting numeric data to exponential form in unstructured
Replies: 3
Views: 4203

:!: Apologies in advance, Oracle, but I'm going to use you as an example of something Not To Do, something I "fix" over and over. This time decided to point it out and then do the dirty later. Nothing personal! Thanks for coming up and standing on the stage with me for a moment. :wink: Whe...
by chulett
Wed Jun 08, 2016 6:31 am
Forum: Site/Forum
Topic: Charter Membership Renewal
Replies: 21
Views: 29833

I wonder if Andy had any luck last month or perhaps could reach out again?
by chulett
Tue Jun 07, 2016 6:38 am
Forum: General
Topic: Installation of IBM Datastage 11.3 failed
Replies: 11
Views: 5515

First you need to find out who is the Official Support Provider for your company. Ask. It could be the vendor your company used to purchase the product or it could be IBM directly. The 'who' will lead to the 'how'.
by chulett
Tue Jun 07, 2016 6:31 am
Forum: Site/Forum
Topic: Premium content View Issue ..
Replies: 4
Views: 7489

Ah... okay. I'm set to be 'remembered' so it automatically logs me on every time I come here.
by chulett
Mon Jun 06, 2016 9:27 pm
Forum: Site/Forum
Topic: Premium content View Issue ..
Replies: 4
Views: 7489

For some reason I can't duplicate the old behavior I was expecting to see when I logged out and then check Premium posts, might be a Windows 10 thing or something. However, I can't make the Premium Content button show up for me, even when I'm logged out. :? Anywho, to the best of my knowledge the on...
by chulett
Mon Jun 06, 2016 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Needed
Replies: 7
Views: 2813

I'd still like to see the requirements clarified.
by chulett
Mon Jun 06, 2016 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert into date
Replies: 10
Views: 4119

Really? That's completely new news to me. I seem to recall there being plenty of posts over the years where the errors posted using the StringToDate() function were all about using the delimiters incorrectly. Ah well. Certainly seems like something easily tested but I have no such capability. :( Ju...
by chulett
Mon Jun 06, 2016 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector stage for stored procedures execution
Replies: 15
Views: 8840

That's fine... you've lost the ability to capture the value it was allegedly returning that you allegedly needed when you use it as a target like that but if that's working for you. [shrug]

Still doesn't change any of the advice given here, however. Keep that in mind for the future.
by chulett
Mon Jun 06, 2016 9:41 am
Forum: General
Topic: Installation of IBM Datastage 11.3 failed
Replies: 11
Views: 5515

I don't recall dsenv living there... logged in as admin, echo $DSHOME and see what it says, if anything.
by chulett
Mon Jun 06, 2016 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert into date
Replies: 10
Views: 4119

Of course. I was kind of in a hurry so didn't include all the caveats that you did. They need to be fully aware of the dates they could receive and - if needed - decide on a "century pivot" value so they know what to add if they all don't fall in the two thousands. And yes, those attempts ...