Search found 16 matches

by Suruchi
Thu Jun 26, 2014 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading file through schema file
Replies: 1
Views: 1158

Reading file through schema file

Hi, I reading a text file through schema file.My end of line character is \n.When I am specifying record_delim='\n' in schema file , records are getting rejected while reading.When i run cat -e -v <<filename>> I can see \n$ as the last character.What option should i specify as record_delim?
by Suruchi
Wed Sep 04, 2013 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading same table in db by 2 different parallel jobs
Replies: 5
Views: 3973

Load method is append in both the jobs.
by Suruchi
Wed Sep 04, 2013 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading same table in db by 2 different parallel jobs
Replies: 5
Views: 3973

Loading same table in db by 2 different parallel jobs

Hi, Till now I was of the opinion that two different parallel jobs loading the same table in database cannot run simultaneoulsy.But today, I saw two parallel jobs(DS v8.5.1) loading the same table simultaneoulsy.The target stage was Oracle connector.Am I missing something? Can anyone explain this be...
by Suruchi
Tue Oct 09, 2012 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading fixed string and aborting
Replies: 3
Views: 1613

Why do you want to abort the job via sequential stage?You can do the same using a transformer stage next to sequential stage.
by Suruchi
Fri Oct 05, 2012 12:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate data in source
Replies: 3
Views: 3867

Thanks Phil for you inputs. I have specified the partitioning as db2 connector in db2 connector stage where I have put update and insert mode.Also the table I am loading is partitioned table.As far as nulls are concerned, I have rejected them through transformer stage just before upserting them to t...
by Suruchi
Thu Oct 04, 2012 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate data in source
Replies: 3
Views: 3867

Duplicate data in source

While using the option as upsert(update then insert) in db2 connector stage (DataStage Parallel Version 8.5), is it possible that records will be rejected if we have duplicate data in the source? Ideally everything from source should be updated even if we have duplicates..
by Suruchi
Wed May 16, 2012 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Structure
Replies: 5
Views: 2136

Did u try the formating option New Style Line: Unix(LF) or DOS(CR/LF) in Output Properties tab
by Suruchi
Wed May 16, 2012 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Structure
Replies: 5
Views: 2136

Are you viewing it with browser or notepad?
by Suruchi
Wed May 16, 2012 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Structure
Replies: 5
Views: 2136

Are you viewing it with browser or notepad?
by Suruchi
Tue Feb 21, 2012 11:45 pm
Forum: General
Topic: Exporting routines from Datastage Command Line
Replies: 3
Views: 3491

Hi any updates on the above. Even i'm looking for a solution
by Suruchi
Wed Feb 08, 2012 1:51 am
Forum: General
Topic: export routines via command prompt
Replies: 4
Views: 2367

Thanks for your reply guys. Is there any means to send a message to IBM so that they can fix this. And please refer to this link. they have mentioned of exporting routines http://www-01.ibm.com/support/docview.wss?uid=swg1JR31326 @chullet I was not sure that this message has been posted. Hence did i...
by Suruchi
Tue Feb 07, 2012 4:25 am
Forum: General
Topic: export routines via command prompt
Replies: 4
Views: 2367

export routines via command prompt

Hi could anybody tell me the command prompt to export routines.
i tried dsexport.exe <host> <user> <password> <jobname> <targetpath/jobname.dsx>

It exports datastage jobs but i wanted to do the same for routines as well.
thanks in advance
by Suruchi
Thu Feb 02, 2012 5:36 am
Forum: General
Topic: Export jobs and routines w/o dependent items
Replies: 3
Views: 1576

Export jobs and routines w/o dependent items

Hi all, i am able to export the datastage jobs without dependent items with the command prompt from this post. but what change has to be made to the command prompt to export jobs and routines. when i tried it is failing to export throwing a message like no job with the name exists.
by Suruchi
Wed Dec 14, 2011 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enterprise stage and Connector stage in Datastage
Replies: 6
Views: 5547

Thanks Ray. Where can i find the performance comparison of both the stages? Enterprise vs connector.
by Suruchi
Tue Dec 13, 2011 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enterprise stage and Connector stage in Datastage
Replies: 6
Views: 5547

Glad to see your answers. Where can i find the details of the backend changes made by IBM to bring in the connector stage?

My another query is in Datastage 8 we have ODBC enterprise as well as ODBC connector stage. how do we decide upon the selection of the stage?