If you use proc export, each proc export call will create a new file (=workbook).
Once files are created, filename email in SAS allows to attach files.
As already advised, sending datafiles per email is not good. Providing files for download with sftp(SSH) or https is the way to go.
... View more