filename korn pipe 'grep "ksh$" /etc/passwd | sed "s/:.*$//"';
data kshusers;
   infile korn lrecl=20 pad;
   input uid $20.;
run;