1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +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

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 */