Search found 53125 matches

by ray.wurlod
Wed Dec 10, 2008 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Generator & Year Date
Replies: 8
Views: 2882

Please clarify the rule you are using. For example, is the the year of the Wednesday, is it the year containing the larger number of days from the overlap week, is it something else? Doing this will probably guide your logic in the Transformer stage.
by ray.wurlod
Wed Dec 10, 2008 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run on Single node in multi node environment
Replies: 12
Views: 7362

Another way is to compile the job in trace mode, which then gives the ability to force all stages (operators) to execute in sequential mode. When you're done, re-compile not in trace mode.
by ray.wurlod
Wed Dec 10, 2008 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS v8.1 - How much improved vs IIS V8.0.1
Replies: 5
Views: 1305

It wasn't an upgrade - it was a new install.
by ray.wurlod
Wed Dec 10, 2008 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition Issue
Replies: 8
Views: 1756

This is a different question and therefore requires a new thread. Click "Post New Topic" to begin a new thread.
by ray.wurlod
Wed Dec 10, 2008 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job monitor does not show multiply
Replies: 6
Views: 1741

Right click in the background area of the Monitor's display and choose "Show Instances" from the menu.
by ray.wurlod
Wed Dec 10, 2008 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterize Pivot logic
Replies: 8
Views: 1630

Hard coding for each particular N is your only option in parallel job.
by ray.wurlod
Wed Dec 10, 2008 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variable APT_IMPEXP_ALLOW_ZERO_LENGTH_FIXED_NULL
Replies: 1
Views: 2655

You can simply put it into the Administrator client manually. In the User-Defined environment variables section is the usual location.
by ray.wurlod
Wed Dec 10, 2008 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartable sequence jobs
Replies: 4
Views: 1515

Check the "restartable" check box in the sequence compiler options (in job properties) and re-compile the sequence. Are you comfortable with what that will and won't give you?
by ray.wurlod
Wed Dec 10, 2008 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write code to extract record from multiple tables to Files.
Replies: 7
Views: 2760

No, you don't need 100 extracts. For 95 tables each with different metadata, 95 jobs should do it.
by ray.wurlod
Tue Dec 09, 2008 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetch records based on date range from reference table
Replies: 2
Views: 718

Not until you get version 8.0 or later.
by ray.wurlod
Tue Dec 09, 2008 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: process each record one at a time
Replies: 6
Views: 1458

You must have a commit interval of 1 row/transaction (that is, every row sent to the target table must be committed immediately). You must also specify an array size of 1 and disable row buffering. An alternative would be to use a hashed file instead of the target table. In this case you would need ...
by ray.wurlod
Tue Dec 09, 2008 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting information into DS_AUDIT
Replies: 9
Views: 2674

Never was. Was a Primate.
by ray.wurlod
Tue Dec 09, 2008 7:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count rows by gruping coloumns some of which are time fields
Replies: 3
Views: 911

How are your data partitioned? How many nodes in your configuration file?
by ray.wurlod
Tue Dec 09, 2008 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: send dsjob output to logfile
Replies: 7
Views: 6385

But one thing i cannot understand is by default "waiting for job" is directed to std error by dsjob command. thats why we are redirecting the erro to output and then to log. Why the dsjob command sending the "waiting for job" to std error.Why it is not direclty sending the "...
by ray.wurlod
Tue Dec 09, 2008 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write code to extract record from multiple tables to Files.
Replies: 7
Views: 2760

Provided that the record structure is identical, you could use one job with the table/file name a job parameter.