Index(InLink.TheString, ".", 1) will return 0 if there is no "." and a positive number if there is.
(InLink.TheString Matches "1N0N" : @VM : "1N0N'.'0N") will test for unsigned numeric formats.
Search found 53125 matches
- Thu Apr 30, 2009 12:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to check the number format
- Replies: 2
- Views: 1174
- Wed Apr 29, 2009 10:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while using external source in windows..
- Replies: 5
- Views: 2043
- Wed Apr 29, 2009 9:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff b/w unique and stable sort
- Replies: 9
- Views: 3931
- Wed Apr 29, 2009 8:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting text to First Letter Capitalisation
- Replies: 19
- Views: 16850
- Wed Apr 29, 2009 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: system cached hash files for realtime EDW solution
- Replies: 1
- Views: 1195
They are not supported in parallel jobs because the hashing algorithms are buried deep within the DataStage server engine, which is not necessarily accessible from every node on which a parallel job may be executing. System cached won't make any difference if only one job is accessing the hashed fil...
- Wed Apr 29, 2009 5:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while using external source in windows..
- Replies: 5
- Views: 2043
MKS Toolkit expects UNIX pathnames. UNIX pathnames don't have drive letters. Also forward slash must be used as the pathname delimiter.
Code: Select all
cat "/Documents and Settings/Administrator/sam.xml" | tr -d '\n\'- Wed Apr 29, 2009 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff b/w unique and stable sort
- Replies: 9
- Views: 3931
- Wed Apr 29, 2009 5:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting text to First Letter Capitalisation
- Replies: 19
- Views: 16850
- Wed Apr 29, 2009 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: enabling runtime load limit in administrator
- Replies: 1
- Views: 947
- Wed Apr 29, 2009 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fileset Utilities
- Replies: 3
- Views: 1507
- Wed Apr 29, 2009 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting error compiling transformer in PX Job
- Replies: 9
- Views: 2902
- Wed Apr 29, 2009 5:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during web services Installation
- Replies: 2
- Views: 1088
- Wed Apr 29, 2009 5:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during web services Installation
- Replies: 2
- Views: 1088
- Wed Apr 29, 2009 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job design-question
- Replies: 31
- Views: 4631
That's why the webinar "Files in DataStage Job Sequences" was produced.
Go to http://www.dsxchange.net/webinar_training.html for more information.
Go to http://www.dsxchange.net/webinar_training.html for more information.
- Wed Apr 29, 2009 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job unstop problem ---v8.1 serverjob
- Replies: 1
- Views: 821
Welcome aboard. Open the job in Monitor (Director client, select job, choose New Monitor from Tools menu) and determine whether the stages have finished. Does the job have an after-job subroutine? Can you access Cleanup Resources from Job menu in Director? If so, can you find the process(es) associa...