Search found 72 matches

by jpraveen
Tue Aug 14, 2012 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Will work or not
Replies: 1
Views: 1357

Lookup Will work or not

Hi All, Will the lookup will work if the one of the datatype in Char and it is unicode. suppose my primary source having one column P1 of datatye varchar 25 (not unicode) and reference having one coulmn R1 of datatype Char 25(unicode), if i am going to lookup these P1 and R1 , will Lookup work in Da...
by jpraveen
Thu Nov 03, 2011 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how i can distribute data equally using partition Technic
Replies: 6
Views: 4123

Hash Partion

Arun,

you can go for Key based partition like HASH, and specify the Key and also you can use sort stage before Aggregation stage.
by jpraveen
Tue Jun 07, 2011 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage
Replies: 2
Views: 1348

Datastage

Hi,
can any one tell answers for these questions - Datastage:
1)how to check the processors which are used in datastage projects?
2)What are the major differences in architecture of datastage7.5 and 8.1?
by jpraveen
Mon Mar 28, 2011 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format DD-MM-YYYY
Replies: 5
Views: 4092

Hi,

you can have a reject link in the target ,
so that if records are not in DD-MM-YYYY format the records go to reject file.
by jpraveen
Fri Feb 18, 2011 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 2
Views: 2364

Date Conversion

Hi All, I am getting data in CSV File and the date format is mm/dd/yyyy, in Sequential file i can't view the data so i made the datatype as Varchar and now i can view the data ,and my output format must be like this YYYY-MM-DD but when i run the job the job is getting Aborted. The error message is D...
by jpraveen
Fri Feb 11, 2011 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 3
Views: 4463

Null Handling

Hi, I am using sequential file as target and i am getting the error in runtime. Error: Sequential_File_52: When checking operator: When validating export schema: At field "PRODUCT_E_DESC": Exporting nullable field without null handling properties. While i am loading into to file, i am gett...
by jpraveen
Thu Feb 10, 2011 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can we write stored procedure script in Teradata Multiload
Replies: 0
Views: 1458

can we write stored procedure script in Teradata Multiload

HI,

Can a written stored procedure script in Teradata Multiload stage(it is target), will this work?

File-->TNSF stage--->Teradata DB(target)

Help me how to call stored procdure in datastage job(irrespective of any stages we use).
by jpraveen
Wed Feb 09, 2011 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure in transformer stage
Replies: 8
Views: 4271

Criag, thanks for helping me about your valuble inputs. A procedure is a specified series of actions or operations which have to be executed in the same manner in order to always obtain the same result under the same circumstances. Let me know if i am wrong. I have a requirement like i need to call ...
by jpraveen
Wed Feb 09, 2011 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure in transformer stage
Replies: 8
Views: 4271

Hi

In ODBC stage we can select the table or we can write user-defined SQL,
my requirement is to run a teradata SP from datastage.can you explain briefly how to do so?
by jpraveen
Wed Feb 09, 2011 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure in transformer stage
Replies: 8
Views: 4271

Craig,

In Datastage7.5.3 the stored procedure stage will not support the Teradata database.
by jpraveen
Wed Feb 09, 2011 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call stored procedure in transformer stage
Replies: 8
Views: 4271

How to call stored procedure in transformer stage

Hi, I am using Datastage7.5.3. How to call stored procedure in Transformer stage, is there any logic or alternative methods for this. I need to call the stored procedure in my requirements. Source(File) -->Transformer(STP called) -->Target(Teradata) - Will this work? (And) How to check the stored pr...
by jpraveen
Fri Jan 07, 2011 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error 625
Replies: 1
Views: 1297

Fatal error 625

Hi All, i am getting the fatal error like [IBM(DataDirect OEM)][ODBC SQL Server Driver][SQL Server]Warning: Fatal error 625 occurred at Jan 6 2011 7:00AM [/b] my job is running on 2-node and source & target is SQl-Server-2000 and i searched in the forum also i had not got enough information abou...
by jpraveen
Thu Dec 30, 2010 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best partitioning method
Replies: 5
Views: 9501

HI

what kind of key based partitioning method we should use,
i tried with Entire Partitioning,but the records are doubled,and also i suspect we cannot use round-robin,because some records will go into 1st node and some will go into 2nd node,
can anyone explain on this ?
by jpraveen
Thu Dec 30, 2010 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best partitioning method
Replies: 5
Views: 9501

Best partitioning method

Hi All, my requirement is ,i am using join stage and also look-up stage s in my jobs,what is the best partitioning method for Look-up stage as well as Join stage . i am running on 2-node config file. by default i am using auto-partition though we give this as Auto -partitioning,what type of partitio...
by jpraveen
Fri Dec 24, 2010 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate to an integer
Replies: 3
Views: 2407

Hi,

convert the integer into varchar and then concat it.