Search found 14 matches

by prasadduvasi
Wed Dec 10, 2008 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run on Single node in multi node environment
Replies: 12
Views: 9156

You can create different config files with different number of nodes (single node,2 nodes,4 nodes) at the fallowing location /opt/datastage/Ascential/DataStage/Configurations on your UNIX box and use these different config files for different jobs in same project using the $APT_CONFIG_FILE environme...
by prasadduvasi
Thu Oct 25, 2007 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to get right table column data using merge or join
Replies: 4
Views: 2222

Hi,

I havn't got knowledge about XML input stage ,But one thing i can say is that you can insert a copy stage after XML input stage and explicitly select the key columns from copy stage output
by prasadduvasi
Tue Oct 23, 2007 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to get right table column data using merge or join
Replies: 4
Views: 2222

What you are trying to do actually?

If you want to join 2 tables then how do u want to join those tables i.e. left join or right join or inner join?

first go through the datastage manual and read about join,merge and lookup stages.
by prasadduvasi
Wed Jun 20, 2007 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCII to Binary
Replies: 6
Views: 2421

Do not include group type columns in metadata
by prasadduvasi
Wed Jun 20, 2007 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Load Mainframe file in a table
Replies: 7
Views: 2620

You can directly load the metadata from table definitions in FTP plug-in stage
by prasadduvasi
Tue Jun 19, 2007 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Load Mainframe file in a table
Replies: 7
Views: 2620

the mainframe layout shown in your post itself is copybook
if it is a text file,then you need to save it as .cfd extension file

make sure that the cfd file to have 01 level in eight column

better go to google n search for cobol file definaition and you'll understand well the cobol file format
by prasadduvasi
Tue Jun 19, 2007 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Load Mainframe file in a table
Replies: 7
Views: 2620

In Datastage Designer go to the repository then right click on table definitions--->import--->COBOL file definitions then it'll popup a window to select copybook relevent to table definition, select copybook and import tabledefinition.
by prasadduvasi
Tue May 29, 2007 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format
Replies: 7
Views: 3462

Thats not correct!

Here is my answer:

Please_Convert_My_Date("MMDDYY","CCYYMMDD")
by prasadduvasi
Tue May 29, 2007 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Rejection List
Replies: 2
Views: 1049

You can use copy stage before the sequential file stage then you can handle nulls for the rejected records in the sequential file.
by prasadduvasi
Fri Apr 27, 2007 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem Reading a Flat file
Replies: 11
Views: 7914

You have mentioned all fields as not nullable. So you need to mention the default value for those not null fields in the sequential file stage iorder to read it properly. you can set the default value for the fileds in seq file stage by clicking in front of columns in columns tab page.a new window w...
by prasadduvasi
Tue Jan 02, 2007 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim
Replies: 6
Views: 2578

Munish,

Just use either transformer or modify stage to trim the input columns coming from input dataset instead of lookup.
If u have any more doubts, let me know
by prasadduvasi
Mon Dec 04, 2006 8:39 am
Forum:
Topic: How to set up Metastage Repositories?
Replies: 1
Views: 1101

Re: How to set up Metastage Repositories?

How to set up repositories in Metastage. (Does that repository mean the metastage directory?) You can directly create a database schema specific for metastage metadata in your database to store all the metadata imported using metastage i.e metastage repository . whenever you login to the metastage ...
by prasadduvasi
Fri Nov 10, 2006 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Tuning
Replies: 11
Views: 5203

Re: Performance Tuning

HI,
as said by the others indexing also affects.
better to use DB than DS.

My suggestin is while populating data into Prd Db use Std Prc stage and write a proc apply ur NVL functions which wld be better i think

chk it in Toad sql editor