BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] 디버깅(Debugging) – PUTLOG 문

Started ‎11-11-2021 by
Modified ‎11-11-2021 by
Views 307
  • 로그창에 문자열이나 변수의 값을 출력

◀예제▶ putlog 사용예

putlog ‘문자열’;          : 문자열을 출력

putlog 변수명= ;        : 변수명과 Equql Sign(=)과 변수값을 출력

putlog 변수명 포맷명 …; : 변수값에 지정한 format을 적용하여 출력

putlog _all_ ;            : PDV의 모든 변수에 대하여 변수명=값의 형태로 출력

Contributors
Version history
Last update:
‎11-11-2021 03:56 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