Search found 106 matches

by chitravallivenkat
Wed Aug 13, 2008 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count on sequential file
Replies: 6
Views: 2289

Record count on sequential file

Hi i have to find the record count for the sequential file_1 which is generated by 3 different databases in a single job. by using 2 source as hash and other by source as sybase. And after getting record count from seqentail file1 i should populate in other sequential file field. And i tried using 1...
by chitravallivenkat
Fri Aug 08, 2008 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing Date
Replies: 7
Views: 1928

Thank you so much it worked out,

Similarly i have other selection cretria in which the Processing_month field should have the value of Last 12 month, counting back from October 31.

How shall i implement this.
by chitravallivenkat
Fri Aug 08, 2008 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing Date
Replies: 7
Views: 1928

Thank you so much it worked out,

Similarly i have other selection cretria in which the Processing_month field should have the value of Last 12 month, counting back from October 31.

How shal i implement this.
by chitravallivenkat
Fri Aug 08, 2008 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing Date
Replies: 7
Views: 1928

Thank you so much it worked out,

Similarly i have other selection cretria in which the Processing_month field should have the value of Last 12 month, counting back from October 31.

How shal i implement this.
by chitravallivenkat
Fri Aug 08, 2008 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing Date
Replies: 7
Views: 1928

Thank you so much it worked out,

Similarly i have other selection cretria in which the Processing_month field should have the value of Last 12 month, counting back from October 31.

How shal i implement this.
by chitravallivenkat
Fri Aug 08, 2008 1:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing Date
Replies: 7
Views: 1928

Processing Date

In one the text report which i am generating should includes only transactions with processing_date within the monthly reporting period. E.g. 20080601 to 20080630 for the month of June report. This is one of the selection cretria to generate the report using sybase. How shal i implement this and the...
by chitravallivenkat
Fri Aug 01, 2008 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to implement more than 3 sources as input
Replies: 2
Views: 1144

How to implement more than 3 sources as input

C my requirement is that i have to extract data from different two databases requried fileds and also one more source is file as input. and i have to check for example File : File1 Branch & Account code Database table1 branch_cd & account_cd so i have to check file and tables columns are equ...
by chitravallivenkat
Fri Aug 01, 2008 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting rows to columns
Replies: 4
Views: 2618

First of all let me thanks u for ur rpy...
but how we implement this in vertical pivoting... I am new to datastage so plz advice me
by chitravallivenkat
Thu Jul 31, 2008 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting rows to columns
Replies: 4
Views: 2618

Converting rows to columns

Can any one suggest me how to convert rows into column. i have addresses field in the source with an seq_num as key column in that table. the following i have illustrate how the input is and my output should look like INPUT seq_num address1 1 no 291 2 I st floor 3. Nandini Apartment 4. shivajinagar ...
by chitravallivenkat
Thu Jul 31, 2008 4:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting rows to columns
Replies: 3
Views: 1397

Re: converting rows to columns

Thanks,

The below is the query :-
max(case when tda.addrs_seq_nbr=1 then tda.orgnl_addrs_ln_txt else null end) orgnl_addrs_ln_1,

will the pivot stage help me out in this..
by chitravallivenkat
Thu Jul 31, 2008 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting rows to columns
Replies: 3
Views: 1397

converting rows to columns

Can any one suggest me how to convert rows into column.
i have implemented as max( case.....). but there is problem in executing so plz help me out in this
by chitravallivenkat
Wed Jul 23, 2008 12:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job consuming more memory
Replies: 1
Views: 737

Job consuming more memory

Hi, I have a problem in datastage server job-memory issue.Please find below the detailed description: There exists a job which has many routines involved in connecting to the SQL Server 2000 database.Apart from that this job calls other 10-12 server jobs in sequence.It is told that the main job is c...
by chitravallivenkat
Wed Jan 30, 2008 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted - while running the job thru routine
Replies: 1
Views: 1158

Job Aborted - while running the job thru routine

Hi All, I have one controller job, a Job and routine. I executed job(FORMAT_JOB) by controller through routine. this is working fine for last one year. Yesterday controller job aborted with below error. CONTROLLER..XfmRunFormatA (fatal error from DSRunJob): Job control fatal error (-14) (DSRunJob) J...
by chitravallivenkat
Tue Dec 18, 2007 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Macro
Replies: 2
Views: 1384

How to use Macro

Hi Guys,

I am having one Macro that will convert seq file to xls file. Now I don't know how to use Macro in DS job.

Please give suggestion me how to use.

Thanks in advance.

Venkat
by chitravallivenkat
Tue Dec 11, 2007 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect with EXCEL
Replies: 11
Views: 2069

ArndW, I did not create any job using excel. I want to tell the requirements to client to connect excel. That is why i asked these questions. So now I understood from your answer that to connect with excel, DSN should be created and columns also should be defined . Thanks Arndw to spend your valuabl...