Search found 53125 matches

by ray.wurlod
Tue Aug 05, 2008 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the record is too big to fit in a block
Replies: 1
Views: 1160

Yes. Look in the manual - search for BLOCK.
by ray.wurlod
Tue Aug 05, 2008 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Loop - Restartability
Replies: 4
Views: 1044

I don't think it will. I believe you will need to "keep records" of the $Counter value, and check this upon restart before entering the loop.
by ray.wurlod
Tue Aug 05, 2008 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load the data by using Dynamic RDBMS Stage in the SQLSERVER
Replies: 3
Views: 1089

No, this rule says to generate INSERT statements only. It will attempt to process all the rows that you send to the stage.

YOU have to organize that only the new rows reach the stage.
by ray.wurlod
Tue Aug 05, 2008 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing Fixed width File
Replies: 1
Views: 1050

Change the Display Width as well as the Char precision to 40.
by ray.wurlod
Tue Aug 05, 2008 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read and write from single dataset in job
Replies: 13
Views: 11591

It is not. It's what's called a "blocking operation" and would interfere with pipeline parallelism, so is forbidden.
by ray.wurlod
Tue Aug 05, 2008 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List jobname and its category
Replies: 16
Views: 7947

Open Director in status view, disable the display of categories, then print the report from the list view (right-hand panel).
by ray.wurlod
Tue Aug 05, 2008 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List jobname and its category
Replies: 16
Views: 7947

There is no mechanism to run a TCL query from the client machine. You need to remotely execute dssh on the server.
by ray.wurlod
Tue Aug 05, 2008 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd2-implementation
Replies: 6
Views: 1831

Why don't you ask the author of the article at etl-tools.info?
by ray.wurlod
Tue Aug 05, 2008 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import - Fixed width file
Replies: 1
Views: 724

Yes, provided you have specified accurately how NULL is represented in each of those fields. In fixed-width format they can not actually be empty or null - there will be something in that fixed width.
by ray.wurlod
Tue Aug 05, 2008 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oraread: APT_OraReadOperator: connect failed.
Replies: 6
Views: 4543

Oracle is reporting that user id and password are not correct.

There's no way you can get around this other than by providing correct user id and password.
by ray.wurlod
Tue Aug 05, 2008 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why transformer is not working in Windows Xp
Replies: 6
Views: 1633

What values have you set for APT_COMPILER, APT_COMPILE_OPTIONS, APT_LINKER and APT_LINKER_OPTIONS environment variables?
by ray.wurlod
Tue Aug 05, 2008 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up
Replies: 3
Views: 1367

Or, if you need all four rows, check the "multiple row return" check box.
by ray.wurlod
Tue Aug 05, 2008 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Re:Teradata multi load custom script
Replies: 6
Views: 3348

You may safely assume from the prolonged silence that nobody has. You can go on posting daily but it will have no effect. People here post as and when they can, but only if they have something to contribute.
by ray.wurlod
Tue Aug 05, 2008 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to avoid null value into columns
Replies: 11
Views: 3210

Avoid = don't select them in the first place (as DS_SUPPORT suggested). If you still need the rows in which NAME is null, perhaps your query could convert NULL to an in-band value, or you can do this within the job design.