MACROS IN SAS - 2 | Introduction to Macro Variables in SAS | Local VS Global Macro Variables in SAS

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 16

  • @explore5709
    @explore5709 2 года назад +2

    Thank you sir, global and local macro variables are nicely explained in comparison.

  • @rahulsalve7543
    @rahulsalve7543 2 года назад +1

    Thank you sir

  • @sriprakashsankaran5823
    @sriprakashsankaran5823 4 месяца назад

    In %PUT, you mentioned only First_Number but not the Second_Number, why it didn't?

  • @bootlasravanthi2846
    @bootlasravanthi2846 Год назад +1

    Why your a period after macro variable in put statement

    • @learnerea
      @learnerea  Год назад

      that's in my practice to put that, you can use without period as well..

  • @laicythomas7380
    @laicythomas7380 4 года назад +2

    Hi, do you have any sas project which is related to banking domain?

    • @learnerea
      @learnerea  4 года назад +1

      Hi Laicy,
      Currently we do not have something as such however:
      1. If you are already working in banking domain and have some problems then you can post your doubts here and we will support on that.
      2. We will be making videos on different and domain knowledge and banking will be one of them

    • @laicythomas7380
      @laicythomas7380 4 года назад +2

      @@learnerea okay, I understand.
      Please let me know if you are having any kind of real time projects related to sas in future. Thank you

    • @deepakkumaar9665
      @deepakkumaar9665 3 года назад

      any news

  • @mksindsg
    @mksindsg 3 года назад

    Hi I have query below if can help. I have a variable which Is assigning dynamically in the macro and the macro is in the loop. For each time the value a value will be assigned dynamically and later how to use this variable in the same macro? I am getting the error that expecting numeric value..

    • @learnerea
      @learnerea  3 года назад

      Please share a screen shot at learnerea.edu@gmail.com

  • @gaga-ix3pu
    @gaga-ix3pu 3 года назад

    IF I SETED GLOBAL MARCRO VARIABLES, HOW CAN I RECANCLE THE GLOBAL MARCRO VARIABLES?

  • @sanket4695
    @sanket4695 2 года назад

    when i run above program, program neither run nor gives any error msg...
    it shows below note
    "The quoted string currently being processed has become more than 262 bytes long. You might have unbalanced quotation marks." what is this???
    please help me out of this.....

    • @learnerea
      @learnerea  2 года назад

      where is the above programme, do you mean the one I have explained in this video?

    • @sanket4695
      @sanket4695 2 года назад

      @@learnerea first of alll thanks for reply..
      and yes sir in above program .....but if i write x=sum( &first_number. , &secomd_number.);
      then i get output..... where is any character...
      please correct me if i am wrong..