Since you're on version 5, there are other techniques available in later versions - such as user variables - that aren't available to you.
Search found 53125 matches
- Tue Apr 04, 2006 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer
- Replies: 14
- Views: 4929
- Tue Apr 04, 2006 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table Definitions
- Replies: 1
- Views: 753
- Tue Apr 04, 2006 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I want to change default of DS_Link to some number
- Replies: 1
- Views: 937
The numeric part of stage and link names purely reflects the order in which they are added to the design canvas. The format of this number is embedded within the DataStage source code (which you don't have, and is therefore not negotiable). As for default database and table name, the only sensible d...
- Tue Apr 04, 2006 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIGetNext call to SQLFetch failed
- Replies: 16
- Views: 6455
That you can import table definitions and view data tells you that the DSN is properly configured. The question then is why SQL Server is refusing to deliver - is it the second row of the query? Does some external activity prevent the cursor from being advanced? Can you run the SELECT statement used...
- Tue Apr 04, 2006 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stage variables
- Replies: 19
- Views: 4625
An approach using stage variables may be found here
- Tue Apr 04, 2006 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error while opening a job
- Replies: 11
- Views: 2677
- Tue Apr 04, 2006 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: $ char in my oracle user id/schema
- Replies: 4
- Views: 1002
- Tue Apr 04, 2006 3:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recieves 81002 error after new client install
- Replies: 9
- Views: 6633
- Tue Apr 04, 2006 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Add Months In DataStage
- Replies: 5
- Views: 12175
If you've already got months and counter, then assuming months + counter can never be less than 1 or more than 24. All data types are uint8 or a larger or signed integer.
Code: Select all
If (months + counter > 12) Then months + counter - 12 Else months + counter - Tue Apr 04, 2006 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Operations in Parallel routine
- Replies: 9
- Views: 2106
- Tue Apr 04, 2006 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to expire the old record
- Replies: 1
- Views: 950
- Tue Apr 04, 2006 2:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: teradata stage view data error
- Replies: 9
- Views: 3599
- Tue Apr 04, 2006 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while processing large number of records
- Replies: 4
- Views: 3147
- Tue Apr 04, 2006 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rejects for a column export
- Replies: 1
- Views: 580
- Tue Apr 04, 2006 2:27 pm
- Forum: IBM QualityStage
- Topic: dynamic pattern action lang code
- Replies: 2
- Views: 1508