I have a job that creates 3 files on host. Now I would like to send that 3 files through XMITIP. Well, I've done that, but I know only how to sent 3 Excel with one mail.
So my question is: Is it possible to send 3 files from host with XMITIP to one Excel file witch will have 3 Worksheets inside that file. My code for now, witch works is:
%XMITIP (NAME.SURRNAME@COMPANY.COM) -
NOMSG -
FILE ('ABCDEFG.AA' -
'ABCDEFG.BB' -
'ABCHDEG.CC') -
FILENAME (AA.XLS BB.XLS CC.XLS) -
HLQ XMITIP.SV -
FROM NAME.SURRNAME@COMPANY.COM -
SUBJECT 'NAME OF MAIL' -
FORMAT XLS
This code sends my 3 files ABCDEFG.AA, ABCDEFG.BB, ABCDEFG.CC from host and creates 3 Excel files AA.XLS, BB.XLS, CC.XLS