Search found 4992 matches
- Fri Mar 17, 2006 9:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Derivation in ODBC Stage
- Replies: 4
- Views: 952
The derivation is used when Auto-generated SQL is chosen. If a column's derivation is blank, then the column name is used. The derivation is always the metadata name dot column name. Therefore, the metadata name must be either schema dot tablename or just tablename in order for the Auto-generated SQ...
- Fri Mar 17, 2006 8:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transformer output is only one row
- Replies: 18
- Views: 3832
What do you mean by similar? Are you trying to remove exact duplicates or pick out a representative row for a repeating group of key values? For the first, simply spool to a text file and execute a "sort -u your textfile > newtextfile" statement. Read the data back out from the new file and continue...
- Fri Mar 17, 2006 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: wait command in unix
- Replies: 18
- Views: 3040
3 simultaneous processes writing to the same file will produce malformed data, as all operating systems buffer writes. You will not get "rows" in the file, because data is written in bytes. There's no "row" concept. If you need a "collator" then use the link collector stage. If you need 3 non-simult...
- Fri Mar 17, 2006 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: wait command in unix
- Replies: 18
- Views: 3040
Code: Select all
cat /dev/null > yourfileThis preserves the file, permissions, and owner.
- Fri Mar 17, 2006 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: My Job is running very slow
- Replies: 12
- Views: 2954
The first question to be answered is always: what else is running on the DS server? Second is: what is running on the database server? Third is: have you looked at your job processes cpu utilization? Fourth is: are warning messages spewing into your job log? Fifth is: what does your load SQL look li...
- Fri Mar 17, 2006 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Import error
- Replies: 3
- Views: 1884
- Fri Mar 17, 2006 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Finding a substring with wildcard
- Replies: 12
- Views: 4883
- Thu Mar 16, 2006 9:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Date field to Timestamp
- Replies: 5
- Views: 1165
All source data columns of data type DATE should use a TO_CHAR function with a mask of YYYY-MM-DD HH24:MI:SS. DS automatically puts this on the SQL for auto-generated SQL, but since you hand-wrote your SQL you must do this. All target columns of data type DATE or TIMESTAMP should use a TO_DATE funct...
- Thu Mar 16, 2006 8:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Documenting a job by hand
- Replies: 16
- Views: 3122
- Thu Mar 16, 2006 12:10 pm
- Forum: Site/Forum
- Topic: Customer Feedback
- Replies: 10
- Views: 5649
- Thu Mar 16, 2006 12:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Documenting a job by hand
- Replies: 16
- Views: 3122
- Thu Mar 16, 2006 11:58 am
- Forum: Site/Forum
- Topic: Customer Feedback
- Replies: 10
- Views: 5649
WOW! After 10000 posts someone still comments that Ray is not being forthcoming and helpful. The obvious solution, sir or madam, is to post your own responses to questions and help out if you feel the Premium Posters answers are not to your "quality" or "liking". There's no rule that only Premium Po...
- Thu Mar 16, 2006 11:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Documenting a job by hand
- Replies: 16
- Views: 3122
- Thu Mar 16, 2006 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Documenting a job by hand
- Replies: 16
- Views: 3122
- Thu Mar 16, 2006 9:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: General question
- Replies: 4
- Views: 919