Search found 42189 matches

by chulett
Mon Aug 18, 2014 7:43 am
Forum: General
Topic: Cannot get encrypted password from parameter set
Replies: 8
Views: 2395

Did you look up what that -16 means?

$DSHOME/include/dsapi.h
by chulett
Mon Aug 18, 2014 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge statement with Oracle stage
Replies: 6
Views: 3753

Do the MERGE 'After SQL' once the work table has been loaded.
by chulett
Mon Aug 18, 2014 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length error
Replies: 13
Views: 6541

I'm unclear why you would get all of the others correct and yet those first two wrong. :? You have to count the number of digits plus the explicit decimal plus the sign. You seem to have missed the last two elements making your 'field width' off by 2: the first should be 11 and the second 13. X56216...
by chulett
Sun Aug 17, 2014 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length error
Replies: 13
Views: 6541

Your first two field sizes are incorrect.
by chulett
Sun Aug 17, 2014 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length error
Replies: 13
Views: 6541

Of course. Show us how you defined them as that is where your problem lies.
by chulett
Sat Aug 16, 2014 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length error
Replies: 13
Views: 6541

hargun wrote:This job has been ran fine previously except the last 10 fields i have added.
OK, that's an important bit of news that should have been in your first post. That means the problem is confined to the definition of the last 10 fields. How have you defined those fields?
by chulett
Sat Aug 16, 2014 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length error
Replies: 13
Views: 6541

Probably best to use the CFF stage to read this as you can import the copybook directly... are you? It's important to understand that you must define each and every field size correctly in order to read any fixed-width record without error since there are no delimiters involved, it is (in essence) r...
by chulett
Sat Aug 16, 2014 6:41 pm
Forum: General
Topic: DataStage 8.5 32 or 64 bit application?
Replies: 8
Views: 4491

As noted, once again... depends. :wink:
by chulett
Sat Aug 16, 2014 9:18 am
Forum: General
Topic: how to export a project into a dsx file in datastage 8.1
Replies: 3
Views: 2503

From what I recall, only istool runs on the server and that doesn't handle dsx files. That doesn't mean you can't use it however. The client side is the expected side for imports and exports and where command line functions like dsexport and dscmdexport live. let me know if there is any way to add o...
by chulett
Fri Aug 15, 2014 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length error
Replies: 13
Views: 6541

OK. Where's the rest of your copybook?
by chulett
Fri Aug 15, 2014 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed length error
Replies: 13
Views: 6541

Bottom line is your metadata in the stage is not correct. That and the copybook and data example don't really seem to match. :?

Your LOAN NUMBER is "20005199394" and the STATUS is "C-O"? Doesn't seem correct.
by chulett
Fri Aug 15, 2014 11:52 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Dynamic where clause from another table
Replies: 1
Views: 4276

Parameters are bound in when the service is deployed, from what I recall. Of perhaps for one that is not 'always one' it could be when the service is spooled up. For the latter, you could look at building a values file and leveraging that. However, let's discuss the exact nature of this 'dynamic whe...
by chulett
Thu Aug 14, 2014 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not getting all field delimiters
Replies: 6
Views: 1675

That's a bit... odd. Have you contacted your official support provider?