Append all sheets of an excel file into single SAS dataset

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 11

  • @adityabatra8894
    @adityabatra8894 2 роки тому

    Nice

  • @farid1705
    @farid1705 4 роки тому +1

    Great video, what about appending several excel files in a sas dataset

    • @kiranvenna
      @kiranvenna  4 роки тому

      Please checkout some common answers on thid topic here. stackoverflow.com/questions/53836924/how-do-i-read-multiple-excel-files-in-sas-using-a-macro

    • @farid1705
      @farid1705 4 роки тому +1

      @@kiranvenna wow, great link and great response. I guess I just needed to phrase it correctly to find the answer. Thanks

  • @zalakpatel5306
    @zalakpatel5306 3 роки тому +1

    Hello sir, very nice video. I just have one question. Can you please tell me how can we read multiple sheets in SAS 9.4. Thank you.

  • @akd9977
    @akd9977 4 роки тому

    Excellent work. Why don't you create one video to pull data from multiple excel file and combined as single one. It will be easier for new comer to understand rather than following below suggested url

  • @SumanKumar-pe7fq
    @SumanKumar-pe7fq 3 роки тому

    Hi Sir
    If I have 30 external text file , how I combine all these file in one Dataset by macro. Or if any other method .
    Please guide me?

    • @kiranvenna
      @kiranvenna  3 роки тому

      check this blog out. blogs.sas.com/content/sasdummy/2018/10/09/read-multiple-text-files/

  • @PavanKumar0.9
    @PavanKumar0.9 4 роки тому

    Hello sir, from the last point you said, truncation of data with different lengths while combining datasets, what's the solution for that ? Please reply

    • @kiranvenna
      @kiranvenna  4 роки тому

      in set statement always give dataset with greater length variables first to avoid truncation