Search found 5168 matches

by kumar_s
Sat May 20, 2006 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle NLS problem
Replies: 6
Views: 2622

Not in advance tab, but you should be able to find a seperate tab called NLS Map under the stage tab.
Make sure the project default map is selected over the list.
by kumar_s
Sat May 20, 2006 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operators
Replies: 14
Views: 6968

Before intervention of IBM, we were easily able to get if from http://www.ascential.com/eservice/pages ... trate.html. Not sure about now.
by kumar_s
Sat May 20, 2006 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store the no record passes through any active Stage
Replies: 4
Views: 930

Hi,
There are several ways. Do a search.
@INROWNUM/@OUTROWNUM functions can be simply used to keep track of the number of records being passes across transformer.
by kumar_s
Sat May 20, 2006 5:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number Formatting
Replies: 13
Views: 2932

Hi,
Is it not possible to read those numbers as decimal so that N.N will be automatically converted to NNNN.NNNN or whatever??
by kumar_s
Sat May 20, 2006 5:05 am
Forum: Site/Forum
Topic: Posts per day
Replies: 13
Views: 7109

Humm.... Baseball..... Sitar.... Lets see whats more :!: :!: ......
by kumar_s
Fri May 19, 2006 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to compile a parallel job after it aborts
Replies: 8
Views: 1993

From the command prompt run the following to make sure there doesnt exist any locks. . $DSHOME/dsenv $DSHOME/bin/list_readu | grep jobname IF you find any you can use UNLOCK option from TCL, since you have already tried using the director, the above may not be much helpful. As the final leftout opti...
by kumar_s
Fri May 19, 2006 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operators
Replies: 14
Views: 6968

Search for Orchestrate guide in IBM website.
by kumar_s
Fri May 19, 2006 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking for two types of records in the same column
Replies: 3
Views: 1168

Use alnum() function in transformer to check whether the incoming column is a Alpha numeric. If yes keep as it is else use trim to trim of the leading 0s.
by kumar_s
Fri May 19, 2006 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage
Replies: 6
Views: 1713

You can find a interesting discussion here.
by kumar_s
Fri May 19, 2006 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File gets currupt if edited in vi.
Replies: 4
Views: 1362

Pls let us know, what eactly you are trying to change and who exactly you are trying to save the file?
Because I have did the same several time without any issues.
by kumar_s
Fri May 19, 2006 6:35 am
Forum: Site/Forum
Topic: Premium Membership
Replies: 13
Views: 6602

I dont find that in the process of signup.
by kumar_s
Fri May 19, 2006 6:32 am
Forum: Site/Forum
Topic: Posts per day
Replies: 13
Views: 7109

ray.wurlod wrote:I don't worry about targets in that way. I'll just go on responding to posts. Maybe I'll count the actual per-day figure. But I can't see 3000 in six months being likely, even with the popularity of the DSXchange.

Willing to share the secrete of your energy? :wink:
by kumar_s
Fri May 19, 2006 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number Formatting
Replies: 13
Views: 2932

Decimal has first bit as sign bit.
by kumar_s
Fri May 19, 2006 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While reading from DB2 table on mainframe
Replies: 11
Views: 4808

Hi,
Have you tried performing a search?
by kumar_s
Fri May 19, 2006 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number Formatting
Replies: 13
Views: 2932

You are talking about the data type Decimal and Integer for you two cases in the order.