SAS>> SAS>> 返回
项目作者: tkhs3

项目描述 :
SAS macro/function library
高级语言: SAS
项目地址: git://github.com/tkhs3/SAS.git
创建时间: 2017-11-09T13:32:39Z
项目社区:https://github.com/tkhs3/SAS

开源协议:MIT License

下载


SAS library

Overview

  1. This is SAS macro/function library.

Lisf of file

  1. FUNCTION
  2. fmt_date
  3. Convert date or datetime represented in numeric to arbitrarily formatted string using format elements
  4. round_num_2_char
  5. Round numeric value to the specified digit and convert to character value
  6. MACRO
  7. comp_ds
  8. Compare datasets between different libraries, performing proc compare with the same dataset
  9. comp_excel
  10. Compare MS-Excel files between different folders, creating the report of results from comparing each files
  11. copy_ds_2_new_nm
  12. Copy and rename specified dataset to the same library, adding a serial number as suffix to the original name
  13. crt_ds_4_mi
  14. Impute missing value of variables in specified dataset
  15. out_ds_2_msword
  16. output a dataset to the pre-existing table in the MS-Word file which is typically separate mock-up file composing an entire report