Search found 19 matches

by murur
Wed Dec 20, 2006 3:36 pm
Forum: General
Topic: The Data Warehousing Institute(TDWI) - membership
Replies: 6
Views: 4895

The Data Warehousing Institute(TDWI) - membership

I would like to know about The Data Warehousing Institute(TDWI) - membership. Is it useful? Please post your thoughts
by murur
Thu Feb 09, 2006 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cognos user group
Replies: 1
Views: 1358

Cognos user group

I am looking for a cognos developer network info.. (similar to dsxchange which specifically discuss "Cognos stuff")

Pl. let me know....


I AM REALLY SORRY TO POST THIS QUESTION HERE... (beacuase I don't know better place to post..)
by murur
Tue Aug 23, 2005 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculate number of months between two dates
Replies: 3
Views: 2923

Calculate number of months between two dates

I have two date column, how do i derive number of months between two dates
by murur
Wed Oct 27, 2004 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Runnig multiple SQL statment in DB2 stage
Replies: 1
Views: 1108

Runnig multiple SQL statment in DB2 stage

I have to implement the following scenario, 1) Step 1: select list of emp_no from <TABLE1> ... .... ... n) Last Step : I have to run multiple SQL statment against various tables in one database in DB2 Stage (using DB2/UDB API plug in) Ex: insert into <TABLE2> VALUES (emp_no,......) delete from <TABL...
by murur
Mon Aug 09, 2004 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling XML document as INPUT FILE
Replies: 5
Views: 3890

Handling XML document as INPUT FILE

I am trying to develop a POC which take input datafiles in XML format. 1) I have a sample XML file and able to import the meta data. no issue 2) I want to read the XML file as input data file and write to a sequential file. Could you pl. tell me how to do that. What "stage" I have to use t...
by murur
Thu Jul 08, 2004 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merging multiple line as one record -- Seq data file
Replies: 3
Views: 3164

merging multiple line as one record -- Seq data file

I am getting an input data file in the following format {1111111111111111 :22222 :3333333 :44444444 :55 :66 -} { ................... -} Need to transform into (merge multiple line into ONE record.. number of lines has to be merged is always constant 7 , first line { and 7th line -} {1111111111111111...
by murur
Mon Jun 07, 2004 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol copy book -- covert as SQL stmt
Replies: 1
Views: 2260

Cobol copy book -- covert as SQL stmt

I am creating a data model to create Relation Schema (DB2 - UDB). Lot of required information available as Cobol Copybook. Is there any Utility avaialbe to convert the Cobol Copy book into SQL (Create table) statment.....


Thanks,
Muru
by murur
Sat May 22, 2004 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implement loop --- Header/Detail/Footer format input data fi
Replies: 2
Views: 1841

Implement loop --- Header/Detail/Footer format input data fi

I am getting a input file with header/detail/and fooder EXample <HEADER_STR><ORDER_NUM><HEADER_DATE> <DETAILA><ORD_DETAIL_NO1><QTY> <DETAILA><ORD_DETAIL_NO2><QTY> <DETAILA><ORD_DETAIL_NO3><QTY> <TRAILER><ORDER_NUM> Output file should be <ORDER_NUM><HEADER_DATE><ORD_DETAIL_NO1><QTY> <ORDER_NUM><HEADE...
by murur
Mon May 10, 2004 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Output File name
Replies: 6
Views: 3582

Dynamic Output File name

I have to take an input file INPUT_<MMDDYY99>.EXT and process it
and save the output in OUTPUT_<MMDDYY99>.EXT

How I can implement this .... Any help?
by murur
Fri Apr 30, 2004 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF stage stops before finishing processing the source data
Replies: 2
Views: 1434

I am working on a prototype using CFF stage. If I have 88 level in cobol copy book then It couldn't read the record correctly. but it didn't raise any error. If you are using cobol file definition, remove 88 level in copy book and import the definition and re-compile/run the job. See whether this is...
by murur
Fri Apr 30, 2004 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pick Up only last row...
Replies: 7
Views: 3425

Pick Up only last row...

I have 3 output link in one transformer stage. In one link I want to take only the last row. I need to ignore all other rows. Is there any way to exclude all rows except the last row using constraint or any other method.....
by murur
Fri Apr 30, 2004 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record Count - ?
Replies: 3
Views: 2262

Record Count - ?

from one transformer stage sending records to TWO different Sequential file(FILE1 & FILE2). I want to write the record count of FILE1 and FILE2 in a status file in the following format. Date,File1_record_count,File2_record_count 1/1/04,27,35 Now I am using two aggregator to derive the count for ...
by murur
Thu Apr 22, 2004 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequenctial File - Delimited file - NO QUOTE CHARACTER
Replies: 2
Views: 1767

Sequenctial File - Delimited file - NO QUOTE CHARACTER

I have to generate a output file in CSV format and String MUST NOT be enlcosed by Quotes. In a Sequential File Stage --> Fromat Tab -->Quote character is expecting a character, I couldn't proceed without a value in Quate character.

Any help....
by murur
Thu Apr 22, 2004 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Eliminating leading 0 in the number
Replies: 5
Views: 3003

Eliminating leading 0 in the number

I have to suppress the leading 0

Example

input output

00000123.2340 => 123.2340
00012345.6700 => 12345.67
12345678.9801 => 12345678.9801

how do I implement this in fmt function?

Thanks,
by murur
Wed Apr 21, 2004 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Remote datafile without using FTP Stage !!!!!
Replies: 3
Views: 1704

Reading Remote datafile without using FTP Stage !!!!!

Is there any other way EXCEPT using FTP Stage to read and write datafile from remote server in a DataStage Server Job


DataStage Server is running on UNIX server
Source/Traget files reside in WindowNT server


:idea: :roll: :idea: