BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] proc sql에서 length 활용 문의

Started ‎06-15-2021 by
Modified ‎06-15-2021 by
Views 2,249

아래 샘플 프로그램을 실행하셔서 정상적으로 결과가 나오는지 확인하신 후에 활용하셔서 SAS 코드를 작성하십시오.

예)

proc sql;

create table work.a as

select class.name as name format=$20. length=20

from sashelp.class;

quit;

Contributors
Version history
Last update:
‎06-15-2021 01:15 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