Search found 53125 matches
- Thu Feb 26, 2009 4:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server lookup returns only the first value
- Replies: 2
- Views: 1395
- Thu Feb 26, 2009 4:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Authentication for WSDL Using DataStage
- Replies: 4
- Views: 2373
- Thu Feb 26, 2009 4:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem while Importing datasteg jobs
- Replies: 7
- Views: 4309
- Wed Feb 25, 2009 10:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert date value into SQL Server datetime columm
- Replies: 31
- Views: 22296
- Wed Feb 25, 2009 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert date value into SQL Server datetime columm
- Replies: 31
- Views: 22296
- Wed Feb 25, 2009 8:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Project Creation date/time
- Replies: 14
- Views: 4837
On checking the manual, I found that field #18 is the date created when executed on Windows systems. Much of my recent work has been on Windows-based servers, hence my earlier advice. So how about executing ls -cl VOC and parsing the date out of that? Does your UNIX support the -c option (date creat...
- Wed Feb 25, 2009 8:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert date value into SQL Server datetime columm
- Replies: 31
- Views: 22296
- Wed Feb 25, 2009 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strip Chars at the end and not in middle
- Replies: 9
- Views: 3241
Server routine idea.
Test could be Until Ans Matches "0X1N"
Code: Select all
Ans = Arg1
Loop
While Ans Matches "0X1A"
Ans = Left(Ans, Len(Ans)-1)
Repeat- Wed Feb 25, 2009 6:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can identify invalid duplicates?
- Replies: 10
- Views: 2596
- Wed Feb 25, 2009 5:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Java Transformer problem with external jar
- Replies: 8
- Views: 3907
- Wed Feb 25, 2009 5:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Project Creation date/time
- Replies: 14
- Views: 4837
No, not in a query. Direct. ProjectName = @ACCOUNT You appear to be mightily confused, however. A report from the UV.ACCOUNT table will never be the number of VOC entries selected. What - precisely - are you trying to accomplish? A list of project names? Verifying the existence of a project called P...
- Wed Feb 25, 2009 5:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LIST.DICT
- Replies: 10
- Views: 3396
- Wed Feb 25, 2009 5:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSU.UtilityAbortToLog is not cataloged
- Replies: 2
- Views: 1807
- Wed Feb 25, 2009 5:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSU.UtilityAbortToLog is not cataloged
- Replies: 2
- Views: 1807
- Wed Feb 25, 2009 5:36 pm
- Forum: General
- Topic: how could i append "Date" to sequential file name
- Replies: 13
- Views: 7885