IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Zipping Multiple RTF files using XMITIP


IBM Mainframe Forums -> JCL & VSAM
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
Sridhar R

New User


Joined: 11 Dec 2010
Posts: 20
Location: India

PostPosted: Thu Nov 08, 2012 11:39 am
Reply with quote

Hi all,

I want to ZIP 3 or 4 mainframe files into a single ZIP file and send that file thru email using XMITIP. Could anyone help me please.

Example:

My parm card is looks like below:
Code:

%XMITIP [email protected] +
NOMSG +
FROM [email protected] +
SUBJECT 'SSS.REPORT' +
FILE ('XXX.YYY.ZZZ.FILE01' +
'XXX.YYY.ZZZ.FILE02' +
'XXX.YYY.ZZZ.FILE03') +
FORMAT (ZIPRTF/REPORT1.RTF/LANDSCAPE/09/LETTER +
ZIPRTF/REPORT2.RTF/LANDSCAPE/09/LETTER +
ZIPRTF/REPORT3.RTF/LANDSCAPE/09/LETTER) +
FILENAME (SSS_REPORTS.ZIP) +
ZIPMETHOD MAXIMUM +
ZIPPASS report


As per the above parm I'm receving a email but all the three files are ZIPPED seperately and receving 3 different files

But I want all the three into a single ZIP file, can anyone help me?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19243
Location: Inside the Matrix

PostPosted: Thu Nov 08, 2012 8:08 pm
Reply with quote

This was already answered elswhere . . .

Do Not post the same question multiple places icon_sad.gif

d
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts INPFIL FILES, FNAMES examples SYNCSORT 7
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts To Populate Trailer cnt in the file w... SYNCSORT 1
No new posts JCL to merge two files side by side DFSORT/ICETOOL 3
Search our Forums:


Back to Top