口腔科学等多个文件4new.pptx

想预览更多内容,点击预览全文

申明敬告:

本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己完全接受本站规则且自行承担所有风险,本站不退款、不进行额外附加服务;如果您已付费下载过本站文档,您可以点击这里二次下载

文档介绍

Chapter 4 Program Design of Data StepZhang YuhuaInstitute of Biomedical Engineering Building 8, 3rd floor, east sideTel:mail: zhangyh@sdu.edu.cnMain TopicsLoop programming DO – END statementBranch programming IF – THEN/ELSE statementChapter 4Loop programmingLoop: In the one processing of DATA step, some statements need to be run many times repeatedly. DO – END statement:Syntax: DO I = A to B by C; < Loop Body >; END;Description:The index variable (I) starts with the start value (A), then is incremented by the increment value (C) each time (I=I+C). The iterations continue as long as the index variable is less than or equal to the stop value (B). If a negative increment is used, then the rules reverse so that the index variable decrements to a lower bound. Note that the start, stop, an

最近下载