Hi,
I have large data stored in Oracle where multiple variables are set up as varchar2(4000 byte).
Some of them are in fact numbers but are stored with a +, and a bunch of leading zeros. In the example (in the table attached there is an example of what I have) the number start with the first non zero value and it is to be divided by 100000.
I need only a relatively small subset of data in sas, obtained through joining another oracle table.
how do I get the data in SAS already converted into number so that they do not occupy su much space?
thank you very much in advance