Search found 53125 matches

by ray.wurlod
Fri Mar 09, 2007 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Writing to Hashed files
Replies: 37
Views: 7353

Not ideally; VarChars on average are shorter than the maximum length specified. But if you total the lengths, you'll err on the side of caution, and over-size your hashed file. This is far better than under-sizing it.
by ray.wurlod
Fri Mar 09, 2007 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Various Connection Types
Replies: 27
Views: 7900

Sleep? Wazzat?
:lol:
by ray.wurlod
Fri Mar 09, 2007 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look Up Performance
Replies: 3
Views: 859

It probably will make no difference under default conditions, as the two Lookup stages would probably be combined (they share the same parallelism, and are combinable). The advantage of two Lookup stages would be that you could separately identify the lookup failures from each source. Bear in mind t...
by ray.wurlod
Fri Mar 09, 2007 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a delimited file
Replies: 19
Views: 3357

kumar_s wrote:
When I read the file in parallel
Are you referring this to multiple readers per node? If so its not recommended for variable length delimited file. Its for fixed width files.
I think that all that was meant was "in a parallel job".
by ray.wurlod
Fri Mar 09, 2007 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to run unix command in job control
Replies: 5
Views: 1412

Just place the command in the Command field of an Execute Command activity in the job sequence. The command output will contain the required number. You may need to trim field marks. If you want to parameterize the file name, put wc -l in the Command field and the job parameter reference (with surro...
by ray.wurlod
Fri Mar 09, 2007 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dslockd issue
Replies: 18
Views: 4484

dsdlockd does not kill processes (phantoms). It merely clears locks held by defunct or non-existent processes. Hence the "lock" as part of its name. The licensing tool ($DSHOME/bin/dslictool) can be used to recover licensing, and may allow defunct processes to die, but that's not guaranteed either.
by ray.wurlod
Fri Mar 09, 2007 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Various Connection Types
Replies: 27
Views: 7900

It's Saturday in Australia. 8)
by ray.wurlod
Fri Mar 09, 2007 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Writing to Hashed files
Replies: 37
Views: 7353

Total all the characters in a row and add 1 for each column. There are no data types - numbers are stored as character strings.
by ray.wurlod
Fri Mar 09, 2007 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: header and tailer sequential file
Replies: 7
Views: 1647

Does your UNIX support +3 option for the head command and the +4 option for the tail command? If so, you have a very easy filter you could use to get the detail rows only.

"First line is column names" will ignore only one row, not three.
by ray.wurlod
Fri Mar 09, 2007 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Job Design
Replies: 19
Views: 4129

Do you have to stage into tables? Sequential files are much faster for staging areas. Are you REALLY still on version 4?
by ray.wurlod
Fri Mar 09, 2007 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Writing to Hashed files
Replies: 37
Views: 7353

Use the Hashed File Calculator to tune the mkdbfile command. This utility is on your DataStage clients CD in the Utilities\Unsupported folder.
by ray.wurlod
Fri Mar 09, 2007 10:12 am
Forum: General
Topic: oracle instant client and datastage connection help
Replies: 23
Views: 11734

As far as I am aware most ODBC drivers for Oracle end up using the OCI (that is, the "full client"). Certainly this is the case with the non-wire Data Direct drivers that ship with DataStage.
by ray.wurlod
Fri Mar 09, 2007 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error after migration from V7.1r2 to V7.5.1A
Replies: 7
Views: 4511

Not necessarily, if the export included the job executables.
by ray.wurlod
Fri Mar 09, 2007 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a delimited file
Replies: 19
Views: 3357

Do you have the Field Width property set on these truncated columns? What data type have you assigned to them?
by ray.wurlod
Fri Mar 09, 2007 8:17 am
Forum: General
Topic: Job Sequencer
Replies: 7
Views: 1828

That's why I asked you to report all 16 job start times. All 16 finish times would be useful also.