Search found 15603 matches

by ArndW
Fri Apr 25, 2008 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use a table name in custom routine
Replies: 2
Views: 1007

You haven't really explained the problem. Why can't you use the table in a custom server routine?
by ArndW
Fri Apr 25, 2008 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence number Generation
Replies: 2
Views: 1101

At version 8 you can now generate such sequential numbers directly in the Transform stage. Look into the details tab "Surrogate Key" of the transform stage in the designer.
by ArndW
Fri Apr 25, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read EBCDIC format data present in flat files
Replies: 2
Views: 817

Read them using sequential file stage.
by ArndW
Fri Apr 25, 2008 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is being strucked
Replies: 4
Views: 3463

Identify the process ids and then use the "truss -p {pid}" command to see what these processes might be doing.
Does this mean if you start the job from the director it does not get "stuck"? What does the job do?
by ArndW
Fri Apr 25, 2008 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Engine - UniVerse
Replies: 31
Views: 18204

ag_ram - I'm confused as to your question. Kim just stated that the RT_BP isn't used for PX jobs and you just asked that answer back as a question. If a PX job has Job Control, then this is BASIC code and the code is written to the RT_BPnnnn directory; otherwise it is unused.
by ArndW
Fri Apr 25, 2008 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataType
Replies: 6
Views: 1066

For each column you can go to the details (click on the column name, right-mouse-click and "edit row" and from there you can specify whether the character column is "EBCDIC" or "ASCII". This is the same in versions 7 and 8.
by ArndW
Fri Apr 25, 2008 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any function for converting single to double byte
Replies: 9
Views: 4333

What map is your single-byte kana? And what map is the multibyte one supposed to be?
by ArndW
Thu Apr 24, 2008 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading and Trailing ‘0’ problem in Sequential File Stage
Replies: 6
Views: 2051

Use DecimalToString(In.ColumnName,"suppress_zero") and I'm fairly certain it will work.
by ArndW
Thu Apr 24, 2008 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture duplicates in remove duplicates stage.
Replies: 5
Views: 1507

Or sorting the data (either through sort stage or implicitly) and a transform stage using a stage variable.
by ArndW
Thu Apr 24, 2008 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading and Trailing ‘0’ problem in Sequential File Stage
Replies: 6
Views: 2051

I'm not at a DS window to test but would think that if you declare the output sequential file as varchar and do a DecimalToString conversion that these leading and trailing zeroes would disappear. Have you tried this?
by ArndW
Thu Apr 24, 2008 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: view data, job compile issue
Replies: 5
Views: 3695

The first two errors are UNIX access permission issues with your userid. Correct this in order to see if the last error persists.
by ArndW
Thu Apr 24, 2008 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture duplicates in remove duplicates stage.
Replies: 5
Views: 1507

I think we had this question last week, and unfortunately the remove duplicates stage does not do this; you will have to use another method to do this.
by ArndW
Thu Apr 24, 2008 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport failed on small project
Replies: 2
Views: 1176

Try doing a multiple job compile on all jobs and monitoring that - perhaps you have some sort of file corruption.
by ArndW
Thu Apr 24, 2008 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any function for converting single to double byte
Replies: 9
Views: 4333

If you have NLS enabled then you can have DS do this automatically by defining the appropriate and correct mappings. Which Half-Kana representation are you using? (Don't some or many character sets actually have both representations defined? I seem to remember being able to choose representations wh...