Search found 520 matches

by mhester
Fri Jun 03, 2005 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Storing CRC values
Replies: 16
Views: 10959

Craig,

Very, very cool! Now we can share images with others - I like it!
by mhester
Thu Jun 02, 2005 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Storing CRC values
Replies: 16
Views: 10959

What Alan and Shawn recommend is {probably} the best practice regarding the usage of CRC32 and SCD processing. You need not be concerned about the liklihood of "collisions" for the reasons that Alan pointed out plus some fairly complex math. The liklihood of a failure to generate the corre...
by mhester
Thu May 05, 2005 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limiting the number of lookups per stage.
Replies: 12
Views: 6122

You need to make sure you are importing the metadata via the manager using the Import>Table Definitions>UniVerse Files I believe you are referring to the left side column numbers. After you check the "Metadata supports Multi-valued fields" you should see two new columns on the columns page...
by mhester
Thu May 05, 2005 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limiting the number of lookups per stage.
Replies: 12
Views: 6122

This feature is found on the table def record in the repository. UniVerse files are positional or the fields are offsets from 0 with 0 being the key. When you create the file (via a DS job) a dictionary will be created that contains the metadata for the file. The key is position 0 and subsequent fie...
by mhester
Thu May 05, 2005 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search for a job
Replies: 4
Views: 1771

Either from the command window in Administrator or TCL you can enter the following command -

Code: Select all

LIST DS_JOBS = {your_job_name} CATEGORY
Or if you are not sure of the name or want to expand the search you could do -

Code: Select all

LIST DS_JOBS LIKE ...{partial job name}... CATEGORY
by mhester
Thu May 05, 2005 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limiting the number of lookups per stage.
Replies: 12
Views: 6122

Remember that as you add additional transformers the performance of your job will decrease. In a perfect world it's better to have as few transformers as possible, but in your case I would suspect that this is not reasonable. As Craig states - there are many variables here that will impact the perfo...
by mhester
Wed May 04, 2005 1:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question for DataStage Experts
Replies: 5
Views: 2399

Kim is an IBM_WS_DS Guru!
by mhester
Wed May 04, 2005 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem encountered in a routine
Replies: 5
Views: 1868

You might not want to use FileVar, but rather use FilePath (in your DSLogWarn) since FileVar is a handle to the file you just opened.
by mhester
Wed May 04, 2005 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need info about uv command
Replies: 10
Views: 2922

Arnd,

I only point this out so that we don't get a post one day saying "I used uv to create a new account and now I can't see it from DataStage ...... will someone please help me?????"
by mhester
Wed May 04, 2005 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need info about uv command
Replies: 10
Views: 2922

If you get asked which flavor, say "no" unless you wish to create a new UniVerse/DataStage account.
I do believe this will create a new (valid) UV account, but I believe there are a few more steps if you want DS to recognize the new account as a valid DS project.
by mhester
Wed May 04, 2005 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job run limits!!
Replies: 7
Views: 1461

And if you choose to run via a batch job then you can set the warning limit via the api.
by mhester
Tue May 03, 2005 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Connect Error
Replies: 17
Views: 7327

Craig, I seem to recall that at a minimum it will display warnings etc.. each time you use them this way. I remember using them @ BellSouth for months without a time limit, but that was 3 years ago and this could have all changed. Most needs that I have seen where people choose to use a routine for ...
by mhester
Tue May 03, 2005 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Connect Error
Replies: 17
Views: 7327

If you are referring to a BASIC routine then you would have to connect to Oracle via ODBC if you wanted to do something like return a result set. Ray gave you information on how to define your ODBC in UniVerse and it is correct for DataStage and if you were to use the "CONNECT" command fro...
by mhester
Tue May 03, 2005 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input stage: Phantom error
Replies: 1
Views: 620

Please first search the forum as this has been covered. Here is one link -

Here
by mhester
Wed Apr 27, 2005 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Make uvsh SQL output columnar instead of vertical
Replies: 8
Views: 3693

Kim,

JOBTYPE is a supplied "I" type of value - IF JOBTYPEIND = "" THEN 0 ELSE JOBTYPEIND found in the dict of DS_JOBS