Search found 42189 matches

by chulett
Thu Jan 16, 2014 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column order logic clarification
Replies: 10
Views: 2539

I'd have a serious chat with whomever is generating that file for you, that sounds completely... nonsensical. Can you post a real example of the file so we can get some idea if the contents can be used to determine which target column they belong to?

And no, I don't see RCP as an option here.
by chulett
Thu Jan 16, 2014 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of aggregator stage to sum columns value
Replies: 6
Views: 2871

Not really sure how the transformer solution would be cumbersome. All you seem to be doing is putting a new column on the output link and adding up the other three. Yes? :?
by chulett
Thu Jan 16, 2014 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load a packed decimal field from an EBCIDIC file
Replies: 4
Views: 1884

What have you tried so far? What issues have you faced? Are you using the CFF stage to read the file?
by chulett
Thu Jan 16, 2014 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Locking in Oracle
Replies: 5
Views: 1944

They're asking if there will be a locking issue in this scenario, not looking for a way to lock the table. The answer is no, you'll be fine.
by chulett
Thu Jan 16, 2014 8:17 am
Forum: General
Topic: Sequential files written to the Datastage Project Directory
Replies: 6
Views: 1191

Re: Sequential files written to the Datastage Project Direct

What can we do ? Must we make all the project directories read only ? Do that and nothing will work. You need to ensure that all files are fully pathed, as in from root. It's not enough to specify 'a directory' as any relative path will still be relative to the active project. To me this is both a ...
by chulett
Thu Jan 16, 2014 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01555: snapshot too old
Replies: 1
Views: 1764

This has nothing to do with DataStage, in case you were wondering. While you could search online for that Oracle error, I'd suggest having a chat with your DBA for an explanation as to what is going on. They may be able to increase the amount of 'rollback' on the instance or ask you to run the job a...
by chulett
Wed Jan 15, 2014 10:28 pm
Forum: General
Topic: Consideration while Creating cluster index-SQL Server 2008
Replies: 1
Views: 741

That sounds to me like a conversation you should be having with your DBA.
by chulett
Tue Jan 14, 2014 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe CopyBook question
Replies: 9
Views: 2974

No, that's perfectly valid. The former shows that the field has an explicit decimal point while the latter is for an implied one. Perhaps DataStage doesn't like it but it is perfectly valid.
by chulett
Tue Jan 14, 2014 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe CopyBook question
Replies: 9
Views: 2974

Here's the other conversation, not sure how much help it will be however.

viewtopic.php?t=151383
by chulett
Tue Jan 14, 2014 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe CopyBook question
Replies: 9
Views: 2974

OK... been quite some time since I've had any hands-on time with COBOL, for whatever reason that just looked wrong to me. Guess not. :( However, I do think there was some recent discussions that the importer doesn't like the "-" syntax but the "S" one should be fine. Let me see i...
by chulett
Tue Jan 14, 2014 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe CopyBook question
Replies: 9
Views: 2974

Do your examples actually have two 'dots' in each of them? I'm assuming the trailing one is the issue if those are accurate.
by chulett
Tue Jan 14, 2014 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Configuration
Replies: 8
Views: 4060

As already noted, if you have both Oracle "lib" and "lib32" directories, switch to "lib32" for your LIBPATH and see if that fixes it.
by chulett
Mon Jan 13, 2014 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract Date and Time from TimeStamp Column
Replies: 4
Views: 3858

Yes. Only use a 'generic' function when there isn't a specific / dedicated one for the task.
by chulett
Mon Jan 13, 2014 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract Date and Time from TimeStamp Column
Replies: 4
Views: 3858

Can't check right now but I seem to recall a 'date from timestamp' function as well as a 'time from timestamp' one.
by chulett
Mon Jan 13, 2014 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage to mimic Transformer TRIM() function
Replies: 7
Views: 3220

I checked my 8.5 documentation and string_trim() is the only one I could find, none of the ones you listed show up for the Modify stage.