Search found 15603 matches
- Thu Jul 23, 2009 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling sequence from a routine
- Replies: 6
- Views: 1681
- Thu Jul 23, 2009 6:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling sequence from a routine
- Replies: 6
- Views: 1681
- Thu Jul 23, 2009 4:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: realtime dataloading
- Replies: 1
- Views: 612
- Thu Jul 23, 2009 3:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ASCII to Hex conversion
- Replies: 3
- Views: 2206
Yes, it is possible, but complicated. There is no single builtin function to do this. I would use the BitExpand() function to show the binary value for a snigle character, then with some stage variables and a long if-then-else construct you could get the Hex value. SVarBits = BitExpand(SEQ(In.OneASC...
- Thu Jul 23, 2009 1:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: clearing log files at one shot
- Replies: 14
- Views: 5754
I just spent weeks writing a program which manages log files - you can choose whether by date, or runs or number of log entries and it cleans up broken multi-instance and job run data plus it reorganizes remaining data and performs other housekeeping. Entries removed are archived to an Oracle databa...
- Thu Jul 23, 2009 1:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Project Backup without being able to connect via Designer/Di
- Replies: 2
- Views: 1330
With Version 7 it was possible t reinstall the engine and, during the installation process, give a path to an existing DataStage project and that would be added without destroying or overwriting the project contents. With V8 and the added XMETA repository I am not certain that this still functions b...
- Thu Jul 23, 2009 1:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nameless folder appears, project corrupt?
- Replies: 23
- Views: 6482
328 records in the DS_JOBS file that don't have a job number looks far too big - those would normally be category names (or structure paths, to be more precise). The second query with the MCP conversion shows that you have 8 records with undisplayable characters in the key, something that shouldn't ...
- Wed Jul 22, 2009 9:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nameless folder appears, project corrupt?
- Replies: 23
- Views: 6482
- Wed Jul 22, 2009 8:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nameless folder appears, project corrupt?
- Replies: 23
- Views: 6482
- Wed Jul 22, 2009 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nameless folder appears, project corrupt?
- Replies: 23
- Views: 6482
- Wed Jul 22, 2009 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Required Output
- Replies: 19
- Views: 4031
I think a sort wouldn't work here, because it would change the order of the YEAR columns. A pure DataStage solution with stage variables as mentioned above is possible but complex. Another possibility is to a add a line number column and then sort by descending line number, the you could store "...
- Wed Jul 22, 2009 8:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nameless folder appears, project corrupt?
- Replies: 23
- Views: 6482
- Wed Jul 22, 2009 7:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Required Output
- Replies: 19
- Views: 4031
- Wed Jul 22, 2009 7:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nameless folder appears, project corrupt?
- Replies: 23
- Views: 6482
- Wed Jul 22, 2009 6:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference in Job Export (.dsx file)
- Replies: 5
- Views: 987