Search found 5168 matches

by kumar_s
Thu Jun 22, 2006 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with APT_STRING_PADCHAR
Replies: 9
Views: 4731

What is the value assigned to the variable? What is the filter condition and what is getting escaped?
by kumar_s
Thu Jun 22, 2006 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookups - zeros and nulls
Replies: 1
Views: 519

Explicitly handle null. Either thought transformer or through modify stage or in your target stage.
by kumar_s
Thu Jun 22, 2006 2:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failure Notification on Mobile
Replies: 7
Views: 1380

There is no direct configuration for mobile intimation through datastage. But you can externalize. Even you have many 3rd party software, which senses the new mail in the inbox and sends message to the mobil number which is prescribed.
by kumar_s
Wed Jun 21, 2006 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare decimals with integers
Replies: 8
Views: 1238

In server edition, adding up an aditional transformer wont make big difference.
by kumar_s
Wed Jun 21, 2006 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel and server job in a sequence
Replies: 6
Views: 1373

Login twice to this link to find a another link to the site.
http://dsxchange.com/viewtopic.php?t=92 ... 257fd966e7
by kumar_s
Wed Jun 21, 2006 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operators
Replies: 14
Views: 6968

Try to login twice with the link provided.
Guess info provided in this post should help.
http://dsxchange.com/viewtopic.php?t=92 ... 257fd966e7
by kumar_s
Wed Jun 21, 2006 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation of DataStage Server/Enterprise Edition
Replies: 4
Views: 937

If you are planning to renew the server licence code as well, the server job can reside happily with any change.
by kumar_s
Wed Jun 21, 2006 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming Files in DS
Replies: 19
Views: 3451

Have you tried
ren Inputfilename Newfilename
by kumar_s
Wed Jun 21, 2006 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare decimals with integers
Replies: 8
Views: 1238

Have you tried In.DecimalColumn=In.IntegerColumn/100
by kumar_s
Wed Jun 21, 2006 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel and server job in a sequence
Replies: 6
Views: 1373

Once you install your client, you will be able to get Tutorial parallel jobs, Reg orchestrate manuals, You can find in IBM or Ascentila site.
Or do a serach, I recall ray.wurlord has provided a direct link to orchestrate guide.
If you cant reach, revert back.
by kumar_s
Wed Jun 21, 2006 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation of DataStage Server/Enterprise Edition
Replies: 4
Views: 937

You will need to provide both server and PX server auth code while installaion, so that both will get installed.
And not clear about second point. Are you expecting the chages required form migrating from server to parallel?
by kumar_s
Wed Jun 21, 2006 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append to DataSet - expecting 3 segments, read 4 segments
Replies: 11
Views: 3370

Updating a dataset would given you very different error. May I know what is the job design?
by kumar_s
Wed Jun 21, 2006 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove stage data through Sequential file stage
Replies: 12
Views: 1566

Filter option is to facilitate the read operation. I belive its not possible to delete the read file using the filter option.
But what stops you to use after job subroutine?
by kumar_s
Wed Jun 21, 2006 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare decimals with integers
Replies: 8
Views: 1238

Pls post in the right forum.

Use two transformer. First to divide the input by 100 or convert it to decimal and another to lookup. Option to Delete the matched records is available in the target oci stage. Or you can also search the latest discussed topic on deleting dupicate records.
by kumar_s
Wed Jun 21, 2006 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Insert error
Replies: 5
Views: 1811

The error obtained is seems to be not much relevent to versions. Still try to insert the same set of records from command prompt (direct load).