fix: typo
Build / Build-and-ng-test (pull_request) Failing after 47s Details

This commit is contained in:
Allan 2024-03-19 22:36:00 +00:00
parent fbbcf90956
commit 31d4e5c727
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ create table dqdata as
%mend dq_selects;
%dq_selects()
proc sort data=dqda/editor/DC775164.MPE_X_TESTta;
proc sort data=dqdata;
/* order by selectbox_order then the value */
by base_col selectbox_order rule_data;
run;