Search found 142 matches

by velagapudi_k
Thu Aug 28, 2008 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Director
Replies: 10
Views: 3927

Hi Amey so which of the above did you chose. Modify the Batch job or Use the Sequence with no dependencies between jobs. This question is for every one. If use the job sequence with no dependencies between jobs, how would we error handle. i.e if a job aborts then it will cause the sequnce to abort w...
by velagapudi_k
Tue Jun 24, 2008 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To get rid of special characters
Replies: 6
Views: 2338

Thanks a lot chulett. Using a string of spaces solved the puzzle.
Really appreciate your help
by velagapudi_k
Tue Jun 24, 2008 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To get rid of special characters
Replies: 6
Views: 2338

Chulett, one more observation. This function is replacing only the first character in the list. If the string conatains a ~, then it is replacing with space. If it conatins any other character, the function is just getting rid of them. I changed the order of string to make sure I am right. `!@#$%^&a...
by velagapudi_k
Mon Jun 23, 2008 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To get rid of special characters
Replies: 6
Views: 2338

Chulett really appreciate your help.
The function almost worked except, it is not replacing the characters to space. It is just getting rid of them.
Can you tell me what does the inclusion of char(34) will do.
by velagapudi_k
Mon Jun 23, 2008 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To get rid of special characters
Replies: 6
Views: 2338

To get rid of special characters

I want to get rid of special characters in my data. ~ ` ! @ # $ % ^ & * ( ) _ - + = { [ } ] | \ : ; " ' < , > . ? / (They may not be called special characters I guess) I dont want to see the above characters in the output table. If I see them then I have to replace them with space. Can anbo...
by velagapudi_k
Wed Jan 02, 2008 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Xml jobs
Replies: 2
Views: 1385

Error with Xml jobs

Hi all
I have few jobs which are running fine in production for the past 8 months.
They have XML input stage. Today they aborted with the same error.
ds_seqput: error in 'write()' - Disc quota exceeded. Does any one encountered this error. Any feedback will be appreciated.
by velagapudi_k
Thu Jul 12, 2007 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 16163

...this is assuming that your "input" xml chunk defined above has already been collapsed or built as a single column and single row coming into the XMLOutput Stage...
Ernie is there any way what I want to acheive.
by velagapudi_k
Wed Jul 11, 2007 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 16163

Absolutely. Just pass it thru "one more" XMLOutput Stage (which is what you'd do if it were all in a single job. You can't just "paste" the xml snippets together without wrapping them in a higher level element(s). So... have an XMLOutput stage with an input link and an output li...
by velagapudi_k
Wed Jun 27, 2007 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 16163

Hi Guys,
Is there a way to get rid of the following when generating XML using datastage XML output stage.

<?xml version="1.0" encoding="UTF-8"?>.

Appreciate your help.
by velagapudi_k
Wed Jun 27, 2007 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 16163

Hi Guys,
Is there a way to get rid of the following when generating XML using datastage XML output stage.

<?xml version="1.0" encoding="UTF-8"?>.

Appreciate your help.
by velagapudi_k
Wed May 09, 2007 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Output question
Replies: 2
Views: 1489

Routine Output question

When I am executing a TCL command in a routine to get the category of a job in a project, the output is returned as below
Developers Work Area
\U495278 Velagapudi\
JDAXml
How can I get it as below
Developers Work Area\U495278 Velagapudi\JDAXml
by velagapudi_k
Wed May 09, 2007 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 16163

Hi all, right now I am able to generate an xml file below with 4 different DS jobs appending to the same file. <!-- Area --> <entry org_cd="00010" org_level_cd="AREA" name="USSTO" locationname="COMPANY1"> <orgrel org_cd="COMPANY1" org_level_cd="...
by velagapudi_k
Wed May 09, 2007 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 16163

Hi guys does any body know how to get rid of the below text while generating xml using xml stage? Please let me know.

<!--
- Generated by Ascential Software Corporation, DataStage - XMLOutput stage -
- Mon Apr 23 17:00:47 2007
-->
by velagapudi_k
Wed Apr 18, 2007 12:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 16163

I am still waiting for xsd guys. Once I have it, I will come back to this and will let you know. But I dont think XML meta data importer will accept the DTD file to import. Its asking for the xml file or xsd file. When I use the dtd file, it is throwing a format error . The File specified was not re...
by velagapudi_k
Mon Apr 16, 2007 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 16163

Craig
I asked for the xsd.
When I am trying to use the dtd file it is throwing me an error.

The file specified was not recognized as a valid xml or xml schema document.