Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Andrej Karpathy
- SAS
- 세상
- DeepLearning
- openai
- tensorflow
- SQL
- 머신러닝
- cs231n
- neural networks
- deep learning
- 번역
- Tutorial
- 인공지능
- 행복
- machine learning
- 신경망
- tutorials
- TensorFlow Tutorials
- 한국어
- 강화학습
- 딥러닝
- Artificil Intelligence
- 답변
- 질문
- 매크로
- Reinforcement Learning
- 사랑
- 꿈
- Hvass-Lab
Archives
- Today
- Total
목록mprint (1)
Economics & Deeplearning
options mprint 질문
%macro prtlast;proc print data=&syslast (obs=5);title "Listing of &syslast data set";run;%mend;data sales;price_code=1;run;options mprint mlogic;%prtlast을 실행하면 로그창에MPRINT(PRTLAST): proc print data=WORK.SALES (obs=5);MPRINT(PRTLAST): title "Listing of WORK.SALES data set";MPRINT(PRTLAST): run;Work.sales뒤에 공란은 왜생길까요?==================================================================================..
SAS/SAS 질문과 답변
2016. 2. 20. 13:22