Search found 6797 matches

by DSguru2B
Thu Mar 15, 2007 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 5509

Hmm, something else I learnt today. Thanks for confirming that. I will have to test it out some time.
by DSguru2B
Thu Mar 15, 2007 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 5509

I am not sure if a any positive number other than 1 would be considered as TRUE as only 1 translates to TRUE. Test it out, let us know :wink:
by DSguru2B
Thu Mar 15, 2007 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 5509

A slight correction jhmckeever, if I may:

Code: Select all

Index( InStream.InColumn, '0X0',1) > 0

in the constraint to filter records that contain the literal '0X0'
by DSguru2B
Thu Mar 15, 2007 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Text to be displayed in double quotes
Replies: 13
Views: 3268

'034' is ascii code for double quotes. Thats how it worked :wink:
by DSguru2B
Thu Mar 15, 2007 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Export a job which has a message handler.
Replies: 15
Views: 5308

I never said &PH& and &COMO& folders are involved. I merely mentioned the names of these folders as they are present in the Project directory as well. Their mention was merely for directory mark (from land mark :))
by DSguru2B
Thu Mar 15, 2007 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop logic in 7.0
Replies: 3
Views: 787

If you source is a flat file, ISNULL() might not work. Check for the Len() after trimming the field. If its 0, assume its null.
by DSguru2B
Thu Mar 15, 2007 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar field is truncating
Replies: 4
Views: 1020

WHats the size of the varchar field defined at the database level? What error messages do you get? Need more info.
by DSguru2B
Thu Mar 15, 2007 6:32 am
Forum: General
Topic: Sort Hash Files
Replies: 9
Views: 2634

Its better to 'shout out' as a new post so that 8.0 folks can see post headings and respond. IMHO.
by DSguru2B
Thu Mar 15, 2007 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log of a Individual Job in a Sequence
Replies: 32
Views: 6214

Please dont do that. Please provide complete information of your design that your testing on. Do not give one design and test our suggestions on another design. My basic point in asking the trigger was, if its unconditional, no matter what, all jobs will run and all conditions are being handled (Unc...
by DSguru2B
Wed Mar 14, 2007 6:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log of a Individual Job in a Sequence
Replies: 32
Views: 6214

Inside the job activity, you have a trigger expression to specify under what condition to run the next job. Whats specified there?
by DSguru2B
Wed Mar 14, 2007 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable "APT_AUTO_TRANSPORT_BLOCK_SIZE" missing
Replies: 14
Views: 6897

I have tried it as well. No issues at my end.
by DSguru2B
Wed Mar 14, 2007 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 5747

Because the display is set like that. You can set the format to anything in TOAD.
by DSguru2B
Wed Mar 14, 2007 6:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log of a Individual Job in a Sequence
Replies: 32
Views: 6214

What is the trigger expression that you have given?
by DSguru2B
Wed Mar 14, 2007 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable "APT_AUTO_TRANSPORT_BLOCK_SIZE" missing
Replies: 14
Views: 6897

O okie. Cool.
by DSguru2B
Wed Mar 14, 2007 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating random number in a specified range
Replies: 19
Views: 3972

If its just a few records, build a server job, load a hashed file and then re-load it into a flat file. Records are randomly distributed in a hashed file.