Search found 6 matches

by vishnuvyas
Mon Jul 20, 2009 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partial Schema file
Replies: 2
Views: 2208

Partial Schema file

I need to read the few colums from a '|' delimited sequential file. File may have any number of colums.

We can do this by using the partial schema file. I want the syntax for creating a partial schema file.

Example in help pdf is for fixed width file not for a delimited file.
by vishnuvyas
Tue Jan 06, 2009 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row buffering option
Replies: 4
Views: 1941

Thanks Ray. why do we have an option in paralllel jobs for setting these parameters ?
by vishnuvyas
Mon Jan 05, 2009 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row buffering option
Replies: 4
Views: 1941

Row buffering option

We have a option of enabling the row buffering in DataStage Administrator. It gives us two options : In Process and Interprocess and Admin guide suggests that it helps to improve the performance. I can't understand how this option increase the performance of DS jobs. Can someone explain me the about...
by vishnuvyas
Sat Jan 03, 2009 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: close command in oracle enterprise stage
Replies: 1
Views: 1676

close command in oracle enterprise stage

Hi,

Please give me extact syntax for using the close command in oracle enterprise stage.
I am trying to execute a stored procedure after loading the data in the table but it is giving invalid close command errror.

I am using the statement

'exec proc_name;'

Please help.
by vishnuvyas
Tue Dec 30, 2008 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly changing dimension problem
Replies: 3
Views: 1832

Hi ,

I have defined datatype as varchar for the columns and using datasets as source and target.
by vishnuvyas
Tue Dec 30, 2008 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly changing dimension problem
Replies: 3
Views: 1832

Slowly changing dimension problem

Hi All,

I am getting the below error while executing the job.

Slowly_Changing_Dimension_3,0: Input buffer underrun; traversed 88 fewer bytes than present in the record buffer.

Please suggest a solution.