Search found 101 matches

by RAJEEV KATTA
Wed Aug 05, 2009 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized argument: ) [argvcheck/argvcheck.C:3832]
Replies: 6
Views: 2756

Unrecognized argument: ) [argvcheck/argvcheck.C:3832]

I am getting the following error when I run my job "Unrecognized argument: ) [argvcheck/argvcheck.C:3832]" apart from this it doesn't display anything.Could you please let me know what is the cause of the problem.
by RAJEEV KATTA
Wed Jan 07, 2009 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup with like option not working
Replies: 3
Views: 1345

It got resolved and here is the solution

trim(a.FIRST_NAME) like trim(ORCHESTRATE.FIRST_NAME) || '%'
by RAJEEV KATTA
Tue Jan 06, 2009 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup with like option not working
Replies: 3
Views: 1345

Sparse lookup with like option not working

oracle Sparse lookup with like option is not working,do we have any alternative method to do the below operation. Here is an exmaple below SELECT PATIENT.FIRST_NAME FROM PATIENT PATIENT WHERE PATIENT.FIRST_NAME LIKE 'ORCHESTRATE.FIRSTNAME%' the input FIRTSNAME is coming from a row generator.The data...
by RAJEEV KATTA
Tue Dec 30, 2008 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Sparse lookup with like option not working
Replies: 0
Views: 540

Oracle Sparse lookup with like option not working

I have a scenario where in I am running the below sparse lookup SELECT PATIENT.FIRST_NAME FROM PATIENT PATIENT WHERE PATIENT.FIRST_NAME LIKE 'ORCHESTRATE.FIRSTNAME%' the input FIRTSNAME is coming from a row generator.The datatype is varchar(15) for both the oracle database table & row generator....
by RAJEEV KATTA
Thu Dec 11, 2008 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture performance statistics of a job
Replies: 7
Views: 3185

If I run dsjob -report XML where does this gets created on the local directory if no directory is specified while running
by RAJEEV KATTA
Wed Dec 10, 2008 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture performance statistics of a job
Replies: 7
Views: 3185

If there are three stages for example seq file-->AGG-->Dataset.I want to know how many records are being read from seq file,whats the input records count to aggregator and then with how many records the dataset is getting created.I need the row count of each stage/link.
by RAJEEV KATTA
Wed Dec 10, 2008 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unknown argument error
Replies: 10
Views: 1787

Used ANY filter and nvl to get that.Its more on the sql query side not the datastage.
by RAJEEV KATTA
Wed Dec 10, 2008 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture performance statistics of a job
Replies: 7
Views: 3185

How to capture performance statistics of a job

The privileges for viewing my job are disabled in designer and I want to capture the statistics of no of records been processed for each stage/link. I have used the dsdesign command below to get that dsdesign.exe /H=192.168.134.75 /U=user1 /P=pass1 project1 job1 /R /RP= C:\new\ /RX when I run this c...
by RAJEEV KATTA
Thu Dec 04, 2008 8:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unknown argument error
Replies: 10
Views: 1787

Ray is correct.The stage being used is oracle enterprise stage.I found an work around for that & implemented.Thanks to all of you,appreciate very much your help.
by RAJEEV KATTA
Wed Dec 03, 2008 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unknown argument error
Replies: 10
Views: 1787

unknown argument error

I am writing a query similar to the below select ename from emp where #eno# is null #eno# is a job parameter when I pass the value as '' I am able to view the data from the oracle stage but when I run the job it gives me the error unknown argument IS and job gets aborted. This is the only error msg ...
by RAJEEV KATTA
Mon Dec 01, 2008 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi
Replies: 3
Views: 1584

how to find the no of records in dataset

Run the command dsrecords and it would display the count in the unix box.
by RAJEEV KATTA
Mon Dec 01, 2008 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: joining multiple records to one record
Replies: 1
Views: 886

joining multiple records to one record

I have the data in the below format

empno(field name)
7369
8765
9008
4507

I want it in this format
empno(field name)
7369|8765|9008|4507

how do we merge multiple records into one record as pivot does only horizontal in parallel jobs.
by RAJEEV KATTA
Mon Nov 10, 2008 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job not getting compiled
Replies: 9
Views: 6441

1374: InterVar0_91 = To_Mem_Xfm.CATA_COPAY_MAX_AMT; 1375: InterVar0_92 = replace_substring(InterVar0_67 , InterVar0_0 , InterVar0_91); 1376: To_Lkup_Plan.CATA_COPAY_AMT = (string_of_substring(InterVar0_66 , InterVar0_77) + trimc_string(string_from_decimal(InterVar0_92 , InterVar0_69))); 1377: } else...
by RAJEEV KATTA
Mon Nov 10, 2008 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job not getting compiled
Replies: 9
Views: 6441

0271: string StageVar0_F28; 0272: StageVar0_F28 = ""; 0273: string StageVar0_F31; 0274: StageVar0_F31 = ""; 0275: date StageVar0_StageVar2; 0276: StageVar0_StageVar2 = date_from_string("2001-01-01"); 0277: int32 StageVar0_StageVar3; 0278: StageVar0_StageVar3 = 0; 0279: ...