January 2018
Beginner to intermediate
582 pages
25h 3m
English
filename invent 'Z:\sasuser\invent.dat';
data work.update;
infile invent;
input Item $1-13 IDnum $15-19
InStock 21-22 BackOrd 24-25;
Total=instock+backord;
run;
filename invent 'Z:\sasuser\invent.dat';
data work.update;
infile invent; input ...Read now
Unlock full access