Search found 13 matches

by bharani
Tue Aug 07, 2012 10:14 am
Forum: JCL
Topic: How to zip the file and email that as an attachment in JCL
Replies: 3
Views: 13505

Dear MrSpock,

yea, it worked well now. Thanks for providing me the steps with an example. It helped me.

Thanks a ton.
-Bharani :)
by bharani
Mon Aug 06, 2012 7:33 pm
Forum: JCL
Topic: How to zip the file and email that as an attachment in JCL
Replies: 3
Views: 13505

Hi MrSpock, Thank you. But still am getting the same issue. But now am getting the error message as ZIP ARCHIVE INVALID. Below are the details //B64 EXEC PGM=IRXJCL, // PARM='WGM30564' //SYSEXEC DD DISP=SHR,DSN=XXXX.XXXX.XXXX.PRC -> contain the rex code which is in the link [b]http://planetmvs.com/m...
by bharani
Sat Aug 04, 2012 1:57 pm
Forum: JCL
Topic: Zip the File on Mainframe and send as E-Mail Attachment
Replies: 8
Views: 18729

Thank you DikDude, i have posted a seperate topic on this. Also provided some details on this. Could you please help me on this?

new post : http://www.mainframegurukul.com/ibmmain ... ght=#16641

Thanks,
Bharani.S
by bharani
Sat Aug 04, 2012 1:35 pm
Forum: JCL
Topic: How to zip the file and email that as an attachment in JCL
Replies: 3
Views: 13505

How to zip the file and email that as an attachment in JCL

Hi All, Requesting your advice and help on the below issue. Am having issue while sending the zip file as an attachment throught JCL. I can zip the file using PKZIP (usually we use to FTP the zip file but now we got different request to mail those). Even i can mail the attachment. But am getting err...
by bharani
Fri Aug 03, 2012 7:57 pm
Forum: JCL
Topic: Zip the File on Mainframe and send as E-Mail Attachment
Replies: 8
Views: 18729

Dear All, Am having the same issue now (Stated above). My requirement is also a similar one. I need to zip one file and have to send it as a attachment in email. Can anyone help me in this? searched a lot, but couldn't find the solution for the same. Hi Natarajan, If possible can you guide me please...
by bharani
Fri Mar 25, 2011 2:53 pm
Forum: COBOL
Topic: COBOL Program performance tuning tips
Replies: 22
Views: 76946

Hi all, I have one doubt. I can see lot of dead codes in one of the program. (Dead codes, am refering here is commented as well as unused paragraphs) Will that affect the performance? by removing these codes is it possible to increase the performance or is it possible to save anything by doing so? P...
by bharani
Sat Oct 17, 2009 2:22 am
Forum: JCL
Topic: Sending an Email from JCL with attachment
Replies: 36
Views: 107829

Main Job ************* //SETP01 EXEC PGM=IEBGENER //SYSIN DD DUMMY //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //SYSUDUMP DD SYSOUT=D //SYSUT2 DD SYSOUT=(B,SMTP) //SYSUT1 DD DSN=XXXXX.MAIL.HEADER,DISP=SHR // DD DSN=XXXXX.MAIL.ATTACH1,DISP=SHR // DD DSN=XXXXX.MAIL.REPORT1,DISP=SHR // DD DSN=XXXXX.MAI...
by bharani
Sat Oct 17, 2009 1:44 am
Forum: JCL
Topic: Sending an Email from JCL with attachment
Replies: 36
Views: 107829

Hi sending multiple attachment is not working, the attachment is comming inside the mailitself, any one please help me, it is very urgent and important for me to finish it.

if you can please give the working code please........

thanks in advance.
by bharani
Tue Oct 13, 2009 2:30 am
Forum: JCL
Topic: Record Count using JCL
Replies: 2
Views: 6840

Hi, you can make use of DFSORT's ICETOOL. //STEP1 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //IN DD DISP=SHR,DSN=your input dataset //OUT DD SYSOUT=* //TOOLIN DD * OCCUR FROM(IN) LIST(OUT)- HEADER('Test ID ') ON(3,5,CH)- HEADER('COUNT') ON...
by bharani
Tue Oct 13, 2009 1:47 am
Forum: JCL
Topic: Sending Zip File
Replies: 8
Views: 11822

Hi MrSpock and Anuj,

Thanks for your valuable guidence.

I understood, will try to get the product and do it asap.

Once again thanks.

-Bharani
by bharani
Fri Oct 09, 2009 10:52 pm
Forum: JCL
Topic: Sending Zip File
Replies: 8
Views: 11822

Hi i can't use any outside products, is it possible to do this using jcl or cobol????

if no means, how can i do it using PKZIP?
by bharani
Fri Oct 09, 2009 1:38 pm
Forum: JCL
Topic: Sending Zip File
Replies: 8
Views: 11822

Hi, This is a new enchancement am asked to made. Before that we will be extracting the reports from MF and will be sending that to the clients. Now they asked me to zip the contents of the report and send it to them through mail automatically using a JCL. This will reduce the time taken by us to do ...
by bharani
Fri Oct 09, 2009 2:54 am
Forum: JCL
Topic: Sending Zip File
Replies: 8
Views: 11822

Sending Zip File

Hi, I have a new requirement to send the 3 diferent GDG version as a zip file in a mail using JCL or a cobol program. Say A, B, C three file, have to be ziped in MF as D and it must be sent to the receipients in a mail as an attachement. Can you pleople please help me. Thanks in advance. -Bharani.