Search found 53125 matches
- Fri Sep 15, 2006 5:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding the Job ID
- Replies: 4
- Views: 1108
- Fri Sep 15, 2006 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to avoid warnings when truncating field widths
- Replies: 4
- Views: 1253
- Fri Sep 15, 2006 2:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what's the difference between SQL type and Data Element
- Replies: 4
- Views: 921
I am going to presume you are happy with what SQL data types are. Data Elements are internal to DataStage. I like to think of them as "luggage tags" for data. For example, the SQL data type might be Char(10). What is it? A telephone number? A tax file number? A product code? Data Elements allow you ...
- Fri Sep 15, 2006 2:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can't import metadata with DB2 plug-in
- Replies: 3
- Views: 752
- Fri Sep 15, 2006 2:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compare columns
- Replies: 3
- Views: 917
- Fri Sep 15, 2006 2:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: support site for ascential
- Replies: 1
- Views: 964
- Fri Sep 15, 2006 2:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Viewing filesets
- Replies: 2
- Views: 1247
Viewing data in a File Set can be done with a job that uses a File Set stage with the correct control file name and record schema for that File Set; you can use View Data within the job design. Alternately, first cat the File Set's control file (the file with a ".fs" suffix) to learn where the data ...
- Fri Sep 15, 2006 12:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup condition
- Replies: 5
- Views: 1309
- Fri Sep 15, 2006 12:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: profiles passing
- Replies: 7
- Views: 1524
- Fri Sep 15, 2006 12:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage, Ereplace and Field Marks (@FM)
- Replies: 5
- Views: 5313
- Fri Sep 15, 2006 12:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding the IN and NOTIN operators
- Replies: 2
- Views: 873
- Thu Sep 14, 2006 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage, Ereplace and Field Marks (@FM)
- Replies: 5
- Views: 5313
- Thu Sep 14, 2006 8:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data
- Replies: 8
- Views: 2840
- Thu Sep 14, 2006 8:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Executing a shell script, passing encrypted passwords
- Replies: 8
- Views: 8111
- Thu Sep 14, 2006 7:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data
- Replies: 8
- Views: 2840
Does the query work in another client, such as TOAD or sqlplus, or does it run out of resources there also? Summing 8 million values can quite possibly lead to a value larger than can fit in the target data type. You might like to use larger numeric data types than you currently have specified. Corr...