1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: mp_ds2cards was failing when the maxobs was less than the number of variables. SQL maxobs option is now reset.

This commit is contained in:
2020-10-12 18:28:50 +02:00
parent ac46489f11
commit f50cb03fd3
2 changed files with 2 additions and 4 deletions

View File

@@ -2297,8 +2297,7 @@ proc sql
order by ranuni(42)
%end;
;
reset outobs=max;
create table datalines1 as
select name,type,length,varnum,format,label from dictionary.columns
where libname="%upcase(%scan(&base_ds,1))"

View File

@@ -103,8 +103,7 @@ proc sql
order by ranuni(42)
%end;
;
reset outobs=max;
create table datalines1 as
select name,type,length,varnum,format,label from dictionary.columns
where libname="%upcase(%scan(&base_ds,1))"