1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-21 07:21:31 +00:00

fix: increasing logging of mp_chop to 200 records when mdebug is enabled

Also updated some program headers to reflect new Data Controller pricing structure.  all.sas regenerated.
This commit is contained in:
Allan
2023-07-21 00:34:36 +01:00
parent 6c64de651d
commit a497976eae
4 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ run;
infile &outfile lrecl=32767;
input;
list;
if _n_>50 then stop;
if _n_>200 then stop;
run;
%end;
/* END */