16 "%sysfunc(pathname(work))/newfile.txt"
20 "%sysfunc(pathname(work))/newfile.txt"
26 infile "%sysfunc(pathname(work))/newfile.txt";
28 if _n_=2 then call symputx('val',_infile_);
32 iftrue=(%str(&val)=%str(line2)),
33 desc=Check if APPEND works
38 "%sysfunc(pathname(work))/newfile.txt"
44 infile "%sysfunc(pathname(work))/newfile.txt";
46 if _n_=1 then call symputx('val2',_infile_);
50 iftrue=(%str(&val2)=%str(creating)),
51 desc=Check if CREATE works