Specify the delimiter as 009.
Read the Help (press F1 while in the Format page) to see how you specify non-printing delimiter characters.
Search found 53125 matches
- Fri Mar 14, 2008 10:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding CSV type files
- Replies: 10
- Views: 1664
- Fri Mar 14, 2008 7:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not compiled Status
- Replies: 6
- Views: 1772
- Fri Mar 14, 2008 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not compiled Status
- Replies: 6
- Views: 1772
- Fri Mar 14, 2008 5:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Control File location
- Replies: 1
- Views: 578
- Fri Mar 14, 2008 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Export
- Replies: 14
- Views: 5533
It usually means you are trying to access a component that was compiled with a UniVerse compiler rather than a DataStage compiler, or with an incompatible (later, or pre-6.0 and not converted) version of the DataStage compiler. Did you import this job from another project running an incompatible com...
- Fri Mar 14, 2008 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing High Values into Asci or Binary File
- Replies: 6
- Views: 2098
- Fri Mar 14, 2008 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width columns
- Replies: 2
- Views: 677
- Fri Mar 14, 2008 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Design Help - Reverse Pivot vs Running Sequential Mode
- Replies: 4
- Views: 1066
- Fri Mar 14, 2008 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job Category
- Replies: 11
- Views: 2415
- Fri Mar 14, 2008 5:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Building User Defined Stages
- Replies: 10
- Views: 2559
For example the CurrentDate() function is available directly as an expression element in a Transformer stage. What you clearly require is more learning. You can not legitimately pass yourself off as a DataStage developer if you're going to do everything in UNIX scripts - what happens if you're emplo...
- Fri Mar 14, 2008 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Relaction job with defunct process in AIX
- Replies: 4
- Views: 1959
- Fri Mar 14, 2008 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DateTime using RowGenerator gives incorrect output
- Replies: 15
- Views: 4098
Use a database stage and select one row. For example, using Oracle: SELECT '#CallDate#','#Name#','#ID#' FROM DUAL; (it happens that DUAL only has one row). Or use an External Source stage with a similar echo command. In the downstream stage in either case specify Entire partitioning so that the same...
- Fri Mar 14, 2008 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: query data from netezza
- Replies: 7
- Views: 1831
- Fri Mar 14, 2008 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with the Job Monitor
- Replies: 20
- Views: 5854
- Fri Mar 14, 2008 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: loading float value
- Replies: 9
- Views: 4499
Try importing the table definition using Orchestrate orchdbutil facility. Compare the two table definitions to see whether there are any differences. Even if you can't see any, replace the table definition in the job with the one imported using orchdbutil , and see whether that solves the problem. T...