Search found 53125 matches

by ray.wurlod
Mon Jan 25, 2010 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To run sequence continuely
Replies: 4
Views: 1396

What happens when you need to take a backup?
by ray.wurlod
Mon Jan 25, 2010 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To find out the substring and concat with field separator
Replies: 3
Views: 1308

... which still requires a BASIC Transformer stage because of the Fold() function. Further, Convert() is a more lightweight function than Ereplace().
by ray.wurlod
Mon Jan 25, 2010 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Handling Load append
Replies: 5
Views: 1655

It's not an @ symbol for NULL, it's ^@ (which is notation for Crtl-@ which, in turn, is Char(0) which is one way to represent an empty string).
Numeric fields are passed in binary format, so you would expect to see bytes of any value. For example ^D is 4 and ^H is 8.
by ray.wurlod
Mon Jan 25, 2010 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stages appear as black boxes
Replies: 3
Views: 1394

Is it just your client machine, or is it other clients at your site as well that exhibit this symptom? Can you still open the stage property editors when they appear as black boxes? Has someone changed or tightened the protection on the folder in which the stage type images are stored on the client?...
by ray.wurlod
Mon Jan 25, 2010 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting duplicate racord
Replies: 4
Views: 1706

Moderator: please move to parallel forum
by ray.wurlod
Mon Jan 25, 2010 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Locked
Replies: 10
Views: 4080

NEVER use kill -9 as the first choice to terminate DataStage processes.
by ray.wurlod
Mon Jan 25, 2010 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we lock the job in datastage 8.0.1?
Replies: 9
Views: 3260

True, but it's still locked, which means that no-one else can change it while it's open.

Is the question really "can we make a job read-only in 8.0?"
by ray.wurlod
Mon Jan 25, 2010 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter between double quote when scheduled
Replies: 20
Views: 4480

You can always use the "short" (sometimes called "8+3") names in a pathname to avoid using special characters.
by ray.wurlod
Mon Jan 25, 2010 3:22 pm
Forum: General
Topic: function to check zero byte file
Replies: 9
Views: 1944

I am not a premium member. can you post your code once again? Premium membership is one of the ways that the hosting and bandwidth costs incurred by DSXchange are defrayed. Do consider taking one - they're not expensive, at less than 30c (Rs12) per day. Without such sources of funding DSXchange wou...
by ray.wurlod
Mon Jan 25, 2010 3:20 pm
Forum: General
Topic: Empty Job parameter error when using it in a DRS query
Replies: 6
Views: 4028

What's the data type of CATEGORY? In particular, is it CHAR and is it nullable?
by ray.wurlod
Sun Jan 24, 2010 10:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error adding to schedule: SH: at:cannot execute
Replies: 1
Views: 1703

The UNIX administrator needs to set you up in two files (cron.allow and at.allow) before you can use the operating system schedulers.
by ray.wurlod
Sun Jan 24, 2010 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load XML file
Replies: 4
Views: 2759

Have you nominated a repeating element?
by ray.wurlod
Sun Jan 24, 2010 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To find out the substring and concat with field separator
Replies: 3
Views: 1308

Use a BASIC Transformer stage and the following expression:

Code: Select all

Convert(@FM, ",", Fold(InLink.DESC_, 3))
or this one:

Code: Select all

Convert(@TM, ",", Fmt(InLink.DESC_, "3L"))
by ray.wurlod
Sun Jan 24, 2010 5:52 pm
Forum: General
Topic: Advice
Replies: 3
Views: 1666

Please try to be a bit more specific in your choice of subject. Others searching in future rely on meaningful subject names.
by ray.wurlod
Sat Jan 23, 2010 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One Thousand Jobs' Sequence
Replies: 4
Views: 1372

Change Capture, Difference and Compare stages do not require additional licensing.

I think you're confusing these with IBM's Change Data Capture (CDC)technology. There is a stage to interact with CDC but you do need to have CDC separately licensed. After all, it's a separate product.