BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] 할당문

Started ‎10-28-2021 by
Modified ‎10-28-2021 by
Views 467
  • 새로운 변수를 생성하거나 기존 변수 값을 변경.
  • 표현식의 결과를 값으로 할당.
  • 표현식은 피연산자(상수, 변수)와 연산자(함수, 산술연산 기호)를 사용하여 구성.

변수 = 표현식 ;

 

◀예제▶

DATA work.new;

MyBirthYear = year(‘01jan1960’d) ;

MyName = ‘홍길동’;

RUN;

Contributors
Version history
Last update:
‎10-28-2021 02:42 AM
Updated by:

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Article Labels
Article Tags