- 3
- 0
- 约6.06千字
- 约 87页
- 2018-02-22 发布于天津
- 举报
第14章 宏编程技术;本章内容包括: ;概述 ;宏变量 ;引用宏变量 ;例14.2 宏处理器只能在双引号内进行替代。
%let a=january;
data;
put This is the time series plot for A;
run;
例中,在引号内引用宏变量的值时必须用双引号。因为宏处理器只能在双引号内进行替代。
;606 %let a=january;
607 data;
608 put This is the time series plot for A;
609 run;
This is the time series plot for january
NOTE: 数据集 WORK.DATA1 有 1 个观测和 0 个变量。
NOTE: “DATA 语句”所用时间(总处理时间):
实际时间 0.01 秒
CPU 时间 0.01 秒;例14.3 多次引用宏变量。
%let a=ResDat.class;
data male;
set a ;
if sex=M;
proc print;
title SUBSET OF A;
data female;
set a ;
if sex=F;
proc print;
title SUBSET OF A;
run;;例14.4 改变宏变量的值。
%let
您可能关注的文档
- IntroducingTrafficPolicingandShaping幻灯片.ppt
- IntroducingVoIPNetworks幻灯片.ppt
- IntroductiontoCloudStack三.零TechnicalPresentation幻灯片.pptx
- IntroductiontoCorporateFinance幻灯片.ppt
- IntroductiontoEconomicFluctuation幻灯片.ppt
- IntroductiontoLinearRegressionandCorrelationAnalysis幻灯片.ppt
- IntroductiontoRiskReturnandtheHistoricalRecord幻灯片.ppt
- IntroductiontoSpatialEconometricAnalysis幻灯片.ppt
- IntroductiontotheMeasurementofInterestRates幻灯片.ppt
- IntroductiontotheValuationofDebtSecurities幻灯片.ppt
最近下载
- 智慧农业无人机植保作业精准度分析方案.docx
- 《智能监测技术在农作物病虫害绿色防控中的应用与效果分析》教学研究课题报告.docx VIP
- 2025年浆砌石施工规范.pdf VIP
- 精神疾病与止痛素关系.docx VIP
- 部编版语文五年级上册第五单元教材解读大单元集体备课.pptx VIP
- 《牙齿的秘密》幼儿园班本课程PPT课件.pptx VIP
- 起点钠电PPT:2026全球钠电技术应用行业白皮书发布.docx VIP
- 2026年学习教育查摆问题清单及整改措施台账(四个方面16条).docx VIP
- 红色文创产品包装设计对青少年价值观教育影响的评价——基于AHP与IPA的实证分析.pdf VIP
- 基于无人机的农作物病虫害智能监测与精准防控系统研究及“三农”多场景应用分析.docx VIP
原创力文档

文档评论(0)