A Beginners Guide to Using Arrays and DO Loops

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

КОМЕНТАРІ • 15

  • @cynthiadurrett2853
    @cynthiadurrett2853 4 роки тому +4

    Thank you for an easy to follow and understand presentation on Arrays which I've often found confusing. Your examples and instructions clarified this for me.

  • @sushmanepal1240
    @sushmanepal1240 2 роки тому +2

    Thank you so much. VEry helpful. God bless you.

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

      Glad it was helpful!

  • @manarsabry3026
    @manarsabry3026 4 роки тому +2

    I usually have multiple variables too and I am glad to learn about DO OVER...

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

      So glad it was helpful!

    • @mgc9002
      @mgc9002 4 роки тому +2

      Agreed - DO OVER sounds like a real convenient feature when you don't need indexing!
      Speaking of convenient, if your array is to process a contiguous group of variables in your dataset, you can reference them using 2 hyphens. e.g. Given a dataset with vars a1, a2, a3, b1, b2, b3, providing a2--b2 will reference a2, a3, b1, b2

  • @vasudharv9285
    @vasudharv9285 3 місяці тому

    Thank you .

    • @SASUsers
      @SASUsers  3 місяці тому +1

      We're glad you enjoyed it!

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

    Wow thanks so much for the turorial, I have never used do over loop, could you be having any readin material ?

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

      Thank you so much for your feedback! "The Little SAS Book: A Primer, Sixth Edition" is a great book to help you get started 2.sas.com/6050GFhxj

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

    Hi and thank you very much for this very simple and nice and well-arranged tutorial. Deeply appreciated. I didn't see the download option on the Github, would you please tell me how can I download the dataset and the exercise files.

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

      Mohsen, thank you for your interest! You can go here GitHub - 2.sas.com/6059GKNLB If you click on "Show More" under the video, you should find the resource links there.

  • @deepakkumaar8413
    @deepakkumaar8413 2 роки тому +1

    Thanks a lot

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

      Happy to help, and hope you tune in for more!