Search found 5168 matches

by kumar_s
Wed Jul 26, 2006 7:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best practice for sort.
Replies: 4
Views: 1124

Hi Sylvan ,
May I know what you mean 'priority thing'?
Do you mean if a field A and B need to be sorted,
A B
1 1
1 2
1 5
2 7
2 8
2 8
2 9
Is this the order you are expeting? If so it is by default done by the DS.
If you are expecting anything else, pls specify.
by kumar_s
Wed Jul 26, 2006 6:53 pm
Forum: Site/Forum
Topic: Laziness!
Replies: 18
Views: 8952

chulett wrote:Just. Lock. It. :evil:

Is there a dang FAQ 'discussion' anywhere in there?

Not sure, why Craig's temper is getting worse in this regard, do something before it become worst. :lol: :lol:
by kumar_s
Wed Jul 26, 2006 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loosing The Microseconds in Stage variable
Replies: 4
Views: 1775

Have you tried using the Peak stage to find out where exactly the information is getting lost?
Configure all the stages of the transformer,
1.input column directly
2. Stage variable
3. Output column before transformation
4. Output column after transformation.
by kumar_s
Wed Jul 26, 2006 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How the Entire partition lookup data set are read?
Replies: 1
Views: 1090

If it is a lookup file set, you may find it indexed on the key marked.
You can easily find this by passing the main stream with unsorted data. If you get a match for all the input it doesnt read for where it left.
And you can post us your findings.
by kumar_s
Wed Jul 26, 2006 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to populate a char field
Replies: 12
Views: 4693

Have you tried the direct load of data to that table with a value in that char field.
Check if any trigger set to that table.
What the defenition of the field in database?
by kumar_s
Wed Jul 26, 2006 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenating Fields in DataSets
Replies: 9
Views: 2010

I am not sure how this ...[1,len(SF1)]:.. helped. This will just retreive you the full string other than the emptyspaces in varchar. If it is the case of char, it will give you the full string including the the emptyspaces, if it is about to be mapped to char field again. Try to use Trim funciton to...
by kumar_s
Wed Jul 26, 2006 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Routines
Replies: 1
Views: 630

In the loop

Code: Select all

Variable =  'JobName':'.':i
jobhandler = DSAttachJob(Variable,DSJ.ERRFATAL)
by kumar_s
Wed Jul 26, 2006 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Job with target stage as SAP
Replies: 2
Views: 589

You can get us the root cause for that "SM 50 error", so that we can analysis in DS aspect.
by kumar_s
Wed Jul 26, 2006 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error on subtraction of two decimal(19,3) number
Replies: 9
Views: 3390

By default the value of "APT_DECIMAL_INTERM_ROUND_MODE" would be "Round towards nearest representable value". You can experiment whether, change in this prarameter causes any difference in your issue.
by kumar_s
Wed Jul 26, 2006 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row too big for inter stage rowbuffer
Replies: 17
Views: 6438

Have you tried increasing the Row buffer as it is asking for?
May I know what is the use of Transformer next to Folder stage?
Try using IPC stage before XMLINPUT stage, with necessay settings.
by kumar_s
Wed Jul 26, 2006 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does Datastage Px and server edition come in a single packag
Replies: 5
Views: 1016

jojipjohn wrote:Can I unpack the packed decimals and fixed binary decimals in the source file. If yes how is this done.

Is it a reply to any other post?
If not click on the "Post a new topic" with all informaitons like, the edition, platform, stages used...
by kumar_s
Wed Jul 26, 2006 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environmental variable password?
Replies: 8
Views: 2337

What do you mean by " when I go to the job, and view data in the sequence " If you have passing the value from the sequence to the job, though the value is defined in project level, the sequence will get the preference. If you claim $PROJDEF in Jobsequence, it will fetch the value at the time of exe...
by kumar_s
Wed Jul 26, 2006 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order of execution in transformer stage?
Replies: 4
Views: 7697

Another work of full Wurlod for Server transformer 1. Any before-stage subroutine is executed. If ErrorCode is non-zero, the job aborts. 2. A row is obtained from the stream input link. 3. For each reference input link, in the specified execution order: (a) the reference key expression is ev...
by kumar_s
Wed Jul 26, 2006 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BACKING UP A DATASTAGE VERSION CONTROL REPOSITORY
Replies: 2
Views: 1093

Do you mean the backup of version control project, if then it should be nothing more than normal export.
Still you have the document given in the client pdf.