MetaData Defination

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
devsonali
Premium Member
Premium Member
Posts: 155
Joined: Sun Mar 18, 2007 2:31 pm

MetaData Defination

Post by devsonali »

Hi All

I have a simple test job

Seq File - Aggregator - Seqfile

Currently the input seq file has three columns
Name(varchar) SAL(Varchar) Number (Numeric0

When I try to view the data from the input file it shows only the first and last rows of data if I define the datatype for Number Column as Numeric and If I Change the datatype to integer it shows me all the input rows
Here is how the data looks for Number column
5
6
6
7
23
34
45
34


What do you think might be the issue ?

Thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

If you are only seeing the first and last rows, I would expect that you get a warning message of some type; if not during the 'view data' call then at runtime. These messages will help clear up the question.
Post Reply