1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 01:20:05 +00:00

fix: updating test cases

This commit is contained in:
munja
2022-01-25 12:45:32 +01:00
parent 11d073c10a
commit 794ceec33c
4 changed files with 74 additions and 24 deletions

View File

@@ -418,7 +418,7 @@ create table &delrec as
from &outdel a
left join &base b
on &keyjoin
where a.%scan(&key,1) is null
where b.%scan(&key,1) is null
order by &commakey;
data &delerr;
@@ -526,7 +526,7 @@ select distinct tgtvar_nm into: missvars separated by ' '
from &outmod a
left join &base b
on &keyjoin
where a.%scan(&key,1) is null
where b.%scan(&key,1) is null
order by &commakey;
data &moderr;
if 0 then set &errds;