Search found 27 matches

by akash_nitj
Wed Feb 09, 2005 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom process created by server
Replies: 5
Views: 9952

It is a unix process created by user dsadm

Akash, which phantom do you mean? If you do a "ps -ef | grep ds" you will see a number of processes, "dsapi_slave", "dscs", "dsrpcd" and a lock_daemon (I think). Since you refer to a phantom, I am assuming that you are looking at the Universe level, and a Pha...
by akash_nitj
Wed Feb 09, 2005 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom process created by server
Replies: 5
Views: 9952

Phantom process created by server

Hi All
What is this phantom process created by datastage. Why it is created ?

Regards
akash
by akash_nitj
Tue Feb 08, 2005 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove duplicate & capture removed records in fil
Replies: 1
Views: 1756

How to remove duplicate & capture removed records in fil

Hi Techies
Is it possible in some way in datastage where we reject the duplicate records and also capture the duplicate records in some file

Remove Duplicate stage doesn't have a reject link??

Any other easy way out.....
TIA
akash
by akash_nitj
Mon Feb 07, 2005 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is advantage of taking data from table into hash file?
Replies: 2
Views: 1746

What is advantage of taking data from table into hash file?

Hi All
What is the advantage of getting all the data of from table into hash file and then using the output of this hash file as input to some other stage such that data fetched from table varies with each record

TIA
akash
by akash_nitj
Mon Feb 07, 2005 2:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to do Date Comparison in server job
Replies: 3
Views: 3456

How to do Date Comparison in server job

Hi All
How can i do date comparison in the server job in the transformer.
TIA
Akash
by akash_nitj
Tue Feb 01, 2005 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One physical file as lookup file and also output of job?????
Replies: 2
Views: 1923

One physical file as lookup file and also output of job?????

Hello Guys
Is it possible in datastage wherein i have a one physical file ( say dataset) which is used as lookup file in a job and in the same job we are doing some write operation in same dataset. Will there be any data quality issues in this front ?

TIA
akash
by akash_nitj
Tue Jan 25, 2005 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to change job parameter based on each record
Replies: 3
Views: 2351

Is it possible to change job parameter based on each record

Hi Is it possible wherein we can change the job parameter based upon each of the input record. To be more specific i have scenario wherein i want to do join of input A with input B. For each record in the input A i need to fire specific query to fetch records for B, which i will then be use for join...
by akash_nitj
Mon Jan 24, 2005 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we have mulitple rejects pointing to same physical file
Replies: 5
Views: 2466

Can we have mulitple rejects pointing to same physical file

Hi Techno's
Is it possible to have a single physical file for the mulitple reject links in a Parallel Job. If yes any limitations on its use ?

TIA
Akash
by akash_nitj
Tue Dec 14, 2004 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we change value of job parameters in the job?If yes how?
Replies: 3
Views: 2575

Can we change value of job parameters in the job?If yes how?

Can we change value of job parameters in the job?


Kindly give a example if possible ?

regards
akash
by akash_nitj
Thu Dec 09, 2004 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running and debuging jobs through console (Advise needed)
Replies: 1
Views: 1449

Running and debuging jobs through console (Advise needed)

Hi I have a problem here at my end wherein i can create the jobs through designer(PX 7.1) but running of job is giving me memory core dump error. But the jobs are running perfectly from the backend using osh command. Is it advisable to do the development following this approach as i suppose debuggin...
by akash_nitj
Mon Dec 06, 2004 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender data flow
Replies: 1
Views: 1982

Parallel Extender data flow

Hi Datascions, I have query regarding how px internally process the records. My query is based upon the following design : 1. You read a input from a table having three coloumns ( table definition : command_type, timestamp, data ) 2. Input is presorted based upon timestamp value 3. Then you have tra...
by akash_nitj
Sun Dec 05, 2004 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query Regarding how PX 7.1 process records
Replies: 1
Views: 1437

Query Regarding how PX 7.1 process records

Hi Datascions, I have query regarding how px internally process the records. My query is based upon the following design : 1. You read a input from a table having three coloumns ( table definition : command_type, timestamp, data ) 2. Input is presorted based upon timestamp value 3. Then you have tra...
by akash_nitj
Thu Dec 02, 2004 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read timestamp in "2004-01-01 12:12:12.112"
Replies: 6
Views: 4881

How to read timestamp in "2004-01-01 12:12:12.112"

Hi
How can i read the timestamp in the following format in Parallel job .

Format of timestamp is "2004-01-01 12:12:12.112"


TIA
Akash[/b]
by akash_nitj
Wed Dec 01, 2004 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combining two files into a single based on certain critirea
Replies: 1
Views: 1375

Combining two files into a single based on certain critirea

Hi I have a case in which we have two input files (A and B) having same number of coloumns and datatypes. A contains 15records. B contains 15 records (out of which 10 are same same as in A). Now i want to join these two files(A and B) into single file such that output file should have 20 records ( 1...
by akash_nitj
Mon Nov 29, 2004 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error: No excclusive access to job ? Solution ??
Replies: 3
Views: 2411

Compilation Error: No excclusive access to job ? Solution ??

Hi All
I am getting the following error while compilation of job. Any way out :

Cannot get exclusive access to the executable file or job : job may be monitored

......help :?

rgds
akash