由买买提看人间百态

topics

全部话题 - 话题: sysrc
(共0页)
D******n
发帖数: 2836
1
来自主题: Statistics版 - 新手问个问题 (转载)
create a .vim directory under you home directory(there is a dot before
vim)
and then create a syntax directory under it
and then create a sas.vim file under the syntax directory
==============sas.vim======================
if version < 600
syntax clear
elseif exists("b:current_syntax")
finish
endif
syn case ignore
syn region sasString start=+"+ skip=+\\|\"+ end=+"+
syn region sasString start=+'+ skip=+\\|\"+ end=+'+
" Want region from 'cards;' to ';' to be captured (Bob Heckel)
sy... 阅读全帖
n******e
发帖数: 476
2
来自主题: Statistics版 - question: SAS macro variable
Trying to modify an old macro from running it on Windows to running it on
Linux.
The following line gives me an error message.
%local sysrc;
ERROR: Attempt to %LOCAL automatic macro variable SYSRC.
My question is why the original developer put down this line of codes if it
gives us the error message? Why s/he wants to localize the automatic macro
variable?
Thanks a lot!
(共0页)