Posted 16 years ago
by Audimar Bangi
Hello,
I'm evaluating your product to see if it can be used to write a commercial SAS editor. Is it possible to highlight the following variants of a SAS code (keywords: data, run):
(1) Variation 1 (collapsible, priority 1, with "run;" statement as end of block)
data mydata;
...line of code 1;
...line of code 2;
run;
proc report;
...line of code 1;
...line of code 2;
run;
(2) Variation 2 (collapsible, priority 2, no "run;" statement; last statement ends the block when the start of a new block is encountered)
data mydata;
...line of code 1;
...line of code 2;
proc report;
...line of code 1;
...line of code 2;
run;
Thanks, Audi
I'm evaluating your product to see if it can be used to write a commercial SAS editor. Is it possible to highlight the following variants of a SAS code (keywords: data, run):
(1) Variation 1 (collapsible, priority 1, with "run;" statement as end of block)
data mydata;
...line of code 1;
...line of code 2;
run;
proc report;
...line of code 1;
...line of code 2;
run;
(2) Variation 2 (collapsible, priority 2, no "run;" statement; last statement ends the block when the start of a new block is encountered)
data mydata;
...line of code 1;
...line of code 2;
proc report;
...line of code 1;
...line of code 2;
run;
Thanks, Audi