Search found 4605 matches

by kduke
Wed Feb 22, 2006 11:06 pm
Forum: Data Integration
Topic: If you have enjoyed my blogs please vote for me
Replies: 7
Views: 12645

Nice work, Vincent.
by kduke
Wed Feb 22, 2006 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DsLofInfo function In datastage pz
Replies: 3
Views: 1055

It does nothing. You can put pretty much anything there.
by kduke
Tue Feb 21, 2006 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy a job from one project to an another project
Replies: 3
Views: 983

Version Control.
by kduke
Sun Feb 19, 2006 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where can I get the windows version dsjob.exe ?
Replies: 7
Views: 1974

It is on the server not the client.
by kduke
Sun Feb 19, 2006 7:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture files in UVtemp
Replies: 1
Views: 1692

Capture files are created by the execute command with a capturing filename option. The filename is being written to while you are trying to delete it. You can do this on UNIX versions. If the command has a lot of output then this file can be quite large. The output is what would of normally went to ...
by kduke
Sun Feb 19, 2006 9:17 am
Forum: Data Integration
Topic: Level of ELT DataStage can do..
Replies: 4
Views: 12357

IBM could make ELT work if they combined all their database technologies. If they used Redbrick to stage and then made it seemless to integrate with DB2 or Informix then these would need stronger transformation or use DataStage to transform. Redbrick load times are amazing. I think Oracle has the be...
by kduke
Sat Feb 18, 2006 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH file already exists in VOC.
Replies: 11
Views: 6517

The CLEAN.ACCOUNT command will sync the VOC with the files underneath. This maybe the easiest way to sync them up. Do not delete anything if you run this command.
by kduke
Fri Feb 17, 2006 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: REG :Pointers to Datastage resources
Replies: 7
Views: 2365

Ray is correct as usual. These are all Universe commands and understanding how Universe works.
by kduke
Thu Feb 16, 2006 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH file already exists in VOC.
Replies: 11
Views: 6517

Your VOC is out of sync with the OS. The OS has the D_ file and no VOC entry. You need to delete the D_ file probably so it can create the file.
by kduke
Thu Feb 16, 2006 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating type-checking routines from metadata
Replies: 6
Views: 1019

There is a routine on my tips page called KgdDebugMetadata. This is designed to read small sequetial files completely into memory and check the lengths of each column to see if any are too long. It should get you close. You need to change the openpath to openseq and the read to readseq.
by kduke
Thu Feb 16, 2006 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List all jobs from command line (v6)?
Replies: 6
Views: 2206

Do a search for TCL commands or DS_JOBS.
by kduke
Thu Feb 16, 2006 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating type-checking routines from metadata
Replies: 6
Views: 1019

First you need to access the metadata. You can try to extract it from the job design in DS_JOBOBJECTS but that would more diffucult than getting from DS_METADATA. You need to save your column definitions to get them into DS_METADATA. I posted the code to extract the metadata from DS_METADATA and cre...
by kduke
Thu Feb 16, 2006 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: REG :Pointers to Datastage resources
Replies: 7
Views: 2365

There are q-pointers and file pointers. A q-pointer could create a synonym to a DataStage repository table or "resource".
by kduke
Thu Feb 16, 2006 7:09 am
Forum: Enhancement Wish List
Topic: Smarter OCI stage wrt table creation
Replies: 6
Views: 2828

Nice, can I quote you?
by kduke
Thu Feb 16, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass parameters from sequence to source jobs
Replies: 14
Views: 3341

The post is my user group so it is not available to all. It maybe on my tips page. It is called KgdCopyParam. I think Ken's is on his web site. It was posted on the www.datastagexchange.com. Not sure if it is still these.