Search found 18 matches

by pranay
Wed Sep 03, 2008 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to calculate the file size
Replies: 1
Views: 1513

how to calculate the file size

Hi All,
I have to create a audit file with the following details in xml format.
filename, file size, number of recs.
how can i know these details without using unix.
is there a way for this or have to do with unix only.

Regards,
Pranay
by pranay
Tue Sep 02, 2008 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output stage
Replies: 7
Views: 3451

Thanks everybody for the reply.
if someone has the xml guide, can u send it to me.
by pranay
Tue Aug 26, 2008 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output stage
Replies: 7
Views: 3451

XML Output stage

Hi All, This is the first time i am trying to create a xml file using datastage. For testing i tried making the following job txt file ------> Transformer ---------> XML Output stage. I just gave one column in the input as well as in the XML output stage. The job ran fine with no errors or warnings,...
by pranay
Tue Jul 01, 2008 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Approach required for this Pivoting example.
Replies: 7
Views: 2982

Thanks Ramesh for the valuable suggestions. you can send the dsx to me at kpranay81@gmail.com. Also i need to have one output file per year with 12 month fields. At DSXchange we dont guarantee that solutions to problems will be given , helpful suggestions and hints are somethings that you can look f...
by pranay
Tue Jul 01, 2008 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Approach required for this Pivoting example.
Replies: 7
Views: 2982

Hi ramesh, Could you please send me the stored proc for the same.
rameshrr3 wrote:easier to process using rdbms stored procedures.
by pranay
Tue Jul 01, 2008 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Approach required for this Pivoting example.
Replies: 7
Views: 2982

Approach required for this Pivoting example.

Hi All, I need to implement something like this : I have a table that contains empid, monthyear and salary. the primary key is the combination of empid and monthyear. Here's the data in the table 101 Jan 07 5000 101 Feb 07 4850 101 Mar 07 4850 101 Apr 07 4850 101 May 07 4850 101 July 07 4850 102 Feb...
by pranay
Mon Jun 16, 2008 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle open Command
Replies: 4
Views: 3036

Re: Problem with Oracle open Command

yes u need to give arguments to the procedure, let it be dummy. Also it won't display logs in the director, the logs pertaining to proc can be viewed by database dba and not through datastage. Hi, I am using oracle enterprise stage as the source to Oracle. I have to excute a stored procedure before ...
by pranay
Mon Jun 16, 2008 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to trap null date value?
Replies: 7
Views: 2990

i also have faced this problem before, what i did is used a If condition something like this to test for the null value, u might use a compare function or a len(trim(col_name) function. Let me know if it solved your problem or else i can provide u the exact if condition. if len(trim(Lnk_Concat_Xfm4....
by pranay
Mon Jun 16, 2008 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat files to be loaded to SAP R/3
Replies: 7
Views: 5735

Re: Flat files to be loaded to SAP R/3

Which of these approcahes is better and would give good performance. And also would be as per the standards. Any experts who has worked on such a type of project please provide ur inputs. Eagerly waiting for your inputs. Thanks, pranay Hi You can use aither of the approach :idea: 1. Provide Flatfile...
by pranay
Sat Jun 14, 2008 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat files to be loaded to SAP R/3
Replies: 7
Views: 5735

Re: Flat files to be loaded to SAP R/3

we just have to load the FI data for GL not for FA, MM and etc.. and data needs to be loaded for just on BAPI. Now my question is should i give flat files to SAP developer and they can load it using ABAP code or should i use datastage pack for sap r/3 and using bapi load stage to load data. The code...
by pranay
Fri Jun 13, 2008 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat files to be loaded to SAP R/3
Replies: 7
Views: 5735

Flat files to be loaded to SAP R/3

Hi All, This is the first time i am working on SAP. I have to load the General ledger module data of SAP from flat files. What's the best way of doing it. I in consultantion with SAP developers found there are 2 options. 1. Datastage can create the Flat files in the format as required by the SAP and...
by pranay
Fri Jun 13, 2008 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing a set of sql queries in a job
Replies: 24
Views: 10747

is ur problem resolved. you need to create the stored proc in the database first and then call it through datastage. the first stage would be a ODBC stage with a user defined SQl. The SQL can be anything that returns atlest one row and can trigger teh job. Lets say it can be select 1 from Dual. The ...
by pranay
Fri Jun 13, 2008 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing a set of sql queries in a job
Replies: 24
Views: 10747

is ur problem resolved. you need to create the stored proc in the database first and then call it through datastage. the first stage would be a ODBC stage with a user defined SQl. The SQL can be anything that returns atlest one row and can trigger teh job. Lets say it can be select 1 from Dual. The ...
by pranay
Thu Jun 12, 2008 7:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing a set of sql queries in a job
Replies: 24
Views: 10747

you need to create the stored proc in the database first and then call it through datastage. the first stage would be a ODBC stage with a user defined SQl. The SQL can be anything that returns atlest one row and can trigger teh job. Lets say it can be select 1 from Dual. The column defination can be...
by pranay
Thu Jun 12, 2008 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing a set of sql queries in a job
Replies: 24
Views: 10747

the first stage would be a ODBC stage with a user defined SQl. The SQL can be anything that returns atlest one row and can trigger teh job. Lets say it can be select 1 from Dual. The column defination can be a single column temp. Pass thsi column to the next stored procedure stage. in the stored pro...