Search found 226 matches

by synsog
Fri Sep 24, 2010 2:53 am
Forum: General
Topic: Finding the List of DS jobs Consuming More CPU on the Server
Replies: 6
Views: 5635

Finding the List of DS jobs Consuming More CPU on the Server

Requirement : Try to find out the Running DS job , which is consuming more CPU On the DS Server. Method adopted to achive the Requirement: STEP-1: Try to get the CPU stats using VMSTATS command. If the cpu usage is grater than the Threshold limit(say 85%) based on the ouput from VMSTAT then STEP-2:...
by synsog
Thu Sep 23, 2010 7:54 am
Forum: General
Topic: How to find out the processes forked by a DS job thru Unix?
Replies: 11
Views: 4629

How to find out the processes forked by a DS job thru Unix?

Hi, We have a project requirement where we have to find out all the processes forked by a Datastage job and to check if any of those processes are utilizing excessive CPU or IO. This will be done with a shell script. Please help me out in finding a way in which we can - 1. List all the processes cre...
by synsog
Mon Sep 06, 2010 10:06 pm
Forum: General
Topic: How to populate NULL?
Replies: 1
Views: 1222

How to populate NULL?

Hi..

My column datatype is decimal. so can you please let me know how to populate null for that coumn. If i use setnull() then , all the 0 values are also populating as null.

Please reply


Thanks
by synsog
Mon Aug 09, 2010 8:12 am
Forum: General
Topic: Data Scrubbing in ETL
Replies: 11
Views: 5459

You'll probably spend more writing and testing your own data masking routines, test data management systems (you need to preserve relationships between tables) and control systems than you would to purchase Optim. Thanks Ray For your valuable time on this post. I will definatly work on this and wil...
by synsog
Mon Aug 09, 2010 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage is down
Replies: 8
Views: 4711

Re: DataStage is down

dr.murthy wrote:Hi,

can you just tel me if any one aware of the mean of datastage is down
When you say Datastage is dowm means dsrpc is not running.
Please run below command on Unix.

ps -ef |grep dsrpc

It would be great if you can send complete information on your issue.There is no point to confuse people.
by synsog
Mon Aug 09, 2010 7:59 am
Forum: General
Topic: can we do some parallel jobs & some sequence jobs in a
Replies: 2
Views: 875

Re: can we do some parallel jobs & some sequence jobs i

dssubhani wrote:can we do some parallel jobs & some sequence jobs in a project?
can you please elaborate your requirement more?
by synsog
Sun Aug 08, 2010 9:36 pm
Forum: General
Topic: Data Scrubbing in ETL
Replies: 11
Views: 5459

ray.wurlod wrote:My initial thought is that the Optim product from IBM does all this and more.
Thanks Ray for quick Turn Around !!!

I am in a process to Get Optim tool but thats my last option.
If there is anyway same thing i can do with Datastage then i don;t see to invest lot of Dollars on tool.
by synsog
Sun Aug 08, 2010 8:41 pm
Forum: General
Topic: Data Scrubbing in ETL
Replies: 11
Views: 5459

Please respond on this post!!! We must have our questions answered. Thanks Ray for eagerly waiting fo my answers !!! i thought that some one might have came across this requirement and they can understand my requirement but it was my mistake that i should give more information so people can underst...
by synsog
Sun Aug 08, 2010 7:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup File stage Doubt...
Replies: 4
Views: 5241

Re: Lookup File stage Doubt...

hi,

Did you go through the manual of Datastage for Looup file stage.
while doing a Lookup with lookup File stage it is very Important to define the Key Columns and if you won;t specify the key columns in other than filestage it will not give you output.
by synsog
Fri Aug 06, 2010 10:30 pm
Forum: General
Topic: Data Scrubbing in ETL
Replies: 11
Views: 5459

Re: Data Scrubbing in ETL

Please advice on this post !!!
by synsog
Fri Aug 06, 2010 11:12 am
Forum: General
Topic: Data Scrubbing in ETL
Replies: 11
Views: 5459

Data Scrubbing in ETL

HI Everyone, I am Looking to create a automated process where i want to bring real time Production data to QA environment after doing a data scrubbing on PII information. The main reason to perform above task will help Testing team to setup test data on QA env. Any idea on any function which i can u...
by synsog
Wed Aug 04, 2010 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 10
Views: 2674

Re: Null Handling

What Database you are using as target?
by synsog
Wed Aug 04, 2010 1:02 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Passing password parameter to DB2 Stage via Sequence
Replies: 8
Views: 9558

Shamshad, Thanks for great input. We just removed the password file and recreated the file and there you go....Jobs in production ran exactly as in QA. Thank You All once again. I have faced the same problem, could you please explain me what is the password file? since i have to ask my administrato...
by synsog
Mon Aug 02, 2010 9:16 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Profile Multiple Record type Mainframe File
Replies: 3
Views: 3194

No. You need to profile each record type separately. If there are fields that are common to different record types and you want to profile all of those, you need to assemble them into a single place, such as a temporary table. Thanks Ray for quick Reply!! Let say if i Maintain the reationship betwe...
by synsog
Mon Aug 02, 2010 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup and Normal Lookup
Replies: 3
Views: 2288

Re: Sparse Lookup and Normal Lookup

Hi What is the difference between Sparse Lookup and Normal Lookup? When you have large amount of data comming from source its better to use normal lookup and if you are having incremental comming better go for sparse so that the performance will be good and when you use sparse look up use ORCHESTRA...