Search found 245 matches

by arunkumarmm
Tue Aug 03, 2010 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: tricky job
Replies: 10
Views: 3658

If you know the exact no. of jobs, you can achive this by having a master sequence. But not sure about the job in not compiled state.

Btw, what is the use of having jobs in not compiled state in PROD and also the count of them? how does that matters?
by arunkumarmm
Thu Jul 29, 2010 2:30 pm
Forum: General
Topic: Dynamically reading MF binary files
Replies: 3
Views: 1852

Thank you guys for the reply. I'm not able to read it fully though. But I will try with the schema file and let you all know.
by arunkumarmm
Wed Jul 28, 2010 4:01 pm
Forum: General
Topic: Dynamically reading MF binary files
Replies: 3
Views: 1852

Dynamically reading MF binary files

Is there a way to create a job which reads in any MF binary [EBCDIC] file by providing the copybook dynamically?

The copybook may have COMP/COMP-3 fields or may not be.

I need your valuable suggestions to create a Job/Routine [PX Or Server] if at all this is possible.
by arunkumarmm
Wed Jul 28, 2010 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Left outer join in HASH file
Replies: 22
Views: 7486

battaliou wrote:Er, you're trying to put NULL into a sequential file? Good luck.

Why do you think it will not accept NULL. Seq file will accept NULL.
by arunkumarmm
Wed Jul 28, 2010 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there anyway to convert PL/SQL to DataStage?
Replies: 6
Views: 4717

Or call your pl/sql statement from a DS job :wink:
by arunkumarmm
Wed Jul 28, 2010 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add Header information and add page breaks into the sequenti
Replies: 6
Views: 2866

I believe he wants to write the header in all of his pages [??]. :idea:

Cant you include the header detail to your Pages 2 & 3 as you do it for your page 1??

If this is not what you are looking for, please post more details.
by arunkumarmm
Wed Jul 28, 2010 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structuring a Server Job to Delete/Prune Input Records
Replies: 7
Views: 3834

Best way is to do the delete in a sep. job.
by arunkumarmm
Wed Jul 28, 2010 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a Dataset with a DB stage
Replies: 3
Views: 874

Thank You! ArndW...

I will go for the Built-In, Not grown that brave yet :wink:
by arunkumarmm
Wed Jul 28, 2010 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a Dataset with a DB stage
Replies: 3
Views: 874

Reading a Dataset with a DB stage

Hi,

Is there a way to read datasets using a DB stage as we do for a hash file with UV.
by arunkumarmm
Fri Jun 25, 2010 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multirow Hash File Lookup
Replies: 5
Views: 2513

Re: Multirow Hash File Lookup

Read your Hashed File in a UV stage and look it up... Multi-row lookup will not be enabled for a HF lookup..
by arunkumarmm
Thu Jun 24, 2010 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass column value as parameter
Replies: 8
Views: 4022

Re: pass column value as parameter

i have job like dataset 1 -- > transformer ---> sequential file. let say dataset 1 has data like a,1,2 b,1,2 c,1,2 Now i wish to create three files named a,b,c and a will contain record a,1,2 b will contain b,1,2 and c will contain c,1,2. Some way i have to pass col1 values as paramter to sequennti...
by arunkumarmm
Thu Jun 24, 2010 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File size limit
Replies: 10
Views: 7507

Re: XML File size limit

pillip wrote:Hi,

Do we have any limit on the size of the XML file which can be written from Datastage.


Thanks,
Prasanna
Not much sure about the size limit but have created a file with >500MB. Only thing is that the job ran for 4 hours.
by arunkumarmm
Thu Jun 24, 2010 2:52 pm
Forum: General
Topic: How to load large XML files with External Source Stage
Replies: 6
Views: 5168

Re: How to load large XML files with External Source Stage

Hi I am trying to create one parallel job where we will read one XML file as input into a XML input stage for further processing. I used one sequential file stage where we read that entire XML file "test.xml" as a stream input into one single column "XML Record" of that sequenti...
by arunkumarmm
Thu Jun 24, 2010 2:43 pm
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 20181

You can use sequential file stage and define your column as LongVarChar - 999999999. This will work.
by arunkumarmm
Tue Oct 07, 2008 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in opening a file
Replies: 2
Views: 1159

Re: Error in opening a file

Thanks for your reply. the problme is resolved. Actually we use to get the file name from a common hash file thru UtilityLookupHash. The file name had a space at the end...