Search found 6797 matches
- Sun Jan 21, 2007 10:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
- Sun Jan 21, 2007 9:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
- Sun Jan 21, 2007 9:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
- Sun Jan 21, 2007 9:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
- Sun Jan 21, 2007 9:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator, Restricting count for individual group
- Replies: 23
- Views: 4062
- Sun Jan 21, 2007 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator, Restricting count for individual group
- Replies: 23
- Views: 4062
- Sun Jan 21, 2007 9:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
Nice to know, I did not know we had a way to find out "Who unlocked the job". I dont have access to Datastage right now, need to look into that feature. And in the DataStage admin, you can type LIST.READU to pull up the same info. Even that will give you a list of all the live/locked threads along ...
- Sun Jan 21, 2007 9:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
- Sun Jan 21, 2007 8:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
If a job was locked under your id, someone else cannot get rid of it. Only you have to go in with your id and unlock it. "Who unlocked the job" can also be determined in the present versions by going into the cleanup resources and bringing up current active threads. It will tell you the id right the...
- Sun Jan 21, 2007 8:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator, Restricting count for individual group
- Replies: 23
- Views: 4062
- Sun Jan 21, 2007 6:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator, Restricting count for individual group
- Replies: 23
- Views: 4062
- Sun Jan 21, 2007 5:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence status
- Replies: 4
- Views: 1504
- Sun Jan 21, 2007 1:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key using sequence ?
- Replies: 34
- Views: 13356
The output is in the form of a dynamic array with other contents in it. They are seperated by a field marker (@FM). We are only concerned with the contents of the first field. The first code in my previous post extracts everything before the first @FM. The second code extracts the contents of the fi...
- Sun Jan 21, 2007 12:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key using sequence ?
- Replies: 34
- Views: 13356
Inside the jobactivity, where your specifying $CommandOutput, provide the following
OR simply
Code: Select all
Field(Execute_Command_2.$CommandOutput,@FM,1)
OR simply
Code: Select all
Execute_Command_2.$CommandOutput<1>
- Sun Jan 21, 2007 11:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key using sequence ?
- Replies: 34
- Views: 13356