Search found 19 matches

by yatin.mittal
Tue Jul 08, 2008 6:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wrong Results in Aggregator
Replies: 12
Views: 4590

You should have the data in sorted order on the primary set (on which you are aggregating) before applying the aggregate function. If its not in sorted form, then it can give wrong results.
by yatin.mittal
Wed May 24, 2006 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop creation of files if the constraint does not satisfy.
Replies: 4
Views: 1698

Stop creation of files if the constraint does not satisfy.

Hi, I have a very simple probelm but I am not able to resolve it. In a job, I am having a transformer stage, where I am having suppose 4 conditions based on which 4 output files will be generated. In scenarios, when my input records satisfy only 3 conditions, then the 4th file should not be created ...
by yatin.mittal
Fri May 19, 2006 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: From where can I get the information regarding Plugin Stages
Replies: 2
Views: 1505

From where can I get the information regarding Plugin Stages

Hi,

Where should I post the queries related to Plugin stages,
Can I create my owm plugin?

Thanks,
by yatin.mittal
Tue May 02, 2006 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using stage variable value of one job
Replies: 4
Views: 1806

Using stage variable value of one job

Hi,

I am struck in a problem.
I am having two jobs.
In first job, I am assigning some value to a stage variable in transformer stage, which I want to access in my next job as job parameter.
Is it possible to do ?
If yes, please guide me.

Thanks,
by yatin.mittal
Thu Apr 20, 2006 10:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we have Excel data as input file
Replies: 2
Views: 1491

Can we have Excel data as input file

Hi,

Can we specify the input as an excel sheet in datastage? (.xls)
I tried with tab delimiter but its not working.

Thanks,

Yatin Mittal
by yatin.mittal
Fri Mar 03, 2006 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concept of Key field in XML Stage
Replies: 2
Views: 1490

Re: Concept of Key field in XML Stage

Hi, I have got the answer for my question. Actually the key element to be specified in XML stage is for generating the output files on its basis. This will be the repetition element of the XML records. If you designate the XPath expression /customers/customer/name/text() as the repetition element, X...
by yatin.mittal
Fri Mar 03, 2006 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concept of Key field in XML Stage
Replies: 2
Views: 1490

Concept of Key field in XML Stage

Hi, My input data is having a Composite Primary key consisting of two elements. I am unable to give two elements as key field in an XML stage. Also, if I specify one element as key, some times it take duplicate records also and some times it ignores those records. Can somebody guide me in this conce...
by yatin.mittal
Mon Dec 05, 2005 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert datatype to Comp - 3
Replies: 4
Views: 1743

Hi, CFF can only be used as Input stage. We want data type to be in Comp - 3 format in target file. Bue the routines you are mentioning and CFF, can work in reverse order only i.e. these convert Comp -3 to Any datatype. But our requirement is reverse. Please look at it and give me the solution. With...
by yatin.mittal
Mon Dec 05, 2005 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert datatype to Comp - 3
Replies: 4
Views: 1743

Convert datatype to Comp - 3

Hi,

I have to convert the datatype of some fields to comp - 3 whose storage is 1/2 byte.

can any body help me in this?

With Regards,
by yatin.mittal
Wed Nov 30, 2005 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert the input XML file into GDG Binary Format
Replies: 1
Views: 970

Convert the input XML file into GDG Binary Format

Hi, I am facing problems in converting the input XML file to GDG Binary format. I have to assign Comp - 3 datatypes to some fields also. I have tried using Complex flat file, but it accepts data in such format but it does not do the reverse. i.e. we can't make Complex Flat file as output stage. Plea...
by yatin.mittal
Tue Nov 29, 2005 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to work with XML as input file.
Replies: 1
Views: 1067

Unable to work with XML as input file.

Hi, I am unable to work with taking XML as input file. I am totally new with XML transformations. I have gone through the XML help provided with Data Stage but unable to run the job. Can you please give me step by step points on how to take XML as input file. You can take output in any format. Thank...
by yatin.mittal
Thu Nov 24, 2005 1:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use XML Transformer in a job
Replies: 2
Views: 1461

How to use XML Transformer in a job

Please give a step by step procedure as I dont know anything about this.

Thanks in Advance

Yatin Mittal
by yatin.mittal
Wed Oct 19, 2005 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AfterJob (ExecDOS): Error when executing command
Replies: 3
Views: 2888

Re: AfterJob (ExecDOS): Error when executing command

Hi The problem may be that when you execute the DOS command, at that time it doesnot execute means there may be some problem in that in the sense the command is creating some error. As sometimes it works, this shows datastage job is fine . If you restart, then it works, means then your command get t...
by yatin.mittal
Wed Oct 19, 2005 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sharedcontainers
Replies: 6
Views: 2966

Re: sharedcontainers

Hi, Shared containers are used as reusable components for reducing the complexity of the program. you can make a container shared or local. Shared container can be accessed by any job but local container can be accessed by only that job (especially used to reduce the complexity of the job). For maki...
by yatin.mittal
Tue Oct 18, 2005 11:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job log
Replies: 10
Views: 5775

Re: job log

You can view the job log from the director or view job log option in menu in Designer.

With Regards,
sasi_kumarreddy wrote:Hai all,
I want the job log, which is generated when a job is run, into a file.
Can any body help me in doing this.

Thanks,
S K Reddy :lol: