Search found 42189 matches

by chulett
Wed Jul 10, 2013 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A different Requirement
Replies: 13
Views: 4879

lna_dsuser wrote:Source contains only 1 row
I'm assuming that means always. The required output won't make much sense with multiple rows.
by chulett
Tue Jul 09, 2013 7:29 am
Forum: General
Topic: .DBF to .CSV conversion
Replies: 7
Views: 2652

A non-DataStage solution? Google for "convert dbf to csv" to find alternatives.
by chulett
Tue Jul 09, 2013 12:08 am
Forum: General
Topic: .DBF to .CSV conversion
Replies: 7
Views: 2652

Re: .DBF to .CSV conversion

Akilasaminathan1 wrote:DBASE is not a source, the .DBF files from DBASE is source.
Same thing. The file is the database. Use the ODBC Connector stage after creating an ODBC data source name using the dBase drivers.
by chulett
Mon Jul 08, 2013 4:23 pm
Forum:
Topic: BGA: Best keystroke combination to use?
Replies: 4
Views: 3309

Alt+Ctl, Alt+Shift and Ctl+Shift are all easily reached with the left hand and then you punch G with the right. Trying to keep all three on the left hand would mean using Q or S to get something... comfortable... to press but nothing over in that area makes sense like G does. Same goes for the right...
by chulett
Mon Jul 08, 2013 3:12 pm
Forum:
Topic: BGA: Best keystroke combination to use?
Replies: 4
Views: 3309

Out of curiousity, are you allowed more than a 'two key' combination? Wondering about something like Ctl-Alt-Del... err, I mean Ctl-Alt-G. Seems like that may get it more 'out of the way' of other applications.
by chulett
Sun Jul 07, 2013 8:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading connector library
Replies: 5
Views: 13732

I meant it to mean "un-hijacked"... as in split out to its own post and linked back to the original post it came from. Got nothing to do with the problem or solution, just a Moderator thing related to the fact that one shouldn't really jump on an old post... if you have a problem and can't...
by chulett
Sun Jul 07, 2013 8:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to add a column conditionally to a sequential file
Replies: 7
Views: 2742

ray.wurlod wrote:(once I'd understood your # to belong to "Row" and not to "=").
'Not' being the operative word here. :wink:
by chulett
Sun Jul 07, 2013 8:23 pm
Forum: General
Topic: Parallel vs Server
Replies: 4
Views: 1851

by chulett
Sun Jul 07, 2013 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A different Requirement
Replies: 13
Views: 4879

I'm thinking you would handle the column names the same way... dynamically paired with the matching non-zero values. It would need to be written out as a row of data rather than automatically by the stage, so perhaps a horizontal pivot? Or a funnel to bring the two rows together.
by chulett
Sat Jul 06, 2013 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid time
Replies: 10
Views: 3643

The syntax is in the documentation. Does your version support an 'optional format string'? That would simplify things but from some searches here and online 8.1 might not allow that optional third parameter.
by chulett
Fri Jul 05, 2013 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ampersand sign in XML Stage Causing error
Replies: 6
Views: 4465

That ampersand needs to be replaced with & to be valid in XML data.
by chulett
Fri Jul 05, 2013 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect allignment while generating CSV file using DS job.
Replies: 7
Views: 2826

Or read it as a single field, strip out the double quotes and then let a Column Export stage create the two fields.
by chulett
Fri Jul 05, 2013 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A different Requirement
Replies: 13
Views: 4879

That's close to what I was thinking. :wink: It doesn't need to be read as one column so much as written out that way. And I don't think the Column Import stage is needed. As the final step I would trim off the 'extra' trailing delimiter you'd get from concatenating the columns and delimiters togethe...
by chulett
Thu Jul 04, 2013 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PARAMETERSET Values substitution issue in ODBC/DB2 stages
Replies: 9
Views: 4313

Then I would suggest you involve your official support provider, perhaps there is a patch available.
by chulett
Thu Jul 04, 2013 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid time
Replies: 10
Views: 3643

What version are you on? Regardless - did you check the documentation for IsValid? It is multi-purpose as you might gather from the name: Returns whether the given string is valid for the given type. Valid types are "date", "decimal", "dfloat", "sfloat", "...