MACROS IN SAS - 3 | How to Create Macro Variables in SAS |Different Ways of Creating Macro Variables

Sdílet
Vložit
  • čas přidán 22. 08. 2024
  • This videos explains all about Creating Macro Variables and Storing the Values which you may like to Change Dynamically.
    The methods which this video covers, to create the macro variables, are:
    01:29 - %LET to create a macro variable
    04:15 - Macro Parameters
    06:54 - INTO Clause in Proc SQL
    13:46 - CALL Symput Routine
    Other related videos which you may like to watch
    ►Introduction to Macros in SAS
    • MACROS IN SAS - 1 | In...
    ►Introduction to Macro Variables in SAS
    • MACROS IN SAS - 2 | In...
    #Learnerea
    #SASTraining #SASTutorial #SASCourse #SASTutorialForBeginners #SAS #SASforBeginners
    #SASProgramming #SASTProgrammingForBeginners #SASProgrammingTutorial
    Contacts:
    Facebook ► / learnerea
    Download the excel files for practice data
    GitHub ► github.com/LEA...
  • Věda a technologie

Komentáře • 18

  • @tongqingromanwang-hehim5097

    one of the best videos on the macro.

  • @abhinavbhardwaj9158
    @abhinavbhardwaj9158 Před 3 lety +1

    Very knowledgeable and easy to understand

  • @wenjiezhou8888
    @wenjiezhou8888 Před 2 lety +1

    Thank you for the tutorials!

  • @abhishekdixit5257
    @abhishekdixit5257 Před 3 lety +1

    Thankyou so much sir for such an easy and effective understanding...only thing I request, a video demonstrating which method we should prefer in which case. I always doubt on it..hope you'll make a video on it soon..

    • @learnerea
      @learnerea  Před 3 lety

      Hi Abhishek,
      Thanks for following the channel.
      will make a video on that soon

  • @poojag4335
    @poojag4335 Před rokem +1

    Wow good explanation

  • @deepakkumaar9665
    @deepakkumaar9665 Před 3 lety +1

    thanks a lot sir

  • @poonamgotal
    @poonamgotal Před 2 lety +1

    Hi Sir, your video are just WOW..! one request is there if you could give some tips for SAS Base exam. I mean kind of question asked per topic. That would be great. Is there any videos regarding SAS Base exam? because I couldn't find it. If not request you to kindly make one.

    • @learnerea
      @learnerea  Před 2 lety

      Will try to do that soon....
      in the meantime if you want, you can give a try to this book, if it helps -
      SAS Certification Prep Guide - amzn.to/3z7aw0C
      if you come across any major topic which is not clear in this book, feel free to post that here, will try and solve that

  • @SGH-rt6ci
    @SGH-rt6ci Před 3 lety

    Dear Sir, I am new to SAS and find your tutorials very helpful. Is there any video devoted to macro and list of variables ? Lets say I want to split entire sashelp.cars into seperate data sets based on origin (using list of variables I guess) and then perform the same calculation on each data set for example price/cylinder. It is just an example, but in my daily work I have products like fruits and I would like to perform the same calculation and analysis every month for every fruit. I would appreciate your help.

    • @learnerea
      @learnerea  Před 3 lety

      Hi SGH,
      Thanks for the complement. We will soon be uploading a video on what you have explained, stay with us

    • @learnerea
      @learnerea  Před 3 lety

      Hi SGH 2018,
      Here comes the video for your problem statement -
      czcams.com/video/omvMk9QlT7M/video.html

    • @SGH-rt6ci
      @SGH-rt6ci Před 3 lety

      @@learnerea Thank You Sir !-)

  • @prashanthjaila3412
    @prashanthjaila3412 Před 2 lety

    Bro u haven't used (macro parameters ) properly, haven't used (output, input, ivar).