Search found 42189 matches

by chulett
Fri Mar 01, 2013 7:44 am
Forum: General
Topic: Install datastage server on own pc
Replies: 3
Views: 1004

Sorry but there's no such thing.
by chulett
Fri Mar 01, 2013 7:42 am
Forum: General
Topic: Problem with environment variables during promotion...
Replies: 8
Views: 2404

Out of curiousity, what exact 8.x version are you running?
by chulett
Fri Mar 01, 2013 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SFTP issues
Replies: 6
Views: 2526

As a guess, I'd think your /tmp space is filling up. Is it being monitored?
by chulett
Fri Mar 01, 2013 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Occurs depending on issue
Replies: 3
Views: 1091

:!: Split to your own post.

How about you include the details of your error?
by chulett
Thu Feb 28, 2013 3:07 pm
Forum: General
Topic: Readings values from a file into Variables in UVA stage
Replies: 3
Views: 1520

The Execute Command stage just runs operating system commands. To "read" a file one would generally just "cat" it and then check $CommandOutput for the returned values.
by chulett
Thu Feb 28, 2013 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to datastage pass record between stage
Replies: 7
Views: 2031

Yup. As noted without any buffering involved each row is processed from source to target, one after another.
by chulett
Thu Feb 28, 2013 11:57 am
Forum: General
Topic: IDE for Datastage Basic?
Replies: 4
Views: 1189

Ah... nope, sorry, wasn't thinking it through from a "full IDE" standpoint more just from editing and syntax highlighting. Still have to paste it into DataStage for everything else.

Not sure such a thing exists.
by chulett
Thu Feb 28, 2013 11:28 am
Forum: General
Topic: Add / Subtract months from a date in a Sequence
Replies: 3
Views: 3832

Split to your own post.
by chulett
Thu Feb 28, 2013 11:25 am
Forum: General
Topic: IDE for Datastage Basic?
Replies: 4
Views: 1189

I used UltraEdit.
by chulett
Thu Feb 28, 2013 11:24 am
Forum: General
Topic: Writing SQL Query as Source in DataStage
Replies: 12
Views: 12296

I never mentioned the SQL Builder in my post, I found it generally awful. 'Generate' meant from the metadata on the fly which I believe all stages support. Parallel jobs are probably more picky on the whole 'missing columns in user-defined SQL' issue but Server jobs? Not so much. I've seen column mi...
by chulett
Thu Feb 28, 2013 7:36 am
Forum: General
Topic: How many users can be created in datastage webconsole
Replies: 3
Views: 1070

I'm not aware of any limit.
by chulett
Thu Feb 28, 2013 7:36 am
Forum: General
Topic: Writing SQL Query as Source in DataStage
Replies: 12
Views: 12296

Exactly. Do it when you need to otherwise let the stage do the work.
by chulett
Thu Feb 28, 2013 7:34 am
Forum: General
Topic: datastage8.7 installation without c++ compiler
Replies: 7
Views: 3171

This information is already posted here. #2 is incorrect or at the very least way too generic. And yes, you can compile Sequence jobs.
by chulett
Thu Feb 28, 2013 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Empty in AIX
Replies: 5
Views: 2634

Gotcha... thanks.
by chulett
Wed Feb 27, 2013 4:53 pm
Forum: General
Topic: Writing SQL Query as Source in DataStage
Replies: 12
Views: 12296

You are right, it's not any kind of a performance issue. To me it's a Best Practice that I enforce as more of a maintenance issue for the people that come after us. Say there's a table change and new columns are added to a table, when someone goes into the stage and adds the new columns, the generat...