Merge pull request 'fix: new approach to fixing ' () from issue105 into main

Reviewed-on: 
This commit is contained in:
allan 2024-05-22 16:33:29 +00:00
commit 89a5153bb3

@ -341,7 +341,7 @@ data work.STAGING_DS;
&droplist; &droplist;
infile "&csv_dir/&fname" dsd dlm="&dlm" lrecl=32767 infile "&csv_dir/&fname" dsd dlm="&dlm" lrecl=32767
firstobs=2 missover termstr=&termstr encoding='utf-8'; firstobs=2 missover termstr=&termstr encoding='utf-8';
attrib &attrib ; attrib _____DELETE__THIS__RECORD_____ length=$3 &attrib ;
if _n_=1 then call missing (of _all_); if _n_=1 then call missing (of _all_);
missing a b c d e f g h i j k l m n o p q r s t u v w x y z _; missing a b c d e f g h i j k l m n o p q r s t u v w x y z _;
input input