Search found 37 matches

by ramakrishna459
Sun Oct 13, 2013 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to Generate below output using transformer stage.
Replies: 2
Views: 1750

Need to Generate below output using transformer stage.

TRACKID OFFSET EDIDATA 10 010 010 010 005 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 10 010 010 004 BBBBBBBBBBBBBBBBBBBBBB 10 010 010 010 010 005 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 20 010 010 002 CCCCCCCCCCCCCCCCCCCC 20 010 007 ZZZZZZZZZZZZZZZZZ O/P: For the track id having similar trackid the ...
by ramakrishna459
Thu Aug 15, 2013 12:02 am
Forum: General
Topic: Need to check if two files exist then only process?
Replies: 6
Views: 4098

Need to check if two files exist then only process?

Hi All, We have two similar groups are split into two xml files.But our datastage job should identify each time whether two xmls of similar group available then only process the records.if only single xml file of that group is available dont process.How to achieve this logic in datastage. For exampl...
by ramakrishna459
Fri Jul 05, 2013 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect allignment while generating CSV file using DS job.
Replies: 7
Views: 4656

What should you be getting, and what format settings are you using? ... Actualy 77° - 9° 10 should come in seperate column and R0403 should come in another column. Am using sequential file format settings for varchar columns using quote as double and delimeter as comma. is there any way to ch...
by ramakrishna459
Fri Jul 05, 2013 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect allignment while generating CSV file using DS job.
Replies: 7
Views: 4656

Incorrect allignment while generating CSV file using DS job.

Hi all, we are getting incorrect allignment for the few rows in csv file when generating using sequential file. Format settings are delimeter as comma, quotes as double. 77° - 9° 10",R0403" 77° - 9° 10",R0403" 77° - 9° 10",R0403" 77° - 9° 10"...
by ramakrishna459
Wed Jun 19, 2013 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with complex flat file output when integrated to MF
Replies: 7
Views: 5914

We are generating that files in binary mode and the mainframes is ftp in ascii mode.
by ramakrishna459
Wed Jun 19, 2013 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with complex flat file output when integrated to MF
Replies: 7
Views: 5914

Are all of your data columns binary (comp-3, comp, etc.) or do you also have some that are character data? In our layout we are having some columns as comp-3 decimal and some are character.At mainframe end they are FTP using ascii mode.So we are some how unable to see the data in the mainframe. We ...
by ramakrishna459
Tue Jun 18, 2013 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with complex flat file output when integrated to MF
Replies: 7
Views: 5914

Issue with complex flat file output when integrated to MF

Hi all, We are generating complex flat file output in which the layout is having the some columns with DECIMAL COMP-3(PIC S9(15) COMP-3.) and Binary COMP(PIC S9(9) COMP.). The output setting used are Characterset as ASCII and Dataformat as Binary. The issues we are facing are 1)In mainframe side whe...
by ramakrishna459
Mon May 27, 2013 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into fixed width flat file using seq file stage
Replies: 10
Views: 2817

craig

For the integer column having length of four .I queried in the database it has max length of data stored is six.so should i go for the char(6) or any logical conversion is required between integer(4) to determine the character length.
by ramakrishna459
Mon May 27, 2013 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into fixed width flat file using seq file stage
Replies: 10
Views: 2817

i have in the source Int(4).If i want to convert into char what length should i give.
by ramakrishna459
Sun May 26, 2013 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into fixed width flat file using seq file stage
Replies: 10
Views: 2817

Yes am using schema file.The problem is with integer and timestamp columns for that how we can use to get fixed width format.
by ramakrishna459
Sun May 26, 2013 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into fixed width flat file using seq file stage
Replies: 10
Views: 2817

The problem is the integer column data is not all of same length.as am using RCP i cant transform any columns.and for timestamp columns there is no problem if there is null am populating space(26)
by ramakrishna459
Sun May 26, 2013 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into fixed width flat file using seq file stage
Replies: 10
Views: 2817

yes craig.....

For integers and timsestamp columns what datatype can be used.....
by ramakrishna459
Sun May 26, 2013 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into fixed width flat file using seq file stage
Replies: 10
Views: 2817

Loading data into fixed width flat file using seq file stage

Hi all I need to load the data into flat file as fixed width format,source is a sql server and am using runtime column propagation .But few of the columns in the target are Integer and timestamp.So if i use char data type for integer how much length should i give and for timestamp columns when i use...
by ramakrishna459
Thu May 23, 2013 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector stage how to read sql from file?
Replies: 5
Views: 2053

thanks a lot

chulett wrote:See if this works in the Connector stage. ...