Search found 4605 matches

by kduke
Wed Feb 23, 2005 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Abort of a Job
Replies: 5
Views: 1301

Post your code again.
by kduke
Wed Feb 23, 2005 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Abort of a Job
Replies: 5
Views: 1301

Change the DSLogFatal() to a DSLogInfo().
by kduke
Wed Feb 23, 2005 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Do all directory hash files have the D_<HashName> file
Replies: 7
Views: 1450

I would not use the dictionary of the VOC. You should have a better dictionary on the hash file. If that works then use it but there is a better way.

LIST DICT HashFile
by kduke
Wed Feb 23, 2005 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up Director logs
Replies: 7
Views: 2969

The instance id is stored in 2 places. One is in the log file RT_LOGnnn. The other is in RT_STATUSnnn. You could run a SQL delete to get rid of both. I will do some research.
by kduke
Wed Feb 23, 2005 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Abort of a Job
Replies: 5
Views: 1301

If I understand your question correctly then delete the lines with "Abort" on them. This will keep the main job from aborting.

Next time mark your code with the Code button and not the Quote button.
by kduke
Wed Feb 23, 2005 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH FILE MANAGEMENT
Replies: 11
Views: 3288

You can download all these scripts plus the jobs that use them on my tips page. DsRepository20050222.zip is the zip file with these files.
by kduke
Tue Feb 22, 2005 10:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH FILE MANAGEMENT
Replies: 11
Views: 3288

D types are dangerous for the untrained. These will only work for OLETYPE = 'ROOT'. Someone may try to update with these.

I prefer I-types plus they work for multiple OLETYPEs. I have the job to figure out most of this. I am trying to post it now but ftp is not working. Maybe tomorrow.
by kduke
Tue Feb 22, 2005 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling a url in datastage job
Replies: 7
Views: 2317

Are you trying to source a URL? I am not sure I understand the question.
by kduke
Tue Feb 22, 2005 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command
Replies: 14
Views: 3223

Not sure. It maybe only on mine.
by kduke
Tue Feb 22, 2005 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH FILE MANAGEMENT
Replies: 11
Views: 3288

Now I can run this script or source DS_JOBOBJECTS with a UV stage in a job. select ColNames, ColDesc, ColSqlType, ColPrecision, ColScale, ColFieldPos, ColKeyPos, ColNullable, ColDerivation, ColParsedDerivation from DS_JOBOBJECTS, DS_JOBS where DS_JOBOBJECTS.OLETYPE LIKE '%Output' and DS_JOBOBJECTS.O...
by kduke
Tue Feb 22, 2005 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH FILE MANAGEMENT
Replies: 11
Views: 3288

Next I created all these dictionary items. INSERT INTO DICT DS_JOBOBJECTS ( FIELD, CODE, EXP, NAME, FORMAT, SM, ASSOC ) VALUES ( 'ColDerivation', 'I', '@RECORD<(IF TRANS("EtlOleTypeHash",OLETYPE,1,"X") = "" THEN 999 ELSE (TRANS("EtlO...
by kduke
Tue Feb 22, 2005 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH FILE MANAGEMENT
Replies: 11
Views: 3288

Ray I got more. I wanted to be able to extract column names using a DataStage job and create my own job metadata. In order to do this I need to create dictionary items on DS_JOBOBJECTS. As you know this file has different record types based on the field OLETYPE. Only the OLETYPEs ending in Output wi...
by kduke
Tue Feb 22, 2005 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command
Replies: 14
Views: 3223

Craig

If you downloaded my version then it does an UNLOCK ALL.
by kduke
Tue Feb 22, 2005 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Documentation
Replies: 1
Views: 529

You need to load the tutorial. It is on the DataStage CD.
by kduke
Tue Feb 22, 2005 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH FILE MANAGEMENT
Replies: 11
Views: 3288

Ray

This is just a rough estimate (WAG). If you want to make it more accurate then go for it. I have never been that precise.