1.index= (variable(s) </UNIQUE> </NOMISS>)
index is the name of a variable that forms the index or the name you choose for a composite index.
For more information:
http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000131138.htm
2. input里是informat,format是规定format
For more information:
https://bbs.pinggu.org/thread-339602-1-1.html
3. 如果主数据集by变量值在更新数据集中存在,则Replace
自动变量_IORC_
当运行modify语句时,系统会自动创建一个_iorc_变量,其包含系统每次运行modify语句时返回的i/o操作码
以匹配访问为例:
如果主数据集by变量值在更新数据集中存在,则返回0
不存在,则不产生自动变量_iorc_
如果更新数据集by变量在主数据集中不存在,则返回一个非零值。