Search found 53125 matches
- Tue Jun 30, 2009 1:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HOw to group by in datastage?
- Replies: 6
- Views: 8802
- Tue Jun 30, 2009 1:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Update Environemt Variables
- Replies: 17
- Views: 5266
- Tue Jun 30, 2009 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing Routines.
- Replies: 5
- Views: 1265
- Tue Jun 30, 2009 1:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CREATING USER ROLE(Credentials) / ADDING USERS
- Replies: 1
- Views: 804
- Tue Jun 30, 2009 1:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looping with different parameters in a sequencer
- Replies: 8
- Views: 1654
- Mon Jun 29, 2009 11:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Update Environemt Variables
- Replies: 17
- Views: 5266
The fix to your parallel routine is trivial - you declared the function DSSetEnvVar to return an int result, but you never actually invoked the function. There is no function for setting an environment variable from DataStage BASIC, but you can execute the TCL command ENV SET name=value or an equiva...
- Mon Jun 29, 2009 11:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
- Replies: 14
- Views: 5366
- Mon Jun 29, 2009 7:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join returns wrong result with Partitioning
- Replies: 14
- Views: 3528
- Mon Jun 29, 2009 5:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Parameter from table
- Replies: 16
- Views: 4382
IN the server job you will need an interlude function to the DSSetUserStatus() routine.
Code: Select all
FUNCTION UpdateUserStatus(Arg1)
Call DSSetUserStatus(Arg1)
Ans = Arg1
RETURN(Ans)- Mon Jun 29, 2009 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mutiple Instance Invocation ID
- Replies: 24
- Views: 15929
- Mon Jun 29, 2009 5:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: looking for an easy way to get Decimal into string in reques
- Replies: 3
- Views: 1481
- Mon Jun 29, 2009 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Update Environemt Variables
- Replies: 17
- Views: 5266
- Mon Jun 29, 2009 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while reading environment variable
- Replies: 13
- Views: 4419
- Mon Jun 29, 2009 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OCI PLUG IN
- Replies: 9
- Views: 1753
- Mon Jun 29, 2009 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating New Project
- Replies: 5
- Views: 1540