23%mp_ds2csv(work.shortnum,outfile=
"&sasjswork/test1.csv",headerformat=SASJS)
27 infile
"&sasjswork/test1.csv";
30 if _n_=1 then call symputx(
'test1a',_infile_);
31 else if _infile_=:
'1,2,3' then call symputx(
'test1b',
'PASS');
35 iftrue=(
"&test1a"=
"A:best3. B:best4. C:best."),
36 desc=Checking header row Test 1,
37 outds=work.test_results
40 iftrue=(
"&test1b"=
"PASS"),
41 desc=Checking data row Test 1,
42 outds=work.test_results