Search found 5168 matches
- Tue Jan 09, 2007 4:08 pm
- Forum: General
- Topic: What is Rss & Invocation id?
- Replies: 6
- Views: 2145
- Tue Jan 09, 2007 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MF syntaxing for aliasing
- Replies: 12
- Views: 3294
- Tue Jan 09, 2007 6:33 am
- Forum: General
- Topic: Datastage Version Control
- Replies: 14
- Views: 5666
- Tue Jan 09, 2007 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MF syntaxing for aliasing
- Replies: 12
- Views: 3294
- Tue Jan 09, 2007 6:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove all Non-Unique records
- Replies: 14
- Views: 6547
If the duplicates are less in numbers, If performance is only criteria i would suggest, use KeyChangeCol and filter those rows into a seperate file. And later delete the rows for which the key are available in the rejected file. Which will be less in numbers. For simple construction, opt first appro...
- Tue Jan 09, 2007 6:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Client ip or name on which DS client is opened
- Replies: 15
- Views: 3258
- Tue Jan 09, 2007 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage PX training materail
- Replies: 11
- Views: 4832
- Tue Jan 09, 2007 6:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle procedures and functions usage in DS
- Replies: 3
- Views: 1542
- Tue Jan 09, 2007 6:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read Only Jobs
- Replies: 7
- Views: 2233
Protected and Readonly are different parameters. If you have promoted your jobs form Version control as Readonly mode you might get this effect. You can reimport with Non readonly mode. Alternativly you can execute the follwing command in the Command option available in Datastage administrator UPDAT...
- Tue Jan 09, 2007 5:58 am
- Forum: General
- Topic: Datastage Version Control
- Replies: 14
- Views: 5666
Well search will give you full details.
From the Command option available in Adminstrator use
From the Command option available in Adminstrator use
Code: Select all
DS.REINDEX ALL- Tue Jan 09, 2007 5:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage PX training materail
- Replies: 11
- Views: 4832
- Tue Jan 09, 2007 5:43 am
- Forum: General
- Topic: What is Rss & Invocation id?
- Replies: 6
- Views: 2145
Search on these topic will result large number of posts. A unique id that need required to run the multiple instance job parallel. Say for example if you pass INV1 as invocation id to a job JOB1, you can find a seperate entry for a JOB1.INV1 in datastge director. Using Batch jobs you can call the ot...
- Tue Jan 09, 2007 5:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Job hangs for a while and then aborts
- Replies: 10
- Views: 2196
- Tue Jan 09, 2007 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unique Sequence Number Generation In DataStage
- Replies: 11
- Views: 12843
There are many ways to do this. Surrogate key gen can be used. Manual key can also be generated using @INROWNUM/@OUTROWNUM function. For the second requirement, you can additionally do a Max(Key) from the target and assign to a file or to a UserStaus. And pass it as a parameter to the next job. You ...
- Tue Jan 09, 2007 4:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORCHESTRATE step execution terminating due to SIGINT
- Replies: 2
- Views: 16307