Search found 42189 matches

by chulett
Wed Mar 25, 2009 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Inserts
Replies: 21
Views: 4932

Zero.
by chulett
Wed Mar 25, 2009 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to wait for and process multiple and changing name file
Replies: 7
Views: 5152

You'll need to create a script for that as the WaitForFile stage does not support wildcards. The 'smaller id first' part is just a matter of ordering the list you process properly.
by chulett
Wed Mar 25, 2009 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Inserts
Replies: 21
Views: 4932

Well, that "load" option invokes sqlldr, so unless you can force it to do a conventional (DIRECT=FALSE) load you won't have any control over commits. If you've screened out any non-inserts then UPSERT may be an option as there are environment variables to control commits there.
by chulett
Wed Mar 25, 2009 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Inserts
Replies: 21
Views: 4932

It other words, do a lookup against the target table and only load those where the lookup fails.
by chulett
Wed Mar 25, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure fails with incorrect SET options
Replies: 10
Views: 3258

That's not what was asked. Where/how exactly are you calling this stored procedure?
by chulett
Wed Mar 25, 2009 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple files based on number
Replies: 9
Views: 3113

Actually, just the "split" command since the requirement is by row count. There's no need for the "context split" capability (based on file contents) that the csplit command brings to the table.
by chulett
Wed Mar 25, 2009 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting the Data from XML File
Replies: 17
Views: 7413

Hmmm... the External Source stage should be passing the file/pathname to the XML Input stage and the XML stage should be the one "reading" the file. What is yours doing, exactly? :?
by chulett
Wed Mar 25, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple files based on number
Replies: 9
Views: 3113

If you go that route, the UNIX command "split" can be used to chunk up the full file into smaller files and then you may need to loop through the results and rename the files unless you can live with the naming convention the command uses.
by chulett
Wed Mar 25, 2009 7:52 am
Forum: General
Topic: Login into datastage
Replies: 6
Views: 1646

Does "installed the datastage" mean both the client and the server? Or just the client? :?
by chulett
Wed Mar 25, 2009 7:50 am
Forum: General
Topic: DSADM permissions
Replies: 7
Views: 3043

I don't see how. And if anyone wants to help with the 'unable to save' issue, there's already a thread open for that:

viewtopic.php?t=125964
by chulett
Tue Mar 24, 2009 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database stage for Oracle 9i Database
Replies: 2
Views: 1093

Moderator please move to the Server forum.
by chulett
Tue Mar 24, 2009 7:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database stage for Oracle 9i Database
Replies: 2
Views: 1093

The OCI stage is definitely compatible with 9i and the OCI8 stage could interface with 9i via an 8i client. The 'dynamic' part of the DRS stage is the pro here with the ? parameter markers being the con. IMHO.
by chulett
Tue Mar 24, 2009 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file doubt in Datastage
Replies: 3
Views: 4656

Signal = sign, yes?
by chulett
Tue Mar 24, 2009 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GetLinkCount error.
Replies: 4
Views: 2230

That "50" is your count. Your first 'case' statement needs to be corrected, as you only declare the function call good if it returns a zero:

Case Temp = DSJE.NOERROR
Ans = Temp