So, would you mind sharing with us what control characters you found and your final Convert statement? That and mark the topic as 'Resolved'. Both would help future searches with a similar problem.
Thanks.
Search found 42189 matches
- Mon May 14, 2007 11:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Non-printable Control Characters
- Replies: 13
- Views: 10817
- Mon May 14, 2007 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling user-defined Oracle function
- Replies: 4
- Views: 963
- Mon May 14, 2007 1:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Edit DDL
- Replies: 6
- Views: 1198
- Mon May 14, 2007 12:28 pm
- Forum: General
- Topic: Processing files in a directory
- Replies: 44
- Views: 12719
- Mon May 14, 2007 11:45 am
- Forum: General
- Topic: Processing files in a directory
- Replies: 44
- Views: 12719
There's no such thing as a 'script' written in C. You're probably seeing example C code from the dsjob application itself or how some of the functions themselves are implemented in it. There are no script examples in the Guide from what I recall, but descriptions of all of the functions available as...
- Mon May 14, 2007 10:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job sequence restartable launched by dsjob -run
- Replies: 1
- Views: 969
Your problem is the fact that the job is Stopped and not Aborted. To me this is a bug in DataStage and something you should query IBM Support regarding, but the '/Restartable' part in this case is simply not true. As you are finding, it must be reset before it can be run again and you lose the check...
- Mon May 14, 2007 9:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: table usage analysis
- Replies: 4
- Views: 964
- Mon May 14, 2007 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: table usage analysis
- Replies: 4
- Views: 964
- Mon May 14, 2007 8:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incompatibility between DataStage and IBM DB2 64 bit
- Replies: 11
- Views: 2896
DataStage is a 32bit application on most platforms. I doubt you'll find they are truly incompatible, but instead you must use the 32bit libraries to access it rather than the 64bit ones. You do this by ensuring the proper libraries are listed first in the appropriate 'library path' environment varia...
Why in the world butcher your original post like that, or change the subject from 'awk' to 'u'? There really was no need for that. It's fine to come here with questions like yours about what awk is, just don't expect long involved answers when the subject isn't specific to DataStage. Best to link yo...
- Mon May 14, 2007 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pros/cons XML
- Replies: 8
- Views: 2624
- Mon May 14, 2007 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage MQ
- Replies: 2
- Views: 1274
Google. Found this old Ascential Whitepaper which mentions MQ Series integration as one example of what can be had out there.
- Mon May 14, 2007 6:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Code Handling
- Replies: 2
- Views: 826
- Mon May 14, 2007 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Port to be opened on Linux server to connect to DataStage
- Replies: 3
- Views: 1002
You also need to verify the connection daemon is up and running:
Should return one line.
Code: Select all
ps -ef |grep dsrpcd |grep -v grepShould return one line.
- Mon May 14, 2007 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Port to be opened on Linux server to connect to DataStage
- Replies: 3
- Views: 1002