Search found 42189 matches

by chulett
Thu Nov 06, 2008 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Integer not working
Replies: 5
Views: 1568

Ok... one of three questions answered.
by chulett
Thu Nov 06, 2008 8:59 am
Forum: General
Topic: unix command
Replies: 4
Views: 1352

:lol: OK, OK... not "only only".
by chulett
Thu Nov 06, 2008 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading messages from datastage
Replies: 5
Views: 2318

Right... you can use Convert() to strip any CHAR(10) values from the last field or leverage "dos2unix" in the Filter option when reading the file.
by chulett
Thu Nov 06, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comma delimited to fixed width flat file.
Replies: 4
Views: 1992

Exactly. Simply note the type in each Sequential File stage. And, as Ray notes, understand that the Display size controls the fixed-width column size.
by chulett
Thu Nov 06, 2008 7:57 am
Forum: General
Topic: unix command
Replies: 4
Views: 1352

Also, the only real "UNIX command related to DataStage" I can think of is dsjob. Read about it in either Developer's Guide pdfs in the Command Line Interface chapter.
by chulett
Thu Nov 06, 2008 7:54 am
Forum: General
Topic: Error in Stagevariable
Replies: 3
Views: 1098

Too late. Argh... deleted my reply. Duplicate posts actually. :?
by chulett
Wed Nov 05, 2008 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STACK TRACE ERROR
Replies: 2
Views: 4007

I know we've seen that gdb/sed message posted here before - do an Exact search for "check that 'gdb' and 'sed' are installed" and see if any of those posts help.
by chulett
Wed Nov 05, 2008 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimal import error from text file
Replies: 10
Views: 4446

That's just your normal Windows/UNIX record delimiter tomfoolery and is a sign that whomever transferred the file didn't do it properly. UNIX uses a single LineFeed character while Windows uses two characters - a CR/LF pair. A Windows or "DOS" style file on a UNIX server will show the CR as a last b...
by chulett
Wed Nov 05, 2008 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not Enough Space
Replies: 6
Views: 1804

:!: Nicole - please start your own post. Your issue is completely different from the one being discussed here.
by chulett
Wed Nov 05, 2008 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trace Job Deletion
Replies: 9
Views: 2689

It's actually DS_AUDIT, I do believe.
by chulett
Wed Nov 05, 2008 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A loop sequence can abort because too many checkpoints
Replies: 5
Views: 1883

There's a client-side patch for that. Ask your support provider about eCase 62595.
by chulett
Wed Nov 05, 2008 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run datastage job using batch file and running batch
Replies: 5
Views: 3417

cool wrote:if job status ok then i should display success in output else fail

Sorry, what? "Display success"? :?
by chulett
Wed Nov 05, 2008 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trace Job Deletion
Replies: 9
Views: 2689

DataStage has "oops tracing"? Cool. :wink:
by chulett
Wed Nov 05, 2008 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to delete matching record from table with no primary
Replies: 2
Views: 1051

And why in the world use "custom" sql for something as simple as this? My rule? Only when absolutely needed, otherwise the stage generates the SQL.