Search found 4605 matches

by kduke
Tue Sep 12, 2006 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in DSAttachJob to status other than "Finished&quo
Replies: 11
Views: 6195

You should pull out the jobs you do not need and just use the ones you do need. There are lots of jobs that are just to show you how to create metadata from system tables or from the DataStage repository. EtlStats has several jobs which are not used to get row counts. The same is true for the routin...
by kduke
Tue Sep 12, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email content from a text file
Replies: 5
Views: 1082

Please edit your post and put code tags around it so we can see the indentation.

It looks like at first glace you only read one line from the sequential file.
by kduke
Tue Sep 12, 2006 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: completing a result
Replies: 5
Views: 1066

I would use spaces() or str(). Should do what replicate used to do.
by kduke
Tue Sep 12, 2006 6:42 am
Forum: General
Topic: Accessing Universe from Unix
Replies: 16
Views: 10066

Try Ken's way. It should fix this error.
by kduke
Tue Sep 12, 2006 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting logs of multiple jobs simultaneously
Replies: 6
Views: 1416

This job is not a recommended practice. This job would loop through all jobs and clear file on RT_LOGnnn.

You should setup logs to autopurge.
by kduke
Mon Sep 11, 2006 8:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SOX compliance for DataStage environments
Replies: 10
Views: 4316

There is an audit table only it is hidden. Version Control will track versions of jobs if used. Automated exports can also satisfy the tracking of changes. I have never tried logging in with an expired password. I am sure there could be an admin solution to satisfy this need. Maybe a shell script to...
by kduke
Mon Sep 11, 2006 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing jobName in NotifyStage
Replies: 14
Views: 3206

It is case sensitive. DSJOBNAME is not the same as DSJobName.
by kduke
Mon Sep 11, 2006 6:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing jobName in NotifyStage
Replies: 14
Views: 3206

Just use the macro instead of any parameter.
by kduke
Mon Sep 11, 2006 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing jobName in NotifyStage
Replies: 14
Views: 3206

You don't need the parameter JobName.
by kduke
Mon Sep 11, 2006 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing additional drive
Replies: 5
Views: 1153

That is true. If you do not use a path or an account in the hashed file stage then it goes into the project directory. Therefore if the project was on the new drive then the hashed files would be okay. My suggestion was for the existing projects to start using the new drive so the old drive does not...
by kduke
Mon Sep 11, 2006 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing additional drive
Replies: 5
Views: 1153

You can put new projects on this drive if it is a local drive and not a networked shared drive. DataStage may complain about a shred drive. You need to put hashed files and sequential files in path on this drive so save disk space. This should be done using parameters like pHashedFilePath and pSeqFi...
by kduke
Mon Sep 11, 2006 8:39 am
Forum: General
Topic: Accessing Universe from Unix
Replies: 16
Views: 10066

Just in case this is confusing for people. The uv command sets the ulimit and then runs uvsh. uvsh and dssh are the same command on DataStage. This is called the Universe shell or the DataStage engine shell. The Universe shell is the command line interface to the Universe database in a similar manor...
by kduke
Sun Sep 10, 2006 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routines
Replies: 4
Views: 1646

Post the routine code.
by kduke
Sun Sep 10, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing jobName in NotifyStage
Replies: 14
Views: 3206

DSJobName is a macro. I doubt if it will work with # around it or buried in text. Try it by itself. It should work.