Search found 53125 matches
- Mon Nov 07, 2011 2:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding Similar records & assigning Groups
- Replies: 24
- Views: 8656
- Mon Nov 07, 2011 2:47 am
- Forum: General
- Topic: Background information about a job
- Replies: 12
- Views: 3027
- Sun Nov 06, 2011 9:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding Similar records & assigning Groups
- Replies: 24
- Views: 8656
What IS it giving you? Are you deriving GroupID as ?
Code: Select all
"G" : StageVar- Sun Nov 06, 2011 7:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding Similar records & assigning Groups
- Replies: 24
- Views: 8656
- Sun Nov 06, 2011 6:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding Similar records & assigning Groups
- Replies: 24
- Views: 8656
- Sun Nov 06, 2011 6:21 pm
- Forum: General
- Topic: Background information about a job
- Replies: 12
- Views: 3027
Code: Select all
DSAttachJob()
DSGetJobInfo() ;* check status is DSJS.RUNNING
DSStopJob() ;* issue stop request
DSDetachJob()- Sun Nov 06, 2011 11:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run time variance between Dev and Prod servers
- Replies: 6
- Views: 2077
That will depend on your operating system. You need to identify the number of CPU cores and the speed at which they operate, the amount of RAM, the amount of swap space, the amount of free disk space, the throughput capacity of your I/O systems, the speed of your network, and any other resources tha...
- Sun Nov 06, 2011 11:42 am
- Forum: General
- Topic: Background information about a job
- Replies: 12
- Views: 3027
- Sun Nov 06, 2011 11:40 am
- Forum: General
- Topic: Unlocking a job via another job
- Replies: 36
- Views: 9218
- Sun Nov 06, 2011 1:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run time variance between Dev and Prod servers
- Replies: 6
- Views: 2077
- Sat Nov 05, 2011 3:04 pm
- Forum: General
- Topic: Unlocking a job via another job
- Replies: 36
- Views: 9218
Variable named Pos will contain a delimited string. You can use the Field() function to parse it, or you can use dynamic array notation. The delimiter character is a value mark (@VM). So, to get the third value, you could use Field(Pos, @VM, 3, 1) or Pos<1,3> or Pos[@VM,3,1] or Extract(Pos,1,3,0) (t...
- Sat Nov 05, 2011 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Ouput Reject Records from DB2 Connector to Flat File
- Replies: 18
- Views: 12276
- Sat Nov 05, 2011 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run time variance between Dev and Prod servers
- Replies: 6
- Views: 2077
- Sat Nov 05, 2011 5:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage requirements
- Replies: 8
- Views: 5111
- Sat Nov 05, 2011 5:56 am
- Forum: General
- Topic: Installation Issue
- Replies: 3
- Views: 1129