Search found 53125 matches
- Tue Jul 22, 2008 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Fileset
- Replies: 2
- Views: 1196
- Tue Jul 22, 2008 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: will unicode includes extra space in the sql load
- Replies: 1
- Views: 628
Compared to what? Strict Unicode uses two bytes of storage per character. Other encodings, such as UTF-8, use one, two, three or four bytes of storage per character. Single-byte character sets, as the name suggests, use one byte of storage per character. (There is also a variant of Unicode that use ...
- Tue Jul 22, 2008 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Leading zero's infront for negative values
- Replies: 2
- Views: 703
Code: Select all
If Left(Col1,1) = "-" Then "-" : Right("000000" : Right(Col1,Len(Col1)-1)) Else Right("000000" : Col1)- Tue Jul 22, 2008 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to read higher volume of record with ODBC(Sql server)
- Replies: 19
- Views: 5708
- Tue Jul 22, 2008 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Flattening the file with codes
- Replies: 3
- Views: 838
- Tue Jul 22, 2008 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum stage variable and contraints
- Replies: 2
- Views: 1002
- Tue Jul 22, 2008 2:58 pm
- Forum: General
- Topic: How to get the DataStage Job Log For All Projects.
- Replies: 11
- Views: 13634
To explain: every job log is a separate database table in the Repository database for that project. There is no such thing as a project-wide log, and definitely no such thing as the job log for all projects. Further the list of jobs in a project is variable over time, so even an approach such as cre...
- Tue Jul 22, 2008 5:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Reject Link
- Replies: 4
- Views: 1584
- Tue Jul 22, 2008 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Raw conversion error
- Replies: 1
- Views: 734
- Tue Jul 22, 2008 4:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Reject Link
- Replies: 4
- Views: 1584
- Tue Jul 22, 2008 4:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 8.0.1 version is transformer advised to used??
- Replies: 8
- Views: 2255
- Tue Jul 22, 2008 3:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to calculate second's difference for two timestamp value
- Replies: 1
- Views: 1046
- Tue Jul 22, 2008 3:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: STP does not support UNICODE character set
- Replies: 1
- Views: 824
- Tue Jul 22, 2008 3:56 am
- Forum: General
- Topic: Sequential File Stage file name
- Replies: 5
- Views: 1462
- Tue Jul 22, 2008 1:44 am
- Forum: General
- Topic: Sequential File Stage file name
- Replies: 5
- Views: 1462
In a job sequence.
Code: Select all
ExecuteCommand ---> Job activity