Search found 53125 matches
- Thu Sep 06, 2007 3:04 pm
- Forum: General
- Topic: Not able to view the jobs list under the job category
- Replies: 4
- Views: 1529
- Thu Sep 06, 2007 3:01 pm
- Forum: General
- Topic: Regarding uv -admin -stop
- Replies: 3
- Views: 1473
UNIX
This is not about locks; it is about shared memory. An ipcs -m command will show the shared memory segments in use; any with a key beginning 0xade are DataStage shared memory segments. It will also show that the permissions on them are tight (rw-------) so that you must shut down DataStage using the...
- Thu Sep 06, 2007 2:57 pm
- Forum: General
- Topic: DataStage 7x issue
- Replies: 5
- Views: 1604
- Thu Sep 06, 2007 12:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output of a file as a parameter
- Replies: 7
- Views: 1357
- Thu Sep 06, 2007 12:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: converting row into column
- Replies: 3
- Views: 1026
- Wed Sep 05, 2007 11:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read XML file in PX
- Replies: 14
- Views: 5196
- Wed Sep 05, 2007 8:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read XML file in PX
- Replies: 14
- Views: 5196
- Wed Sep 05, 2007 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to see environment variables in Administrator
- Replies: 11
- Views: 3653
- Wed Sep 05, 2007 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: memory issues with Sort stage
- Replies: 3
- Views: 1117
- Wed Sep 05, 2007 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal precision warning
- Replies: 5
- Views: 2210
- Wed Sep 05, 2007 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help en Promote SubRecord
- Replies: 5
- Views: 2101
- Wed Sep 05, 2007 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job parameter in where clause of ODBC stage query (DS Server
- Replies: 3
- Views: 1825
What error message is returned when you use
(Have you tried it without the terminating semi-colon?)
Code: Select all
select count(deptno) from emp where dname = '#dnm#'(Have you tried it without the terminating semi-colon?)
- Wed Sep 05, 2007 12:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import error and no default value for only one column?
- Replies: 10
- Views: 6856
- Wed Sep 05, 2007 12:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in conversion
- Replies: 4
- Views: 1437
- Wed Sep 05, 2007 12:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal precision warning
- Replies: 5
- Views: 2210
It's an alert. DataStage is warning you that, in going from a scale of 10 to a scale of 0 you are likely to lose some information. It is also alerting you to the fact that it (DataStage) does not fully support numeric floating point decimal, and that therefore it is adjusting the scale so that the n...