Search found 42189 matches
- Wed Nov 05, 2008 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Populate date as Timestamp
- Replies: 2
- Views: 1124
- 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...
- 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
- 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
- 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
- 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
- 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...
- 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
- 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,...
- 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...
- 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
- 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...
- 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
- 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
- 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