Search found 102 matches

by spracht
Tue Aug 05, 2003 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't stop a sequence/job
Replies: 6
Views: 1335

As you can be sure that the job isn't running anymore, you can do a Job->Clear Status File in director.

Stephan
by spracht
Tue Aug 05, 2003 12:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Preload file to memory
Replies: 6
Views: 2020

Preload file to memory

To accelerate lookups on hash files, the option 'Preload file to memory' can be checked in the hash file stage. Some of our lookups are rather small, containing less then 20 records. Is it advisable to preload these files, though they allocate 128 MB (or whatever is adjusted on the system) as the la...
by spracht
Mon Aug 04, 2003 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing data to a sequential file
Replies: 8
Views: 3202

If I get you right, you have serveral outputs, but you want them all to write to one sequential file. According to my experience, it is better to write to seperate files first and then concatenate all these files to one, e.g. using something like 'cat file1 file2 file3 > file4' in an after job subro...
by spracht
Mon Aug 04, 2003 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: code formatting
Replies: 4
Views: 1571

code formatting

Is there a way to 'uncomment' (I don't know how you would express this in english, what I mean is 'mark as comment') a larger group of lines in basic source code other than preceding each single line by an asterix? Is there a way to continue basic code on the next line, like it can be done in ubix s...
by spracht
Sun Aug 03, 2003 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: execute DS Basic from a shell script
Replies: 2
Views: 1056

execute DS Basic from a shell script

Is it possible to have a unix shell script attaching to a DataStage project and querying the project properties using basic functions like, I guess it's name was DSGetProjektInfo? If yes, how would it look like?

Stephan
by spracht
Fri Aug 01, 2003 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix Server PATH for jobs?
Replies: 11
Views: 2560

Craig

isn't there a 'dsenv' file in $(cat /.dshome) where, among othersm the PATH variable can be set?



Stephan
by spracht
Thu Jul 31, 2003 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup only once from hashfile
Replies: 6
Views: 1827

Ken, Ray again: I assume, that unchecking the 'preload file to memory option' is what is meant by not using read cache. And again, the job fails to work as intended. Less records are marked as used in the hash than the monitor pretends to have found (in the hash) and updated, both in the database ta...
by spracht
Thu Jul 31, 2003 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: key expression in transformer
Replies: 7
Views: 2382

Ray

I assume, that it is sufficient to uncheck the 'Preload file to memory option' to not use the read cache you are talking about?

Nevertheless, DataStage keeps refusing to do as you suggested.


Stephan
by spracht
Thu Jul 31, 2003 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to Hash File
Replies: 4
Views: 943

John

most likely, 2 of your records are equal in their key values. If this is the case, the earlier record is overwritten by the later. You can only have one record per key expression in a hashfile.

Stephan
by spracht
Wed Jul 30, 2003 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: key expression in transformer
Replies: 7
Views: 2382

key expression in transformer

Say, you had a hash lookup with 3 key columns. You would want to gradually loosen the matching criteria from all the 3 columns to 1 column, but still using the same hashfile. How would you have to specify the key expression in a transformer, if you wanted to unconditionally evaluate the matching aga...
by spracht
Wed Jul 30, 2003 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSExecute problem
Replies: 9
Views: 3214

Cal it's essential to compose the command string the right way. I never used sequencer, but did something similar as ExecSH -> before-job sobroutine, where you wouldn't have the "" around the command. If this is no solution, maybe you have to concatenate(:) the elements of the command like...
by spracht
Tue Jul 29, 2003 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings--->No Limits
Replies: 3
Views: 1555

by spracht
Tue Jul 29, 2003 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Job Log
Replies: 5
Views: 2630

Cal my experience is that only the invocations are deleted if you compile the job. The logs will be still there in the very job (without invocation) unless they are deleted manually or by auto purge. View the logs of the job without invocation and drag the column border in the heading between '>On d...
by spracht
Mon Jul 28, 2003 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup only once from hashfile
Replies: 6
Views: 1827

Ken I already tried like you suggested, marking the used records, but this didn't work (I tried the options 'Disabled' and 'Disabled - lock for update' within the hash file stages). What I want to do is as follows: there is a datasource outside our dwh, which is fed from the same source, a flat file...
by spracht
Mon Jul 28, 2003 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup only once from hashfile
Replies: 6
Views: 1827

lookup only once from hashfile

Is there an easy way to provide that records from a hash lookup are picked only once, even if subsequent records from the stream input would match the same row again?

Stephan