sample would be something like this: data WORK.t3(label='sample');
infile datalines dsd truncover;
input id:8. bal:32. otheramt:32. firstvar:32. secondvar:32. lastvar:32.;
datalines;
444 581 100 1 . 1
555 255 200 1 1 1
777 666 300 . . 1
;;;;
... View more