Search found 53125 matches
- Thu Mar 31, 2005 2:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capturing warning messages in my sequencer
- Replies: 3
- Views: 1204
Set up another output link from the job activity. Trigger it for warnings. Invoke a Routine activity. Create a Routine that takes the job name as its argument and retrieves the warning message(s) from the job log (using DSGetNewestLogID and DSGetLogEntry functions and writes them to a text file. App...
- Thu Mar 31, 2005 1:58 am
- Forum: IBM QualityStage
- Topic: test the data
- Replies: 9
- Views: 6276
- Wed Mar 30, 2005 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CenturyBreakYear
- Replies: 2
- Views: 680
There is a configuration parameter called CENTURYPIVOT in the uvconfig file. There is documentation in there too, describing how different settings affect the way that two digit years in dates are handled. Remember/beware that if you change anything in uvconfig the change does not take effect until ...
- Wed Mar 30, 2005 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error with DRS Stage
- Replies: 6
- Views: 3879
- Wed Mar 30, 2005 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warnig message in parallel extender job
- Replies: 3
- Views: 1234
- Wed Mar 30, 2005 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: check that 'dbx' and 'sed' are installed and on your PATH
- Replies: 4
- Views: 4042
- Wed Mar 30, 2005 2:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 2 sequence daily job call a monthly job?
- Replies: 7
- Views: 2931
Create a job sequence that runs every day. It runs the two daily sequences using Job Activities. The OK triggers from these run through an All Sequencer to a Nested Condition or Routine activity that determines whether it's the last day of the month, and this may or may not trigger the end of month ...
- Wed Mar 30, 2005 2:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage
- Replies: 8
- Views: 2966
- Wed Mar 30, 2005 2:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SEETING UP PROJECT DEFAULTS
- Replies: 10
- Views: 4127
Set them up using the Administrator client. There is a command button for the project properties with Environment Variables as its caption. This is where you need to be to set up user-defined environment variables. When creating job parameters in server jobs, you can use the environment variable dir...
- Wed Mar 30, 2005 1:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors
- Replies: 6
- Views: 1321
- Wed Mar 30, 2005 1:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Numeric Validation
- Replies: 7
- Views: 1777
How about
Since it's a single-line expression, you can do it in a Transform or even as a directly coded expression within a Transformer stage (without "Ans =" of course).
Code: Select all
Ans = ((Arg1 = 2 Or Arg1 = 5) And (Arg2 >= 0)) Or (Arg2 > 0)Since it's a single-line expression, you can do it in a Transform or even as a directly coded expression within a Transformer stage (without "Ans =" of course).
- Wed Mar 30, 2005 1:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: EBCDIC to ASCII and back
- Replies: 7
- Views: 2547
- Wed Mar 30, 2005 1:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in setOutputFieldAsString()
- Replies: 5
- Views: 1657
- Tue Mar 29, 2005 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic function LOCATE
- Replies: 3
- Views: 1987
- Tue Mar 29, 2005 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Very slow updates vs. inserts
- Replies: 5
- Views: 2069