Search found 53125 matches
- Mon May 25, 2009 10:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_loadlibrary: error in dlopen - Dynamic Error
- Replies: 1
- Views: 1089
- Mon May 25, 2009 10:50 pm
- Forum: General
- Topic: cannot run the parallel job?
- Replies: 1
- Views: 1163
- Mon May 25, 2009 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with picking the right record - sort output
- Replies: 1
- Views: 849
- Mon May 25, 2009 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: need help for Resource Disk & Scratch Disk Spaces
- Replies: 6
- Views: 2335
- Mon May 25, 2009 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TRNSFORMER COMPILATION IN DATASTAGE7.5x2
- Replies: 14
- Views: 4331
- Mon May 25, 2009 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: excel extract
- Replies: 8
- Views: 1776
- Mon May 25, 2009 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKSequences in DS 8
- Replies: 5
- Views: 1783
- Mon May 25, 2009 3:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLinkMetaData
- Replies: 12
- Views: 6019
No, I just happened to need to use the routine this week (on 8.0.1). Created a generic routine to retrieve a link row count. FUNCTION GetColumnHeadings(aJobName, aLinkName) DEFFUN DSGetLinkMetaData(TheJobName, TheStageName, TheLinkName) ***************************************************************...
- Mon May 25, 2009 3:42 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Redbook - SOA Solutions Using IIS
- Replies: 9
- Views: 5226
- Mon May 25, 2009 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lengthy Startup time and short run time
- Replies: 7
- Views: 3302
- Mon May 25, 2009 5:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Web Service operation
- Replies: 5
- Views: 1566
- Mon May 25, 2009 5:04 am
- Forum: General
- Topic: Loop condition
- Replies: 6
- Views: 1521
- Mon May 25, 2009 12:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLinkMetaData
- Replies: 12
- Views: 6019
- Mon May 25, 2009 12:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I get column information on a link with a routine
- Replies: 4
- Views: 1732
- Mon May 25, 2009 12:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to call week day from month function in JOB SEQUENCER
- Replies: 2
- Views: 1013
Welcome aboard. What you seek to do is cumbersome in the extreme, would involve setting up GCI definitions for the function. You really don't want to go there. A much easier approach - given that you're in a server routine - would be to apply the Oconv() function to the internal form of the data, wi...