mirror of
https://github.com/sasjs/core.git
synced 2026-01-04 16:10:06 +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;
|
||||
put "/* &schema.&ds contains &vars 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;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
@@ -94,7 +94,7 @@ select count(*) into: nobs TRIMMED from &ds;
|
||||
file &fref mod;
|
||||
put "/* &schema.&ds contains &vars 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;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
Reference in New Issue
Block a user