Search found 6797 matches
- Sat Mar 03, 2007 1:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing Null field on a fixed width sequential file
- Replies: 21
- Views: 4869
Try with that, I dont know if you will get four spaces. Thats why I advised to use char in the first place. I know for sure with char you will get four spaces. You can also use modify stage for explicit data type conversions. Otherwise you can specify x number of zeros where x is the length of your ...
- Sat Mar 03, 2007 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage config files.
- Replies: 10
- Views: 6578
dsenv contains environment variables. For more info refer to the DataStage help manuals that are shipped with the product. uvconfig file contains configuration parameters for the DataStage engine. default.apt file will point towards the configuration file for parallel jobs. This is set by APT_CONFIG...
- Sat Mar 03, 2007 1:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing Null field on a fixed width sequential file
- Replies: 21
- Views: 4869
Well when I said 'Specify it as char', I meant specify it as char and take care of the explicit conversion. On second thought, if you leave the decimal values as decimal and specify the fill character as 0 you should be fine. This way for decimal(4) if you get 123, you will actually write 0123 to th...
- Sat Mar 03, 2007 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing Null field on a fixed width sequential file
- Replies: 21
- Views: 4869
- Fri Mar 02, 2007 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing Null field on a fixed width sequential file
- Replies: 21
- Views: 4869
- Fri Mar 02, 2007 8:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel padding nulls for empty space !!
- Replies: 11
- Views: 2272
- Fri Mar 02, 2007 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Identifying alphabets in a numeric field
- Replies: 5
- Views: 2463
- Fri Mar 02, 2007 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Identifying alphabets in a numeric field
- Replies: 5
- Views: 2463
- Fri Mar 02, 2007 3:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel padding nulls for empty space !!
- Replies: 11
- Views: 2272
- Fri Mar 02, 2007 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation Error RT_CONFIG89
- Replies: 9
- Views: 2307
- Fri Mar 02, 2007 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartability revisited
- Replies: 6
- Views: 2193
- Fri Mar 02, 2007 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel padding nulls for empty space !!
- Replies: 11
- Views: 2272
- Fri Mar 02, 2007 2:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter Stage usage for LIKE %ABC%
- Replies: 8
- Views: 3774
- Fri Mar 02, 2007 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Routine Output as Parameter into SQL Query
- Replies: 4
- Views: 4381
As a different approach. Put all your values in a line in the format it should appear in the sql clause. In the execute command stage read the contents of the file type my/fully/qualified/file.txt Pass the Execute_Command.$Output<1> or Field(Execute_Command.$Output,@FM, 1) as the derivation for the ...
- Fri Mar 02, 2007 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LOG RECORDS
- Replies: 7
- Views: 1662