Search found 53125 matches
- Fri Aug 28, 2015 3:07 pm
- Forum: General
- Topic: How to handle multi-page Web Service requests
- Replies: 15
- Views: 5114
- Fri Aug 28, 2015 4:16 am
- Forum: General
- Topic: First Scheduled job does not run
- Replies: 26
- Views: 9006
- Thu Aug 27, 2015 3:22 pm
- Forum: General
- Topic: Import a single job from Infosphere Manager
- Replies: 6
- Views: 1451
- Thu Aug 27, 2015 3:20 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: IA
- Replies: 1
- Views: 3006
- Wed Aug 26, 2015 6:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stage Variables Logic to check for a specific pattern
- Replies: 3
- Views: 1245
- Wed Aug 26, 2015 6:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Return values if they have a space ' ' ELSE don't return it
- Replies: 10
- Views: 3409
This really only needs to be an output link constraint expression in a Transformer stage. There is no need for If..Then..Else.
Code: Select all
Index(lnk_Cast.BASEBALL, " ", 1) > 0- Wed Aug 26, 2015 5:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advance Tab : Warning: No Configuration file set
- Replies: 2
- Views: 1344
- Wed Aug 26, 2015 5:32 pm
- Forum: General
- Topic: InfoSphere 11.3.x Engine Tier Installation Issue
- Replies: 4
- Views: 3632
- Wed Aug 26, 2015 5:30 pm
- Forum: General
- Topic: DataStage Users & their role from XMETA
- Replies: 11
- Views: 9288
- Tue Aug 25, 2015 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel routines - Bestway to convert strings to char*
- Replies: 2
- Views: 1060
- Mon Aug 24, 2015 5:55 pm
- Forum: General
- Topic: DataStage API
- Replies: 10
- Views: 4511
- Mon Aug 24, 2015 5:52 pm
- Forum: General
- Topic: Fetching userstatus from commandline whilst detecting abort?
- Replies: 6
- Views: 2609
Yes, that will work. Fewer resources might be used by
(assuming there are no ":" characters in the user status value.
Code: Select all
dsjob -jobinfo project jobname | grep 'User Status:' | cut -d: -f2- Sun Aug 23, 2015 6:27 pm
- Forum: General
- Topic: Setup an Active-Passive HA Engine
- Replies: 2
- Views: 1239
- Thu Aug 20, 2015 8:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is there a way to force a column to be SQL type of Unicode?
- Replies: 9
- Views: 2051
- Thu Aug 20, 2015 8:35 pm
- Forum: General
- Topic: DS 11.3 Windows AD Authentication
- Replies: 3
- Views: 1878
Once LDAP authentication has been configured, all of the administrative facilities around users and groups in the web console for Information Server will use the LDAP-connected user registry. That is, you assign Information Server suite and product roles to AD users or groups. Similarly, when config...