19filename crlf
"%sysfunc(pathname(work))/crlf";
20filename cr
"%sysfunc(pathname(work))/cr";
26%mp_assertscope(SNAPSHOT)
27%mp_cleancsv(in=cr,out=crlf)
28%mp_assertscope(COMPARE)
32 infile
"%sysfunc(pathname(work))/crlf" lrecl=100 termstr=crlf;
37%put test1=%mf_nobs(test1);
40 iftrue=(%mf_nobs(work.test1)=5),
41 desc=Checking blank rows on CR formatted file,
42 outds=work.test_results