I would like to know the total number of non-missing observations as well as the number of distinct values for each variable below. How can I avoid scientific notation when doing so?

Code:
. distinct n_aih cnes mun_cnes proc proc_sol cid_pri cid_sec cid_asso cid_morte

           |        Observations
           |      total   distinct
-----------+----------------------
     n_aih |   1.01e+08   1.01e+08
      cnes |   1.01e+08       6045
  mun_cnes |   1.01e+08       3574
      proc |   1.01e+08       1877
  proc_sol |   1.01e+08       1882
   cid_pri |   1.01e+08       1998
   cid_sec |   1.05e+07       2040
  cid_asso |     868589       1980
 cid_morte |    2852869       1893

. 
end of do-file

.