View previous topic :: View next topic |
Author |
Message |
nbdtrjk1 Beginner
Joined: 12 Apr 2007 Posts: 76 Topics: 41
|
Posted: Fri Jun 25, 2010 5:53 am Post subject: ZIP Mail |
|
|
All,
I have a requirement to send ZIP file format from Mainframe to Mail.
Let's assume i have 10 GDG version, now i want send all the 10 gdg version information into my mail with a zip format.
in the mail, i want to get all the 10 gdg version information separately in the ZIP file(see below format).
Code: | Mail_attch.ZIP
INFILE_GDG01
INFILE_GDG02
INFILE_GDG03
INFILE_GDG04
INFILE_GDG05
INFILE_GDG06
INFILE_GDG07
INFILE_GDG08
INFILE_GDG08
INFILE_GDG10 |
Hope understood my question. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Fri Jun 25, 2010 10:19 am Post subject: |
|
|
nbdtrjk1,
You need to PKZIP software installed on your z/OS in order to zip the GDG files. Check and see if you have the software installed.
Kolusu |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Fri Jun 25, 2010 3:47 pm Post subject: |
|
|
Do you have XMITIP on your system?
If your system does not have pkzip (or some other standard compression software) and you use XMITIP, you can use INFOZIP.
Quote: |
The XMITIP package ships with a copy of the z/OS version of InfoZip so if you don't have a commercial package you can use that. Then FORMAT ZIPCSV or ZIP... should work for you. The InfoZip is useful but a commercial package will do more for you.
|
_________________ All the best,
di |
|
Back to top |
|
|
nbdtrjk1 Beginner
Joined: 12 Apr 2007 Posts: 76 Topics: 41
|
Posted: Fri Jun 25, 2010 8:14 pm Post subject: |
|
|
kolusu/papadi,
i have PKZIP software in my work shop. Can you please guide me how to do that in PKZIP(10 Gdg versions)? |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Sat Jun 26, 2010 3:05 am Post subject: |
|
|
If your organization has the pkzip product, your organization has the documentation. Suggest you follow a simple example from the doumentation and make sure the zipped file can be successfully sent/received via e-mail.
Once the test is successful, expand to use the full set of data. _________________ All the best,
di |
|
Back to top |
|
|
|
|