Search found 36 matches

by chalasaniamith
Sat Jun 18, 2005 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer
Replies: 6
Views: 2449

hi

hi ray
thanks a lot...
by chalasaniamith
Fri Jun 17, 2005 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer
Replies: 6
Views: 2449

hi

not like that those are the important i mean necessary ones i know time is taking a lot anyways have to do that one
appricate for that anyway
by chalasaniamith
Fri Jun 17, 2005 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer
Replies: 6
Views: 2449

transformer

HI
is there any limit for no of columns to be used in transformer for ex like 232 columns can we use that bmany or any limit?
thanks in advance
by chalasaniamith
Fri Feb 25, 2005 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split data into files?
Replies: 15
Views: 5840

File

This seems to be a good idea. I'm using 7.1. So, I'll have to write a Job Control that reads a sequential file and calls multiple instances of the job to extract different segments into different files. Can anyone think of anything better? TIA Incase if ur using a transformer and generalised a para...
by chalasaniamith
Fri Feb 25, 2005 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing my first PX job
Replies: 6
Views: 3651

Re: writing my first PX job

If u had huge volume better use the merge so the performance will increase.Its better if u can go through the documentation on parallel extender u will know about pipeline and partion paralllism....... If you can combine pipeline and partition parallelism together I hope the results would be better....
by chalasaniamith
Fri Feb 25, 2005 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Code
Replies: 17
Views: 10960

Re: Routine Code

If Club = 'c' THEN Ans = '2' else Ans ='0'

bcoz the argument in routine is Ans so its better to use Ans not to confuse and to not to do errors.
Any way nice work by all the participants
by chalasaniamith
Fri Feb 25, 2005 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Table Error
Replies: 4
Views: 1866

Re: Oracle Table Error

Then u can use the option Import and import whta u want
by chalasaniamith
Fri Feb 25, 2005 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation ERROR
Replies: 9
Views: 3755

Re: Compilation ERROR

Hi,
since u upgraded to 7.1 as far as i know that when ur using xml check the properties for the source because might be source has chaged i mean the path of it.
try if it works let me know if not i will check this one agian.Incase if it works in other way plz let me know too
by chalasaniamith
Tue Feb 22, 2005 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling a url in datastage job
Replies: 7
Views: 3441

Re: calling a url in datastage job

Is it possible to call a url path which has the table definition and use the value from the table definition as input value to a target table having same columns. I just went through the SOA ie 7.5 formally RTI but i couldnt figure it out using an url but SOA is for service oriented architecture and...
by chalasaniamith
Tue Feb 22, 2005 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file is rejecting records with null values
Replies: 7
Views: 3720

Re: sequential file is rejecting records with null values

hi to all, I am populating records into a sequential file where columns are defined as nullable but still the file is rejecting rows if we dont specify any null field value.My requirement is to not to have any value in the null fields Is Sequnetial file will check this contraint while writing the re...
by chalasaniamith
Tue Feb 22, 2005 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX unable to find an Oracle Instance
Replies: 10
Views: 7886

Re: PX unable to find an Oracle Instance

OraInstanceSet::setup() failed to find an oracle instance on node node1( the hostname is 'XXXXX.com').

First check the properties like target and connection in the designer and then check the config file.If still face the problem post it
by chalasaniamith
Tue Feb 22, 2005 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling a url in datastage job
Replies: 7
Views: 3441

Re: calling a url in datastage job

i dont think so anyway i am not pretty sure on this lets wait for ds gurus to talk o nit
by chalasaniamith
Tue Feb 22, 2005 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling
Replies: 3
Views: 2373

Re: error while compiling

When i am trieng to compile a parallel job it is giving the following error. My job consits of three oracle Enterprise stage as source one transformer and sequential file as target, it is direct mapping from source to target, there are some stage variables. Output from transformer compilation follo...
by chalasaniamith
Mon Feb 21, 2005 10:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date column value
Replies: 19
Views: 4303

Re: date column value

One of my date column value should always display the immeiate past friday.So when ever the job is called the value of the date column should display the immediate past friday date. write a routine for urself so that u will get the immediateast friday for ex:check the routine rowprocgetpreviousvalue...