1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

chore: fixing comments

This commit is contained in:
Allan Bowe
2021-07-30 00:17:44 +03:00
parent 5207a77591
commit 658d67feaa
2 changed files with 2 additions and 2 deletions

View File

@@ -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;