Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
data work.temp work.error / view = work.temp; infile rawdata; input Xa Xb Xc; if Xa=. then output work.errors; else output work.temp; run;
DATAステートメントに構文エラーがあると表示されていますが、どこにあるのかわかりません...