From 13ecab8390513365965ce27ae20e89d380815f12 Mon Sep 17 00:00:00 2001 From: munja Date: Fri, 14 Jan 2022 20:31:31 +0100 Subject: [PATCH] fix: removing unnecessary mp_abort --- base/mp_csv2ds.sas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base/mp_csv2ds.sas b/base/mp_csv2ds.sas index 5cac84f..b23c9cd 100644 --- a/base/mp_csv2ds.sas +++ b/base/mp_csv2ds.sas @@ -49,10 +49,6 @@ ,mac=&sysmacroname ,msg=%str(the BASEDS variable must be provided) ) -%mp_abort(iftrue=( &baseds=0 ) - ,mac=&sysmacroname - ,msg=%str(the BASEDS variable must be provided) -) %mp_abort(iftrue=( %mf_existds(&baseds)=0 ) ,mac=&sysmacroname ,msg=%str(the BASEDS dataset (&baseds) needs to be assigned, and to exist)