Yes decimal can be converted to float.
If your input are all with the same pattern, input could also be read as decimal.
Search found 5168 matches
- Thu Apr 06, 2006 1:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Precision and scale problem
- Replies: 3
- Views: 973
- Thu Apr 06, 2006 12:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: extracting a zip file from a job
- Replies: 14
- Views: 3255
- Thu Apr 06, 2006 12:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: set to defaults in sequential file stage
- Replies: 5
- Views: 1074
- Thu Apr 06, 2006 12:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I get the full /path/project list?
- Replies: 9
- Views: 2300
- Tue Apr 04, 2006 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read only project?
- Replies: 6
- Views: 1426
Again you can search for key work READONLY, DS_JOBS, DS_OBJECTS to get more commands.
One of the method would be
One of the method would be
Code: Select all
UPDATE DS_JOBOBJECTS SET READONLY = 'NRO' WHERE READONLY = 'RO'- Tue Apr 04, 2006 9:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Routines
- Replies: 13
- Views: 2476
- Tue Apr 04, 2006 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller Problem with Multi Instance Jobs
- Replies: 6
- Views: 1839
You administrator may use command to increase the max number of process per id.
Code: Select all
chdev -l sys0 -a maxuproc='nnn'- Tue Apr 04, 2006 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller Problem with Multi Instance Jobs
- Replies: 6
- Views: 1839
- Tue Apr 04, 2006 8:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Timezone Conversion
- Replies: 8
- Views: 5876
- Tue Apr 04, 2006 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller Problem with Multi Instance Jobs
- Replies: 6
- Views: 1839
- Tue Apr 04, 2006 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance on Job Design
- Replies: 5
- Views: 1176
- Tue Apr 04, 2006 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Timezone Conversion
- Replies: 8
- Views: 5876
- Tue Apr 04, 2006 8:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Operations in Parallel routine
- Replies: 9
- Views: 2106
It may not be directly possible using single lookup stage. But by knowing you exact requirement, like what sort of data is to be looked up, what are the ranges of the discretion of data... the lookup table can be loaded with some manipulation so that a single column can be maintained to lookup. Else...
- Tue Apr 04, 2006 8:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding sequence restarting
- Replies: 8
- Views: 2484
- Tue Apr 04, 2006 6:06 am
- Forum: Site/Forum
- Topic: Do we need a General Forum?
- Replies: 13
- Views: 6610