Search found 53125 matches
- Tue Apr 05, 2011 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Setup - Empty DSN: list returned from host
- Replies: 16
- Views: 13876
- Tue Apr 05, 2011 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: read_fixedwidth() error
- Replies: 5
- Views: 2842
- Tue Apr 05, 2011 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accomodating Date data in the format YYYYDDMM
- Replies: 8
- Views: 2381
- Tue Apr 05, 2011 3:34 pm
- Forum: General
- Topic: Passing environmetal variable dynamically
- Replies: 6
- Views: 2937
- Tue Apr 05, 2011 3:31 pm
- Forum: General
- Topic: write to a file based on job status
- Replies: 8
- Views: 2928
- Tue Apr 05, 2011 3:29 pm
- Forum: IBM QualityStage
- Topic: Sequential file dropping records
- Replies: 2
- Views: 1331
- Tue Apr 05, 2011 4:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import warning
- Replies: 4
- Views: 1985
- Tue Apr 05, 2011 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem writing multiple columns to MQ Connector in DS 8.5
- Replies: 9
- Views: 6783
- Tue Apr 05, 2011 4:50 am
- Forum: General
- Topic: Sequential file limt
- Replies: 2
- Views: 1522
- Tue Apr 05, 2011 2:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read only integer value records from a table.
- Replies: 2
- Views: 1169
Use Matches operator in a constraint expression.
If you might need signed integers, extend the pattern.
Code: Select all
InLink.TheValue Matches "1N0N"Code: Select all
InLink.TheValue Matches "1N0N" : @VM : "'-'1N0N" : @VM : "'+'1N0N"- Tue Apr 05, 2011 2:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accomodating Date data in the format YYYYDDMM
- Replies: 8
- Views: 2381
- Tue Apr 05, 2011 2:25 am
- Forum: General
- Topic: How to improve
- Replies: 1
- Views: 995
- Tue Apr 05, 2011 12:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: isnull function
- Replies: 8
- Views: 4852
Did you build the stage variable expression using the expression editor (selecting operands and operators from menus) or manually?
Incidentally, a sufficient expression would be
Boolean expressions return 1 for "true" and 0 for "false".
Incidentally, a sufficient expression would be
Code: Select all
IsNull(Lnk.A)- Tue Apr 05, 2011 12:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file with 0 records has size more than 300 mb
- Replies: 6
- Views: 1957
- Tue Apr 05, 2011 12:09 am
- Forum: General
- Topic: Datastage on UNIX vs DataStage on Windows
- Replies: 3
- Views: 4349
DataStage is almost identical from a user's perspective - the differences are minor, such as no SQL Server Enterprise stage on UNIX platforms (no surprise there). As Vincent noted, it's mainly going to be about your in-house skill sets and whether you need to access things like Excel without having ...