BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] LABEL 문

Started ‎10-26-2021 by
Modified ‎10-26-2021 by
Views 297
  • 변수에 라벨을 부여할 때 사용.
  • 출력물에서 변수명을 대신하여 나타남.
  • 256 바이트까지 지정 가능.
  • DATA step과 PROC step에 사용 가능.

LABEL 변수 = '라벨'

변수 = '라벨 ' ;

 

◀예제▶

LABEL name = ‘이름’ age = ‘나이’ ;

Contributors
Version history
Last update:
‎10-26-2021 04:48 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