Search found 237 matches

by myukassign
Wed Feb 16, 2011 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading two different delimeters in a single flat file
Replies: 4
Views: 8971

Option 1 ---------- Read the file using sequential file stage with delimiter comma. Then use a following column import stage, there you can specify pipe as a delimiter to further split into columns Option 2 ---------- Read the file with just one column of length varchar 500 or something 1.e. read li...
by myukassign
Wed Feb 16, 2011 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File Generation
Replies: 4
Views: 3366

Re: Xml File Generation

In the XML output stage you must have mentiond a trigger column i.e.adresstype / city or anything. Either you can change that to an emp id... or group as whole... are you getting these address from multiple datasets ? if that is the case, then you need to create XML chunks and join with the key colu...
by myukassign
Thu Jan 27, 2011 4:37 am
Forum: General
Topic: Source code deployment between environments
Replies: 3
Views: 2579

Source code deployment between environments

I have my source code developed and tested in the development environment. I want to deploy this code (only executables) in the QA enviroment and the requirement is, the deploment team is unix guys. All they expect me to do is, provide a dsx/source code file, and a script that will automatically rea...
by myukassign
Thu Jan 27, 2011 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Jobs Reading a single dataset concurrently
Replies: 7
Views: 7027

Re: Multiple Jobs Reading a single dataset concurrently

why don't you give a try.

It should be able to read a dataset simulationusly by many process.
by myukassign
Thu Jan 27, 2011 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml output
Replies: 10
Views: 5739

Normally all XML parser's can read an empty tag in the format <empty/> which is equalent to <empty></empty>. May I know the files you produced, are you viewing through any browser like internet explorer / mozilla etc.. if yes then it will by default show you in the format <empty/> but if you open th...
by myukassign
Fri Nov 19, 2010 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access Java services
Replies: 1
Views: 990

Access Java services

Hi, We have a requirement to access java services from Datastage. Is it possible? How to do that? We have a file in the following format ColA,ColB, ColC 100, X, Y 200,B,N I want to call a javaservice (its not webservice) e.g. ValidateCNCode(100,X,Y) and capture the return object of that service (it ...
by myukassign
Thu Nov 18, 2010 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation with log for each record
Replies: 4
Views: 2636

In my case...

I want to check if it the incoming value is interger or not , float or not, etc...


I browse through the functions availabe and I couldn't see any function that check the data type of a field and return True or flase...

pls help
by myukassign
Sun Nov 14, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation with log for each record
Replies: 4
Views: 2636

Validation with log for each record

Hi I have a situation where I would like to get some ideas to crack. id, sales_date, desc, qty 1,'2008-10-9','suzki',100 1,'2008-10-9','mitsu',100 1,'2008-10-9','jaugur',100 1,'2008-10-9','aston',100 The requirement is to validate the format of each record and datatype of each record and if it did n...
by myukassign
Mon Nov 08, 2010 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading PDF data
Replies: 3
Views: 2284

How is it in Windows installation of Datastage?

I am not aware of any datastage stage where we can read a pdf...

please suggest if you know anything...

Thanks in advance
by myukassign
Mon Nov 08, 2010 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading PDF data
Replies: 3
Views: 2284

Reading PDF data

Hi..

Is it possible to read data from PDF (Acrobat) files using datastage.


Please help me.
by myukassign
Mon Oct 18, 2010 6:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combined oparators
Replies: 2
Views: 1902

It's very very very useful information...... Mainly debugging help you mentioned....

Thanks....
by myukassign
Tue Oct 12, 2010 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Typeconversion in Modify giving warning
Replies: 4
Views: 3804

Hi ray.... I am facing the same issue and I tried outField:int64=decimal_from_string(stock_num) but not working. Warning: Sequential_File_2: When checking operator: When binding output interface field "stock_num" to field "outField": Conversion from source type "string[max=1...
by myukassign
Mon Oct 11, 2010 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Monitor is not closing
Replies: 3
Views: 1498

Ari.. I recompiled the job and it did successfully. You know what that job does, I wanted to read whole text file content in a string. So I have none as final delimiter and give ~ as column delimiter where both are not possible and write that to a peak. I re run the job and its showing the same beha...
by myukassign
Mon Oct 11, 2010 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Monitor is not closing
Replies: 3
Views: 1498

Monitor is not closing

I have an unusual situation here. I have a job, I ran the job from Designer. The job shows completed in Director, I saw the logs, everything looks fine. But When I check the monitor of the same job, the stages still shows its running. The performance statistics in designer is still on "blue lin...
by myukassign
Mon Oct 04, 2010 7:43 pm
Forum: General
Topic: DataStage Server performance very slow on vmware
Replies: 14
Views: 12235

I am having 8.1 installed on VMWARE player. My server has got just 6 GB RAM. But it does well. Like ray suggested, my advice is also to increase the virtual memory size. It should do well. My configuration is Windows 2003 Server Enterprise VMWARE player 8 GB RAM , VMWARE allocation is 6 GB Virtual m...