Search found 28 matches

by smohd1338
Fri Mar 01, 2013 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can a field be defined Decimal(2,2) in the database?
Replies: 2
Views: 1673

can a field be defined Decimal(2,2) in the database?

Hi, I have this wierd requirement, i dont know if the table was designed wrong, but my process is aborting due to this reason. I have field as Integer(2), from flat file and that is staraight drop in to table into a filed which defined as decimal(2,2), in transformer i directly gave as decimal(2,2) ...
by smohd1338
Tue Feb 26, 2013 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varchar in transformer, bit in MSsql
Replies: 1
Views: 1010

varchar in transformer, bit in MSsql

Hi ,

I tried ti find the answer by searching in the fiorum but was in vain,

I have thsi varchar(1) in transformer, and Bit in database table, which conversion whould i need to use
by smohd1338
Thu Feb 21, 2013 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is there a function to apper text in bold
Replies: 2
Views: 962

is there a function to apper text in bold

Hi, In transformer am writing down a text, but i want some of the strings of teh text to be bold? is there a fucntion to taht?
by smohd1338
Thu Feb 14, 2013 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern read, need to split on date , and process loop
Replies: 2
Views: 968

I am reading thropugh LS command now,

tahnsk, they can be sorted on date, i missed taht :)
by smohd1338
Thu Feb 14, 2013 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern read, need to split on date , and process loop
Replies: 2
Views: 968

filepattern read, need to split on date , and process loop

I have six files , i am reading in file pattern manner, files will ahve this names BLG_LB_ 010213 .txt,BLG__SA_ 010213 .txt,BLG__AD_ 010213. txt, but for some reason if my etl process doest run, there will be 6 files now , 3 with previous day, and 3 new from current date,BLG_LB_ 010313 .txt,BLG__SA_...
by smohd1338
Thu Dec 20, 2012 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting at different record levels
Replies: 4
Views: 1851

Sorting at different record levels

Hi, currently my output is thsi way: CLIENTID RECORDTYPE EMPNO GroupPolicynumber ABC101 A1 ABC101 A2 ABC101 A2 ABC101 A3 ABC101 A4 ABC101 A4 ABC101 A5 ABC101 A5 ABC101 B1 7990778998 ABC101 B1 7990789734 ABC101 I1 7990778998 457893275B ABC101 I1 7990778998 879765992A ABC101 I1 7990789734 JHJU898977 A...
by smohd1338
Mon Nov 26, 2012 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading tab delimated file, encountering problem
Replies: 4
Views: 1269

Ia m reading such 3 files, so read in file pattern manner, and there would be one long log record. YES as one column.
by smohd1338
Mon Nov 26, 2012 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading tab delimated file, encountering problem
Replies: 4
Views: 1269

Reading tab delimated file, encountering problem

Hi, I am reading a file with multiple records.Each column in a single record is TAB delimated. the input file looks like this below:(the space btw is TAB) FH column1 column2 column3 BH Column1 Column2 Column3 DS Column 1 Column2 Column3 DL...etc. To read each column i gave this logic in transformer ...
by smohd1338
Mon Nov 26, 2012 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: assigning increment number, logic needed
Replies: 2
Views: 1477

thanks chulett, i think i should give node constraint.
by smohd1338
Sat Nov 24, 2012 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: assigning increment number, logic needed
Replies: 2
Views: 1477

assigning increment number, logic needed

Hi, I have multiple files reading in using file pattern method,along with filename, in the output i am having batch header record(BH) and in that record, the second field should represent the number of the file. what logic shall be written in transformer(4 node transformer), example, if i have 6 fin...
by smohd1338
Fri Nov 02, 2012 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tab delimated file pattern read
Replies: 7
Views: 3264

tahnks all, i used Field instead
by smohd1338
Fri Nov 02, 2012 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tab delimated file pattern read
Replies: 7
Views: 3264

what are periods and how can i use them, ?
by smohd1338
Fri Nov 02, 2012 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tab delimated file pattern read
Replies: 7
Views: 3264

Tab delimated file pattern read

I have 3 differetn files with same format, they have , FH,BH,DL,SA,CC,BT,FT records, i have to pass them to seven different files which have only taht record along with their filenames, in transformer what condition should i put in order to make the records go into only those respective link, if it ...