My Computer / Properties... you'll find an Environment Variables setting there, under the Advanced tab I do believe. Update it there.
(confirmed)
Search found 42189 matches
- Mon Jun 06, 2011 6:15 am
- Forum: General
- Topic: datastage job not getting called through batch file
- Replies: 11
- Views: 5247
- Mon Jun 06, 2011 6:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IN operator in DATASTAGE
- Replies: 8
- Views: 7079
- Mon Jun 06, 2011 5:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IN operator in DATASTAGE
- Replies: 8
- Views: 7079
- Mon Jun 06, 2011 5:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle stored procedure
- Replies: 3
- Views: 1164
- Mon Jun 06, 2011 5:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage job error
- Replies: 12
- Views: 3619
- Mon Jun 06, 2011 5:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Identifying records with special characters
- Replies: 9
- Views: 2612
- Mon Jun 06, 2011 5:36 am
- Forum: General
- Topic: Exporting PROJECT in XML format
- Replies: 14
- Views: 4897
- Sun Jun 05, 2011 9:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Addr family not supported by proto family
- Replies: 3
- Views: 1548
- Sun Jun 05, 2011 7:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Addr family not supported by proto family
- Replies: 3
- Views: 1548
What flavor of Windows, a supported one? The only other post here that mentions your error only had the problem in Vista.
- Sun Jun 05, 2011 12:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Identifying records with special characters
- Replies: 9
- Views: 2612
- Sun Jun 05, 2011 12:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Identifying records with special characters
- Replies: 9
- Views: 2612
You can use the Convert() function:
If the result of that is not an empty string, it has at least one of your "special" characters in it.
Code: Select all
Convert("ABCDEFGHIJKLMNOPQRSTUVWXZY 0123456789","",Upcase(YourColumn))- Sat Jun 04, 2011 11:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Identifying records with special characters
- Replies: 9
- Views: 2612
- Sat Jun 04, 2011 11:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data insert issue
- Replies: 4
- Views: 1809
- Sat Jun 04, 2011 8:30 am
- Forum: General
- Topic: Infosphere Datastage 8.5 Scheduler service.
- Replies: 3
- Views: 2155
- Sat Jun 04, 2011 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: read multiple files using sequential file,
- Replies: 2
- Views: 2260
Which part is unclear? Always best to ask specific questions. First ensure you can read multiple files, have you tried using the File Pattern yet? Also there is an option in the stage to add the filename as a field, enable that. That way you can check the value in a transformer to decide how to popu...