Search found 15603 matches
- Mon May 26, 2008 1:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: provide logic to my scenario
- Replies: 4
- Views: 1019
From the way you have posed the problem, it would seem that both the input and the output are comma-separated files. I would read the input as 12 columns and in a transform stage create a new string that is built up like AccName1:',':AccAddress1:',':AccName2:',':AccAddress2: etc. Then you could do a...
- Mon May 26, 2008 1:32 am
- Forum: General
- Topic: Library file issue
- Replies: 6
- Views: 1587
- Sun May 25, 2008 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source is not reading records with nulls
- Replies: 7
- Views: 1376
- Sun May 25, 2008 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source is not reading records with nulls
- Replies: 7
- Views: 1376
- Sun May 25, 2008 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: .
- Replies: 9
- Views: 1370
Hello Babbu, you don't seem to understand the concept - numbers (integer,real,decimals) are stored as binary values and there is no concept of leading zeroes or any other formatting. That comes about when the value is displayed or converted to a string. In your example you created a nicely formatted...
- Sun May 25, 2008 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: .
- Replies: 9
- Views: 1370
- Sun May 25, 2008 5:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: .
- Replies: 9
- Views: 1370
Babbu, you didn't ask a question. Is this function not working, and if so, what output do you get? What is the data type of the resulting column? It it is still integer then remember, numeric columns have no leading zeroes , so you string function would create a valid string with leading zeroes, whi...
- Sun May 25, 2008 4:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source is not reading records with nulls
- Replies: 7
- Views: 1376
- Sun May 25, 2008 4:04 am
- Forum: General
- Topic: ./uv -admin -clearsockets not working on v8 ?
- Replies: 15
- Views: 5840
If you have alread shut down datastage, then you can use "ipcrm -m" to get rid of those two entries. FIN_WAIT and CLOSE_WAIT status on Solaris are set to timeout after a given period of time, use "ndd -get /dev/tcp tcp_time_wait_interval" to get the timed wait interval and "ndd -get /dev/tcp tcp_fin...
- Sun May 25, 2008 4:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source is not reading records with nulls
- Replies: 7
- Views: 1376
- Sat May 24, 2008 6:13 am
- Forum: General
- Topic: Best/easiest way to capture reject records in datastage
- Replies: 17
- Views: 19317
Handling of rejects is possible at any point in time in DataStage. You need to know what type of rejects you are looking for - the first response was assuming you had output to a database or output link which failed, other type of rejects such as bad column values are usually handled within the job ...
- Sat May 24, 2008 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to release a locked job thro datastage admin
- Replies: 2
- Views: 1246
By far the simplest and easiest method is to start the DataStage lock daemon (change the "dsdlockd.config" value "start=1" or search DSXChange in order find posts describing this in more detail). This will automagically take care of your locks so that you don't need to go around tracing locks and pr...
- Sat May 24, 2008 4:08 am
- Forum: General
- Topic: Job getting aborted with out leaving any message
- Replies: 18
- Views: 3367
That part of the core analysis doesn't help to much. I would recommend removing one stage, i.e. the source Oracle stage, and replacing it with a sequential file source. Re-run the job to see if the error goes away. If not, revert to the original and this time change the looup to a hashed-file lookup...
- Sat May 24, 2008 3:56 am
- Forum: General
- Topic: Best/easiest way to capture reject records in datastage
- Replies: 17
- Views: 19317
- Fri May 23, 2008 9:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Server Upgrade
- Replies: 2
- Views: 1035