由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - SAS help : Any way to fold multiple rows
相关主题
SAS SQL 问题Need advice on SAS macro debugging
SAS macro to import multiple csv file??R 语言有像SAS 一样的macro吗?
Help Please! SAS Advanced 考证题求助[sas]怎么能让macro实现highlight syntax
Stupid SAS programming style is driving me crazy....Power of interim analysis
SAS MACRO和Proceduresyntax errors
急问:SAS batch submission with macro variable哪位能推荐一本SPSS的书,面试要问到SPSS
一个有意思的问题,关于SAS的运算时间。请教2个sas base问题
Re: SAS help : How to use Macro to select procedurs包子问两个sas和spss数据转换的问题
相关话题的讨论汇总
话题: fold话题: sas话题: any话题: rows话题: way
进入Statistics版参与讨论
1 (共1页)
p***r
发帖数: 920
1
Just tow many rows and too long to scroll down and up every time even when
some data step and proc can folded. I'm looking for something that can
fold multiple procs in one two easy the vision of the code. I know macro
and do this a little, but it will hide the syntax color.
Does anyone know if there are any way to high a whole paragraph of code,
totally depending on the way I want.
R*********i
发帖数: 7643
2
Totally lost. Don't understand what the issue is and what you want to do.
D******n
发帖数: 2836
3
try vim,
u can fold whatever blocks you want to fold.
but as a programming rule, if your code is too long and needs a lot of
scrolling, it is time you modulized it.

when

【在 p***r 的大作中提到】
: Just tow many rows and too long to scroll down and up every time even when
: some data step and proc can folded. I'm looking for something that can
: fold multiple procs in one two easy the vision of the code. I know macro
: and do this a little, but it will hide the syntax color.
: Does anyone know if there are any way to high a whole paragraph of code,
: totally depending on the way I want.

p***r
发帖数: 920
4
Can you dig more about vim ?
And about the modulization thing. My task just involve repeated using proc
and data step, with unpredictable many needs in making changes about the
code from time to time. Is modulize would help.

【在 D******n 的大作中提到】
: try vim,
: u can fold whatever blocks you want to fold.
: but as a programming rule, if your code is too long and needs a lot of
: scrolling, it is time you modulized it.
:
: when

D******n
发帖数: 2836
5
Vim's learning curve is very steep, might not help you much in a short
term. You can pick one from the list:
http://en.wikipedia.org/wiki/Folding_editor
mudulization is to break your codes into pieces, it might mean macros in
SAS's context or programs 1,2,3... that do the jobs sequentially.

proc

【在 p***r 的大作中提到】
: Can you dig more about vim ?
: And about the modulization thing. My task just involve repeated using proc
: and data step, with unpredictable many needs in making changes about the
: code from time to time. Is modulize would help.

1 (共1页)
进入Statistics版参与讨论
相关主题
包子问两个sas和spss数据转换的问题SAS MACRO和Procedure
any free editors supporting SAS syntax?急问:SAS batch submission with macro variable
Question: Emacs + ESS for SAS一个有意思的问题,关于SAS的运算时间。
学SAS之前需要先懂得SQL嘛?Re: SAS help : How to use Macro to select procedurs
SAS SQL 问题Need advice on SAS macro debugging
SAS macro to import multiple csv file??R 语言有像SAS 一样的macro吗?
Help Please! SAS Advanced 考证题求助[sas]怎么能让macro实现highlight syntax
Stupid SAS programming style is driving me crazy....Power of interim analysis
相关话题的讨论汇总
话题: fold话题: sas话题: any话题: rows话题: way