I'm trying to submit this code data _null_; file stdout; infile stdin; put @5 "input x?:"; input x; run; And this is what I get ********/********/********/******> input x?: 3 ksh: 3: not found [11] + Stopped (SIGTTIN) sas test1.sas & Can't figure out where I'm going wrong?
... View more