Search found 53125 matches
- Fri Oct 07, 2011 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Unknown characters while Fetching from SQL SERVER
- Replies: 6
- Views: 1443
Ctrl-@ is the ASCII NUL character, which is used to pad fixed length strings by default. Setting APT_STRING_PADCHAR to a different character uses that character instead. For the case where SQL Server returns five NUL characters I'd be interested to know what's really stored in SQL Server. You can ce...
- Fri Oct 07, 2011 4:53 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: need to capture client IP address in web service log file
- Replies: 6
- Views: 4059
There's one of the obscure DataStage engine functions that can do that (System(42), but this only works on a Windows server :cry:) but you would need to incorporate some server functionality - either a before/after subroutine or a BASIC Transformer stage to be able to use that. AND be on a Windows s...
- Fri Oct 07, 2011 9:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Unknown characters while Fetching from SQL SERVER
- Replies: 6
- Views: 1443
- Fri Oct 07, 2011 9:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Tranformer logic
- Replies: 5
- Views: 1315
- Fri Oct 07, 2011 9:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Prefix a MINUS sign before a decimal number through trsfmr
- Replies: 4
- Views: 1223
- Fri Oct 07, 2011 9:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Execution steps
- Replies: 1
- Views: 669
- Fri Oct 07, 2011 9:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort
- Replies: 2
- Views: 955
- Fri Oct 07, 2011 9:11 am
- Forum: General
- Topic: Usage of CLEAR.FILE
- Replies: 2
- Views: 948
- Fri Oct 07, 2011 9:09 am
- Forum: General
- Topic: Number of execution/ per day
- Replies: 2
- Views: 702
- Fri Oct 07, 2011 9:08 am
- Forum: General
- Topic: Datastage environmental variables
- Replies: 2
- Views: 1875
- Fri Oct 07, 2011 9:06 am
- Forum: General
- Topic: Usage of & directories
- Replies: 1
- Views: 645
- Fri Oct 07, 2011 9:04 am
- Forum: General
- Topic: how to get the username from userno in LIST.READU
- Replies: 9
- Views: 7185
DESC is a reserved word (ORDER BY columnname DESC). You can enclose column names in double quotes to avoid these issues.
Code: Select all
SELECT "NAME", "TYPE", "DESC" FROM "VOC";- Fri Oct 07, 2011 4:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Viewing Data in DataStage Hashed files
- Replies: 3
- Views: 1563
- Fri Oct 07, 2011 3:58 am
- Forum: General
- Topic: how to get the username from userno in LIST.READU
- Replies: 9
- Views: 7185
dsenv is in the DSEngine directory. You are working in its parent directory. DS.TOOLS is a menu. LISTU is an interlude to a UNIX command who. LIST.USERS doesn't exist - I did mention in my earlier post that I was not 100% if the names. Someone else may have access to them; right now I am preparing t...
- Fri Oct 07, 2011 12:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: duplicate issue
- Replies: 8
- Views: 1659