fix: removing XLMAP_TARGETLIBDS from mpe_xlmaps_rules table
Build / Build-and-ng-test (pull_request) Failing after 17s Details

This commit is contained in:
zmaj 2024-01-23 16:54:44 +00:00
parent df065562d1
commit 93702c63dc
1 changed files with 1 additions and 2 deletions

View File

@ -308,8 +308,7 @@ create table &lib..mpe_xlmap_rules(
XLMAP_RANGE_ID char(32) &notnull,
XLMAP_SHEET char(32) &notnull,
XLMAP_START char(1000) &notnull,
XLMAP_FINISH char(1000),
XLMAP_TARGETLIBDS char(41)
XLMAP_FINISH char(1000)
);quit;
proc datasets lib=&lib noprint;
modify mpe_xlmap_rules;