본문 바로가기
SAS

[SAS] print the first 10 line of data

by Aubreyy 2022. 4. 24.
/*Check the data*/
/*If you want to check 20 line, you can change (obs=10) to (obs=20)*/
proc print data=db (obs=10); run;

 

'SAS' 카테고리의 다른 글

[SAS] Delete imported table/dataset  (0) 2022.04.25
[SAS] data type check  (0) 2022.04.24
[SAS] SQL in sas  (0) 2022.04.24
[SAS] Import excel file (+specifying a sheet)  (0) 2022.04.22

댓글