Search found 53125 matches
- Tue Nov 13, 2007 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using DataStage to populate tables in Star schema
- Replies: 1
- Views: 1387
DataStage was originally developed precisely for loading star schemas (the preferred implementation for data warehouses and data marts). It works brilliantly. As with any other load sequence you need to load the tables in the correct order so that referential integrity is preserved - outriders first...
- Tue Nov 13, 2007 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Handling Server edition 7.5
- Replies: 6
- Views: 2025
- Tue Nov 13, 2007 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export Job (DSX) command on Unix
- Replies: 5
- Views: 1836
- Tue Nov 13, 2007 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine_for trimming and sign assign
- Replies: 2
- Views: 721
But does if you truncate Arg1. Let stage variable svArg1 be defined as Right(Arg1,16).
Code: Select all
If svArg1 < 0 Then '-':Fmt(Field(svArg1,'-',2), "R%15") Else Fmt(svArg1, "R%16")- Tue Nov 13, 2007 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Clients in a PC
- Replies: 8
- Views: 1482
- Tue Nov 13, 2007 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does sort stage work with high ascii value characters.
- Replies: 1
- Views: 639
- Tue Nov 13, 2007 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IPC & Manageing resource contention
- Replies: 11
- Views: 2797
Putting an IPC stage in every job will indeed create extra processes - that is its function. As for "kill the CPU" that depends on total load, but other posts from you and from your site suggest that you are doing that already. In short - everything in moderation. I suspect someone went on a class o...
- Tue Nov 13, 2007 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameter values through BASIC routine
- Replies: 5
- Views: 1824
You can not set job parameter values once a job is running. That rules out a before-job subroutine. You must set job parameter values before the job starts. This is most easily accomplished from a job sequence (which is a GUI for writing job control code). Or, of course, you could write your own job...
- Tue Nov 13, 2007 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01841: (full) year must be between -4713 and +9999
- Replies: 16
- Views: 14541
"31-Dec-2006" is NOT "the format in the table". Oracle stores dates as a binary value. What you've described is the default date picture at your site. I can not understand how you can get an integer from the TO_CHAR function you have described - are you sure you have not then applied an Iconv() func...
- Tue Nov 13, 2007 3:41 pm
- Forum: General
- Topic: Datastage 7.5.2 installation on Windows Vista business editi
- Replies: 3
- Views: 2668
- Tue Nov 13, 2007 4:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File archive err
- Replies: 2
- Views: 1116
- Tue Nov 13, 2007 4:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion
- Replies: 10
- Views: 4065
- Tue Nov 13, 2007 4:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage server user limit has been reached, try again late
- Replies: 5
- Views: 3725
NEVER kill DataStage processes - it's almost certainly because of this practice that the licences are not being freed. You have a tool in the DataStage bin directory for cleaning up licences. It's called dslictool and has two modes. dslictool report_lic lists the current licensing state dslictool cl...
- Tue Nov 13, 2007 3:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Detecting new line in a string
- Replies: 5
- Views: 1173
Send the results to a text file with no transformations. Use a hex editor, such as UltraEdit, to view the file as a dump of hex characters. In that way you will learn what the actual characters you believe to be line terminators actually are. After all, you have to use Ctrl-Enter or Alt-Enter to get...
- Tue Nov 13, 2007 2:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hi
- Replies: 4
- Views: 1452