mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
chore: fixing comments
This commit is contained in:
2
all.sas
2
all.sas
@@ -3518,7 +3518,7 @@ select count(*) into: nobs TRIMMED from &ds;
|
|||||||
file &fref mod;
|
file &fref mod;
|
||||||
put "/* &schema.&ds contains &vars vars */";
|
put "/* &schema.&ds contains &vars vars */";
|
||||||
put "/* Postgres cannot handle tables with over 1600 vars */";
|
put "/* Postgres cannot handle tables with over 1600 vars */";
|
||||||
put "/* No inserts will be generated for this table";
|
put "/* No inserts will be generated for this table */";
|
||||||
run;
|
run;
|
||||||
%return;
|
%return;
|
||||||
%end;
|
%end;
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ select count(*) into: nobs TRIMMED from &ds;
|
|||||||
file &fref mod;
|
file &fref mod;
|
||||||
put "/* &schema.&ds contains &vars vars */";
|
put "/* &schema.&ds contains &vars vars */";
|
||||||
put "/* Postgres cannot handle tables with over 1600 vars */";
|
put "/* Postgres cannot handle tables with over 1600 vars */";
|
||||||
put "/* No inserts will be generated for this table";
|
put "/* No inserts will be generated for this table */";
|
||||||
run;
|
run;
|
||||||
%return;
|
%return;
|
||||||
%end;
|
%end;
|
||||||
|
|||||||
Reference in New Issue
Block a user