in one scenario source flat file like
Fileld1
00122001550056200568
00256002360014500896
00123004560078900258
00147004560025800256
divide each 5 numbers as one column i.e
here i need
field1 field2 field3 field4
00122 00155 00562 00568
00256 00236 00145 00896
00123 00456 00789 00258
00147 00456 00258 00256
plz help me....

Answer Posted / sindhu

BY using sequential file in format delimeter =none while importing the data enable the option fixed width and give column width 5 space 5 space 5.datatype as varchar inorder to get zeros also in output.
reducing the stages will always increase performance

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In Datastage, how you can fix the truncated data error?

640


What is the difference between the local container and shared container?

651


How can we improve performance of data stage jobs?

618


Define data aggregation?

670


How many types of sorting methods are available in datastage?

633






how can we create rank using datastage?what is the meaning of rank?

8189


What is a quality stage in datastage tool?

632


What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?

2545


Can you define merge?

668


How do you import and export data into datastage?

703


Can we use target hash file as a lookup ?

2816


Describe stream connector?

832


Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

626


What are datastage sequences?

672


1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?

1806