Search found 158 matches

by nag0143
Thu Jul 23, 2015 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Stage
Replies: 7
Views: 7225

XML Output Stage

Hi, I am creating an XML file from a Sequential file using XML Output Stage. In the XML file I have a requirement to repeat an element. Here is my requirement from a sample file : <structures:Instruction> - <structures:DoseAdministration> - <structures:DoseDeliveryMethod> <datatypes:Text>UNSPECIFIED...
by nag0143
Wed Jun 10, 2015 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help with XML Output Stage.
Replies: 1
Views: 3015

Need Help with XML Output Stage.

Hi, I am using XML Output Stage to create an XML File from a Sequential File. Here is my job design : SequentialFile Stage ---> Copy Stage ---> XML Output Stage I have imported the XSD to Schema Library Manager, but I am not sure how to access that Schema Definition from XML output Stage. Meanwhile,...
by nag0143
Tue Mar 23, 2010 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Read Cobol File Correctly
Replies: 1
Views: 2178

Unable to Read Cobol File Correctly

Hi, I have a problem reading a cobol file, The File contains header,batch,Detail and Trailer records, The header,Batch and Deatil contains 611 Bytes Each Where as Detail has 2000 Bytes, I am using the file with the Detail copybook. With Seq File Stage, I could read the data but the data is mismatche...
by nag0143
Fri Jan 01, 2010 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 6287

I am not comparing the files in datastage, That's a huge comparision which cant be done in datastage(written a script in unix). The only thing i need is I want to see this field correctly in unix. I can see this correctly in DS, I dont know why its not happening in UNIX.
by nag0143
Fri Jan 01, 2010 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 6287

yes, u are right. I am not able to see in unix. Actually I need to compare this file with other based on this field. so i need this to be viewed correctly in unix.
by nag0143
Fri Jan 01, 2010 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 6287

yep its COMP-3. Can u please tell me how to uncompress it in Sequential File Stage
by nag0143
Fri Jan 01, 2010 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 6287

Unable to read an ascii file in unix

Hi- I have converted an EBCIDIC format file into ASCII format and i am able to view the file correctly in datastage, but not able to read correctly in unix. for eg: X field Decimal(13) value in datastage : 023467890601 and i am getting some 4bvbP for that. this is the only field i am not able to rea...
by nag0143
Tue Aug 19, 2008 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB Data
Replies: 19
Views: 15196

Looks like data is getting truncated, is there any way to handle this ?

Thanks
by nag0143
Tue Aug 19, 2008 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB Data
Replies: 19
Views: 15196

I found third party tool to look at BLOB data, but there is a difference from source table to target table when i used "LongVarBinary" . I am wondering is there any easy way out with BLOB data or can any one suggest any other method. I have searched the forum and looks like most of them su...
by nag0143
Tue Aug 19, 2008 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB Data
Replies: 19
Views: 15196

I am able to unload and load the data into target DB2 table using "LongVarBinary". But How to verify whether I am loading the correct BLOB data. I know this is out of DS .anyone please explain how do i compare BLOB data check in DB2 UDB.

Thanks
by nag0143
Fri Aug 15, 2008 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB Data
Replies: 19
Views: 15196

ODBC connector is only for parallel doesn't exist for Server jobs.
by nag0143
Fri Aug 15, 2008 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB Data
Replies: 19
Views: 15196

when you say ODBC connector, do you mean ODBC stage in datastage. Sorry I couldn't get you. Can you please eloborate a little.
by nag0143
Fri Aug 15, 2008 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB Data
Replies: 19
Views: 15196

What did you try? I use "VarBinary" or "LongVarBinary" with some success. ... I used "LongVarChar", but when I used "LongVarBinary" for some strange reason I am losing connection from designer while trying to view data.. So, From what I see, DS doesn't suppor...
by nag0143
Fri Aug 15, 2008 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB Data
Replies: 19
Views: 15196

BLOB Data

Hi, I have to read a BLOB data from DB2 table and write to a DB2 table with out any transformations, just a direct dump. I have to do this datastage if there is a solution. Please let me know how can i do this, I tried various options provided in the forum through search. But couldn't accomplish it....
by nag0143
Wed Aug 01, 2007 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looping in a stage
Replies: 1
Views: 1524

Looping in a stage

Hi all, I have an input file in which some columns occur 0 to 50 times depending on the value of another column (For example, if DOC_COUNT=3, then DOC_CD,DOC_FLG,DOC_IND,etc. will occur 3 times) and the file contains fields like CL, BR, RR, DOC_COUNT, CUST_TP, DOC_CD, DOC_FLG, DOC_IND,... Now, I hav...