포스팅 목차
![](https://udemy-images.udemy.com/course/480x270/1522402_1293_2.jpg)
libname test 'c:\';
* MACRO저장 라이브러리 지정;
options mstored sasmstore=test;
* MACRO생성후 소스 저장;
%macro BACK/store source;
PROC PRINT DATA=SASHLEP.CLASS;
RUN;
%mend;
* 로그에 위의 MACRO 내용 확인;
%copy BACK/source;
* SAS파일로 매크로 내용 저장;
%copy BACK/source OUT='C:\TEST1.SAS';
* 통계분석연구회 : http://cafe.daum.net/statsas
* 백승민홈페이지 : http://www.statwith.pe.kr
반응형
'SAS' 카테고리의 다른 글
[Connect] scr file 수정없이 sas connect 사용 s... (0) | 2011.02.18 |
---|---|
SAS 서버 9.2에서 Oracle 서버를 라이브러리로 잡... (0) | 2011.02.18 |
Firth logistic regression (SAS and R) (0) | 2011.02.18 |
[이중배열] 이중배열을 이용한 관측치별 누적합 구... (0) | 2011.02.18 |
[GRADAR] GARADAR 넓이(비율) 조정 (0) | 2011.02.18 |
댓글