Search found 53125 matches
- Tue Nov 18, 2008 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Array never Dimensioned
- Replies: 2
- Views: 1366
- Tue Nov 18, 2008 2:50 pm
- Forum: General
- Topic: date function
- Replies: 2
- Views: 1061
- Tue Nov 18, 2008 2:45 pm
- Forum: General
- Topic: Import data into MSAccess
- Replies: 8
- Views: 2143
- Tue Nov 18, 2008 2:44 pm
- Forum: General
- Topic: Need some basic Information
- Replies: 6
- Views: 2745
- Tue Nov 18, 2008 2:41 pm
- Forum: General
- Topic: How to call environment variable in DB2-Stage
- Replies: 9
- Views: 2804
- Tue Nov 18, 2008 2:36 pm
- Forum:
- Topic: Data lineage request within job
- Replies: 5
- Views: 1858
- Tue Nov 18, 2008 2:35 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How to create a new Information analyzer project
- Replies: 3
- Views: 3309
None without extra information. For example, during the upgrade were there any messages about indexes? It may be relevant to reindex the project using DS.REINDEX. (This is only an example, you might also like to run DS.CHECKER to verify that the local repository is intact.) One good piece of news; t...
- Tue Nov 18, 2008 1:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: could u please tell me What is the Output?
- Replies: 1
- Views: 653
- Tue Nov 18, 2008 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fetching first few records
- Replies: 9
- Views: 1870
- Tue Nov 18, 2008 1:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: at offset 12
- Replies: 1
- Views: 834
- Tue Nov 18, 2008 1:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can i use FTP Enterprise Stage
- Replies: 2
- Views: 1206
No. The FTP stages do not transfer files. They transfer byte streams; they read the file on the remote server and stream the bytes directly into your DataStage job. Better approach is to create a script to effect the file transfer, and use the exit status of that script to trigger appropriate action.
- Tue Nov 18, 2008 1:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Network buffer underflow issue
- Replies: 5
- Views: 6331
- Tue Nov 18, 2008 1:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to improve performance
- Replies: 11
- Views: 3832
- Tue Nov 18, 2008 1:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File problem
- Replies: 3
- Views: 4347
Note that there are two separate properties. Record Delimiter is used when you have one character (or none) to mark the end of a line. Record Delimiter String is used when you have more than one character to mark the end of a line. Record Delimiter String offers "DOS style" as a preconfigured select...