Hi all,
Currently in my program..we have used a data type INT2.
The data type INT2 can hold only 5 characters at a time...with no commas in between and left Justified.
Now I got a problem that..the variable which is declard with INT2 was getting populated with more than 5 charaters.
So it gettin dump.
Now I need to change the data type of that variable.
I tried declaring with INT4..or Char...all these data types are nt left justified and also have commas in between.
Please suggest a data type..which can hold morethan 5 characters..left justified n no commas in between.
Thanks in advance
Regards,
Priya