Page 1 of 1

Report Generation JCL

PostPosted: Fri Aug 04, 2023 9:43 am
by Ravichvasu
Hi All

I need support / model JCL for generate a report and send email.

currently we are manually checking the job end time and sending it in a email form to internal stake holders.

Any support / help would be appreciated. totally 26 jobs.

i have attached the report format. thank you in advance

S.No Description Job name Status Time

Re: Report Generation JCL

PostPosted: Fri Aug 04, 2023 12:52 pm
by willy jensen
You will need more than JCL.
My suggestion would be
- install a SMTP service, see cbttape.org file 314.
- in each job add a step which generates the text - could be any program, but REXX springs to mind - and sends it as an email using the SMTP service.

I do not have sample, but if you are new to SMTP then look at the cbttape.org file 314, or search cbttape.org or the web for SMTP.