Search found 62 matches

by sureshreddy2009
Thu Jun 03, 2010 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate row numbers for each file-Job Design
Replies: 9
Views: 2332

How to generate row numbers for each file-Job Design

Hi :lol: I have files in my inbound directory as whs_ e1 _20100502.txt, whs_ e2 _20100502.txt, whs_ e3 _20100502.txt. dates are changing for every day load. Now I have to generate the row numbers for each and every file. For example if first file contains 100 records, numbers will be generated in a ...
by sureshreddy2009
Mon May 24, 2010 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job throws fatal error but does not Abort
Replies: 8
Views: 2519

Data load

Is the data loaded into target database. Try the following things , if not works any of the following .Think about the patches 1.The warning is mainly related to casting error. Means the datatype mismatch from Oracle to Sql server database. 2.If you used two stages in your job oracle enterprise stag...
by sureshreddy2009
Mon May 24, 2010 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in loading Integer Datatype data
Replies: 5
Views: 2039

More information

Hi,

You are reading csv file by using which stage.Please mention these details.
by sureshreddy2009
Fri Apr 16, 2010 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset write Failure
Replies: 10
Views: 10986

I have one option for solution
Are you using same dataset name in two different jobs.

And already you loaded into one sequential file whose name as exaclty like what you mentioned in dataset like name.ds and you are giving same name in dataset now
Thanks
by sureshreddy2009
Fri Apr 16, 2010 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting rows into columns
Replies: 3
Views: 2109

Can you please eloborate the problem definition
In the example you specified the output which you need is not clearly mentioned and why without running the transformer in sequentail..?
by sureshreddy2009
Fri Jan 22, 2010 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL in filter stage
Replies: 3
Views: 1682

I think in datastage filter stage, you can use sql where clause conditions, these conditions are same in any flavour :)
by sureshreddy2009
Fri Jan 22, 2010 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter in a Parameter
Replies: 3
Views: 2501

Thanks a lot abhi jain
the solution which you gave is useful for my project now :)
by sureshreddy2009
Wed Jan 20, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Short Input record
Replies: 9
Views: 12232

Yes prefix statements must be removed
by sureshreddy2009
Wed Jan 20, 2010 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Short Input record
Replies: 9
Views: 12232

I used schema files in my project, after creating schema files we removed prefixes, it does not failure any scenarios, no problem , please remove those prefix statements.
thanks
by sureshreddy2009
Wed Jan 20, 2010 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter in a Parameter
Replies: 3
Views: 2501

Parameter in a Parameter

I used sql statement as a parameter in oracle stage. that sql itself is parameterized in its where clause. job is aborted and it is giving error like fatal error Non-pipe (or non-virtual data set) with .v in its name For example my query is select * from table where column1 = to_date( parameter1,'YY...
by sureshreddy2009
Mon Jul 20, 2009 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset stage: Input-file data set does not exist
Replies: 8
Views: 12630

Check the job1

Hi :oops: Check first job1 has finished successfully,if it has not finished successfully, then dataset will give error for rest of the jobs, even though it already created for previous runs.if the job is successfull then see whether that is created at some other lcoation, at last go to firstjob manu...
by sureshreddy2009
Mon Jul 20, 2009 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATETIME/INTERVAL datatype conversion error
Replies: 3
Views: 2623

hi

Hi
are you using any function in the jobs earlier before migrating
and now after migration , that function goes wrong,
create one sample job which will contains date fields and check for various formats and change your job according to that
by sureshreddy2009
Tue Jun 02, 2009 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort before lookup/cdc
Replies: 7
Views: 3439

Required in some cases

:oops: Hi Sorting data before sending to lookup/merge/join/cdc stages is necessary why means for lookup no need to sort the data for join not mandatory but improves performance for merge its compulsory to sort before sending to it,it itself has a default sort link,merge sends reference tables data t...
by sureshreddy2009
Sat May 30, 2009 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling in transformer
Replies: 19
Views: 11585

Use another logic

:oops: Hi as you said the file has a Tab delimiter then the sequential file in datastage extracts the data from the file, if any value in file contains null then use this funtion to handle null values in transformer, if your aim is to replace null with 'unknown' then use this funtion If IsNull(Colum...
by sureshreddy2009
Sat May 16, 2009 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Parameterize Invocation ID
Replies: 10
Views: 9462

Thanks Ray

Thanks For Suggestion
next time before posting i will take care of my words