Search found 38 matches

by senthil_tcs
Mon Jun 07, 2010 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic filter
Replies: 1
Views: 1456

Dynamic filter

Hi, We have a requirement to split the records based on the Category Code and load to MQ. The Category Code can be dynamic and we have around 20+ category codes so I don't want to use transformer or filter to split the records based on Category Code. Is there any way other way of doing this? The opt...
by senthil_tcs
Mon Jun 07, 2010 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple records to one - MQ
Replies: 2
Views: 1563

Multiple records to one - MQ

Hi, We have a requirement to load set of records (Specific category code) as a single message into MQ. Can someone help me how to implement this? I know there is a option in XML transformer to do this and taking the key column whenever the value changes it will create a new XML message,so I am not s...
by senthil_tcs
Tue Sep 29, 2009 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we have output in PDF in DataStage
Replies: 2
Views: 1218

Can we have output in PDF in DataStage

I have to create output in PDF format. Is it possible, if yes how can i achieve it. Currently i have the output as delimited text file but i have a requirement to have the same in PDF.

Any help highly appreciated.

Thanking in advance
by senthil_tcs
Wed Sep 23, 2009 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with importing cobol definition
Replies: 3
Views: 1974

thanx for the reply. There is no header file that i am aware of. I have been given this cobol definition file that i was trying to import in DS. As mentioned before this cobol definition is created by executing oracle DDL statements. There are around 50 tables. 4 Tables with datatype BLOB and LONG a...
by senthil_tcs
Wed Sep 23, 2009 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with importing cobol definition
Replies: 3
Views: 1974

Issue with importing cobol definition

when i try importing cobol copy book, DS throws error for PIC BLOB and PIC LONG and states invalid string datatype. I understand these datatypes are not supported by DS. I just wanted to check if someone has faced issue with such kind of datatype . If yes please let me know how i can resolve this is...
by senthil_tcs
Mon Sep 21, 2009 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any built in routine or function that read file
Replies: 0
Views: 894

Is there any built in routine or function that read file

Hello, I am trying to create QETXT.ini file for Information Analyzer using DS jobs. I have to read the file definitation and pull out column name and length and have to put those in QETXT. I just wanted to know if there are any built in routine or function that reads File definition and return colum...
by senthil_tcs
Thu Sep 17, 2009 9:15 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Datatype and length details in Most frequent value report
Replies: 0
Views: 1438

Datatype and length details in Most frequent value report

Is there any report in IA wherein i will have distinct value, frequency count, frequency % , datatype , length in one report I know i will get distinct value, frequency count, frequency % in most Frequent Value report and Datatype and Length in column summary report but i was not able to find one re...
by senthil_tcs
Wed Sep 09, 2009 3:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 2140

Thank you ArndW, my internet was not wrking , so was not able to browse the forum
by senthil_tcs
Thu Sep 03, 2009 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 2140

Thanks Craig, i will do that. Thanks Arnd for your reply. My output is declared as date. Also how can i demote the warning message to informational. In my job using CFF i have imported cobol def. CFF in turn has done the implicit conversion of col (PIC S9(8) COMP-3) decimal to date and i have mapped...
by senthil_tcs
Thu Sep 03, 2009 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 2140

Not sure , instead of no 8, why it is showing one of the emotions,

Defination for the column is PIC S9("8)" COMP-3
by senthil_tcs
Thu Sep 03, 2009 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 2140

Sorry, Def for the column is PIC S9(8) COMP-3
by senthil_tcs
Thu Sep 03, 2009 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 2140

Defination for the column is PIC S9(8) COMP-3
by senthil_tcs
Thu Sep 03, 2009 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 2140

Warning issue with CFF

I have created a job to read ebcdic binary file and convert it to ascii unpacked file. My design of the job as follows CFF --> Transformer --> Sequential file stage CFF is reading ebcdic file and is converting it to ascii unpacked file. Job is running fine , but i am getting the following warning me...
by senthil_tcs
Fri Aug 21, 2009 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field name with spaces
Replies: 2
Views: 1282

Field name with spaces

Hi, Just want to know is there a way to create column name with spaces where the output file is in tab delimited format i.e. Instead of EMP_NO they want EMP No as the column name in the output file. As we know in datastage it will not allow us to define the metadata like this..is there an alternate ...
by senthil_tcs
Wed Aug 12, 2009 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet Advantages
Replies: 6
Views: 4945

Thanks for all your help and inputs on this.