Search found 42189 matches

by chulett
Wed Nov 05, 2008 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populate date as Timestamp
Replies: 2
Views: 1124

That's not "hard-coding". What is your target - a database? The format will probably need to be slightly different if that's the case.
by chulett
Wed Nov 05, 2008 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run datastage job using batch file and running batch
Replies: 5
Views: 3417

How is this a "workaround"? That is the answer. And searching the forums here for dsjob will reveal complete examples of job launching scripts. Granted, mostly UNIX scripts but not impossible to convert to batch files if you don't have anything like the MKS Toolkit installed. Plus you'll either nee...
by chulett
Tue Nov 04, 2008 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for integer
Replies: 3
Views: 1198

Great - then please mark your post as Resolved using the button at the top of the screen.
by chulett
Tue Nov 04, 2008 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File - NULL Handling (Best Approach Please)
Replies: 3
Views: 4617

Actually, the comment was probably a request for the Moderator to move the post. We can't move our own posts but there's no need to duplicate everything as eventually Roy will find some time to put things where they belong. :wink:
by chulett
Tue Nov 04, 2008 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migration form v7 to v8 errors
Replies: 2
Views: 1101

First bit of advice will be that we don't diagnose errors from the "APT_CombinedOperatorController" so you'll need to disable that and run the job again to find out where the error is actually coming from.
by chulett
Tue Nov 04, 2008 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator
Replies: 6
Views: 1633

The pdf manual shows how to generate unique numbers if that's what you need to do.
by chulett
Tue Nov 04, 2008 3:33 pm
Forum: General
Topic: Write records count in Audit file
Replies: 5
Views: 1580

You could use it after job but more typical would be in a Routine Activity stage in a Sequence job. Really depends on what you want to do with the information. Build a generic routine that takes Job Name, Stage Name and Link Name as arguments and then call the function inside the routine. The result...
by chulett
Tue Nov 04, 2008 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator
Replies: 6
Views: 1633

Column Generator? Based on your question, did you mean the Row Generator stage?
by chulett
Tue Nov 04, 2008 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling missing data
Replies: 3
Views: 1487

I've seem to recall FTP causing problems like this with fixed-width files. When the last column(s) in the record have spaces in them, the transfer tends to strip them. Don't recall the solution, perhaps a binary rather than an ascii transfer? Assuming this is being transferred from elsewhere to you,...
by chulett
Tue Nov 04, 2008 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise stage Upsert not running efficiently
Replies: 1
Views: 1331

You would need an index over the update keys for it to have any kind of efficiency. Without it, every update becomes a full table scan, and only after that fails to find a record to update is the insert done. And without any unique constraint on the table, when inserts are done first they are all su...
by chulett
Tue Nov 04, 2008 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file issue while appending to the same file
Replies: 5
Views: 1425

While you may very well be able to merge the three streams (but don't cross them!) in the job before writing out a single link, there are no properties in the Sequential stage that will allow what you are doing otherwise to work.
by chulett
Tue Nov 04, 2008 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Type Object 'CJSUserVarsActivity' not found
Replies: 10
Views: 2597

We're veering off topic here, but read only code can be compiled as can code in Protected projects. Neither would allow changes to be made, however. We're singing from the same hymn book, I'm just saying that simply having the source available in production isn't necessarily a problem. But certainly...
by chulett
Tue Nov 04, 2008 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character Issue in Datastage
Replies: 17
Views: 4101

It would help if we knew the database in question.
by chulett
Tue Nov 04, 2008 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Type Object 'CJSUserVarsActivity' not found
Replies: 10
Views: 2597

We have source and executables in Production so that we can "see" the production code/design there but all of the jobs are Read Only so there's no worries about any changes being made there.
by chulett
Tue Nov 04, 2008 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display Problems
Replies: 3
Views: 1429

In other words, it's neither a bug nor a problem, just an artifact of how View Data presents the data to you.