Search found 53125 matches
- Tue Mar 08, 2011 4:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer and Timestamp
- Replies: 1
- Views: 947
- Tue Mar 08, 2011 4:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What are the active and passive stages in data stage?
- Replies: 4
- Views: 2383
- Tue Mar 08, 2011 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: AIX vs Win environment?
- Replies: 4
- Views: 1756
- Tue Mar 08, 2011 4:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversion
- Replies: 15
- Views: 7976
- Tue Mar 08, 2011 4:46 am
- Forum: General
- Topic: Jobstatus parameter in Transformer
- Replies: 3
- Views: 2810
- Mon Mar 07, 2011 10:30 pm
- Forum: General
- Topic: How to Alter User defined variables within a sequence
- Replies: 10
- Views: 11530
Can you cite this reference? Have you challenged IBM with it? I can certainly see how it can be done with a user-defined STAGE variable, but not with a User Variables activity. Unless, of course, the User Variables activity invoked a function such as the one I supplied, or one of the key management ...
- Mon Mar 07, 2011 10:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date in file name : Logic to abort.
- Replies: 10
- Views: 2843
- Mon Mar 07, 2011 9:44 pm
- Forum: General
- Topic: How to Alter User defined variables within a sequence
- Replies: 10
- Views: 11530
- Mon Mar 07, 2011 9:39 pm
- Forum: General
- Topic: How to Alter User defined variables within a sequence
- Replies: 10
- Views: 11530
No, there's no bug, it's doing precisely what you ask. Look at it in BASIC code:
y can only ever be x + 1, and x is unchanging.
Now answer my question about it being a counted loop or not.
Code: Select all
x = 1
Loop
While some_condition
y = x + 1
RepeatNow answer my question about it being a counted loop or not.
- Mon Mar 07, 2011 9:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date in file name : Logic to abort.
- Replies: 10
- Views: 2843
- Mon Mar 07, 2011 8:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector Stage Parameter Issue
- Replies: 6
- Views: 4244
- Mon Mar 07, 2011 8:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date in file name : Logic to abort.
- Replies: 10
- Views: 2843
Constrain the output from the Transformer stage such that the incoming date field is equal to the parameter value. Create an extra output from the Transformer stage. Mark this as Otherwise/Log and set a row limit on it of 1. The first mismatch will cause your job to abort. I really don't like writin...
- Mon Mar 07, 2011 8:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date in file name : Logic to abort.
- Replies: 10
- Views: 2843
- Mon Mar 07, 2011 8:20 pm
- Forum: General
- Topic: Command for reseting jobs if required and the execute
- Replies: 4
- Views: 1813
- Mon Mar 07, 2011 8:17 pm
- Forum: General
- Topic: Problem using commands for controlling Datastage Jobs
- Replies: 7
- Views: 3551