Search found 53125 matches

by ray.wurlod
Thu Nov 30, 2006 6:41 pm
Forum: General
Topic: How to Acquire Last Run Date of a job (using dssh)
Replies: 6
Views: 3279

Welcome aboard. :D DS_AUDIT does not keep the last run date or, indeed, any run-time statistics. DS_AUDIT records changes to design-time objects. Indeed, dssh is not the command you require. You can either interrogate each job separately using dsjob -jobinfo or you can inspect the date/time modified...
by ray.wurlod
Thu Nov 30, 2006 6:34 pm
Forum: General
Topic: Can Wait for file Activity use Wildcards?
Replies: 5
Views: 3791

Well, not trying to do something that won't work is a resolution of a kind. The usual solution to this is to create your own routine. Something like this one. FUNCTION WaitForFile(WildCard, TimeOut) * Returns 0 if there is at least one file that matches WildCard, * returns 1 if the timeout &...
by ray.wurlod
Thu Nov 30, 2006 6:14 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 8543

If they insist upon DataStage for control, why do they insist upon shell scripts? Why not have DataStage do the whole thing? After all, they've paid the money! It is sometimes necessary to push back, particularly when what "they" want can not be intelligently justified. Please be advised by a couple...
by ray.wurlod
Thu Nov 30, 2006 2:24 pm
Forum: Site/Forum
Topic: Forum title cleanup for DataStage items
Replies: 0
Views: 2932

Not Enterprise for the second title, as this includes server. "Parallel" would be better.

Almost time for a "Mainframe" title as well, there is a small but steady trickle of questions about DataStage EE MVS, which tend to get buried.
by ray.wurlod
Thu Nov 30, 2006 2:19 pm
Forum: Data Integration
Topic: Routines
Replies: 2
Views: 9479

And then, of course, are the on-line help and DataStage manuals. There is a Tutorial that ships with DataStage too. From all of these sources you can get ideas about creating routines. If you want help from DSXchange, it helps to post specific questions. I could spend two days teaching you about wri...
by ray.wurlod
Thu Nov 30, 2006 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding dsutilities
Replies: 5
Views: 1033

Exactly what information do you need? The dsjob -jobinfo command will give you some information, but you may need to script some looping to invoke dsjob -stageinfo and dsjob -linkinfo based on dsjob -lstages and dsjob -llinks respectively. But if you need information about execution, then you probab...
by ray.wurlod
Thu Nov 30, 2006 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simulating an error
Replies: 12
Views: 4565

You've probably already noticed that job sequences do not support before/after subroutines. You will need to use Routine activities within the job sequence itself - the routines themselves will need to be created as transform functions, though these can be interludes to the requisite before/after su...
by ray.wurlod
Thu Nov 30, 2006 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do I need to be root for this?
Replies: 7
Views: 2209

Get to the operating system, execute the following command, and post the result.

Code: Select all

$DSHOME/bin/uv -admin -info

This will show whether you have a root install or a non-root install, and whether impersonation mode is in effect or not.
by ray.wurlod
Thu Nov 30, 2006 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ExecDos
Replies: 15
Views: 3995

It might be that the indexing on DS_ROUTINES is not synchronized. Do you get ANY routines in the drop-down list? If so, which ones? Can you see ExecDOS in the Routines branch of the Repository? Go to the Administrator client, open the Command window, and execute the following query SELECT DSRID FROM...
by ray.wurlod
Thu Nov 30, 2006 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed Width File
Replies: 5
Views: 1236

Make it Char and it will be padded automatically with the character defined in APT_STRING_PADCHAR.
by ray.wurlod
Thu Nov 30, 2006 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 12
Views: 6686

There are far too many unsupported assertions in that document, which - if it is or is based upon the one of which I'm thinking - you should not have (it's IBM Internal Confidential, produced by the Center of Excellence for use by IBM consultants). While it is true to claim that performance improvem...
by ray.wurlod
Thu Nov 30, 2006 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML files:XSLT Error
Replies: 10
Views: 2674

Decimal "text" format is variable length and no external length is specified. Possibly you should specify an appropriate "width" property?

This message suggests incomplete metadata.
by ray.wurlod
Thu Nov 30, 2006 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNION ALL v/s FUNNEL Design Issue
Replies: 6
Views: 10981

Let the database do it.
by ray.wurlod
Thu Nov 30, 2006 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Highest Key Generated
Replies: 11
Views: 3828

Not unless you collect them onto one partition. And even then how do you now that the last one collected is the highest value in the entire Data Set?
by ray.wurlod
Thu Nov 30, 2006 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xls
Replies: 1
Views: 566

Write as VarChar or do nothing and format the cells in Excel.