Search found 53125 matches

by ray.wurlod
Fri Jun 04, 2010 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Dis File in Datastage
Replies: 4
Views: 1147

Read Dis File in Datastage

Sorry, just couldn't help myself juxtaposing this against the previous thread in this forum!
:lol:
by ray.wurlod
Thu Jun 03, 2010 10:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass iterative values to the sql
Replies: 4
Views: 1991

Using that SQL, every row you get back will contain the four numbers 1, 2, 3 and 4. Is that what you require?
by ray.wurlod
Thu Jun 03, 2010 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Dat file in datastage
Replies: 7
Views: 3374

Nah.

Don't need no stinkin' metadata.

The question was "read", not "parse".

I guess we don't want to guess any more. Let's await the original poster's amplification of what, after all, could be an interview question.
by ray.wurlod
Thu Jun 03, 2010 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation of the number of parameters
Replies: 11
Views: 3040

What is the limit on the length of a command in your particular UNIX? Are you reaching this limit?
by ray.wurlod
Thu Jun 03, 2010 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator aborting...
Replies: 12
Views: 3145

What WAS your response?
by ray.wurlod
Thu Jun 03, 2010 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variables
Replies: 12
Views: 3990

There is a theoretically infinite number of environment variable names, all of which *could* be added to DSParams.
by ray.wurlod
Thu Jun 03, 2010 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSR_RECORD 81021 error
Replies: 5
Views: 4435

Check whether the hashed files in the repository, particularly DS_JOBS, DS_JOBOBJECTS and DS_ROUTINES, are corrupted.
Use the Administrator client command interface and use UVFIXFILE command on each.
by ray.wurlod
Thu Jun 03, 2010 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate row numbers for each file-Job Design
Replies: 9
Views: 1989

You can't do that in a server job.
(Moved, as requested)
by ray.wurlod
Thu Jun 03, 2010 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stagevariable
Replies: 2
Views: 5189

Exactly. You can use a job parameter to supply the value. Your overall strategy may need to jobs - one to generate the value and the other to select rows from Oracle - controlled from a sequence which would also manage passing of the value.
by ray.wurlod
Wed Jun 02, 2010 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Int32 to Decimal conversion.
Replies: 5
Views: 6383

Re-read my response. DataStage is alerting you to the fact that some integers have more than three digits, so you may end up losing data.
by ray.wurlod
Wed Jun 02, 2010 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not see log in Director
Replies: 1
Views: 1353

The settings in DSParams are only for version 8.0 and later.

Try running the job using the command line interface dsjob with the -jobstatus option. Let us know what is reported.
by ray.wurlod
Wed Jun 02, 2010 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator problems using min() and count()
Replies: 5
Views: 2319

And be rigorous in your correct partitioning - and, perhaps, sorting - of data.
by ray.wurlod
Wed Jun 02, 2010 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error reading sequentail file
Replies: 4
Views: 8563

"LRG____" is not a SmallInt, which is why this row is rejected.
by ray.wurlod
Wed Jun 02, 2010 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Want to access hash file from parallel job
Replies: 10
Views: 4665

Topic Relocated per request - Andy