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

Can we compress the file on mainframe before NDM'd to UNIX


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mkk157

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Thu Apr 03, 2008 3:38 pm
Reply with quote

Hi,

Detailed explanation of my requirement is as follows.

Over the couple of months we are NDM'ing the files across UNIX server from Mainframes using the below NDM card

SIGNON CASE=YES
SUBMIT PROC=UNIXSND9 SNODE=AB.UNIX.XYZPAPAB -
NEWNAME=NDM-CARD-NAME -
&HOLD=NO -
&FILEIN1=MAINFRAME-INPUT-FILE-NAME -
&FILEOUT1='/unix_feed99/UNIX-DIRECTORY-NAME.TXT' -
&FILEIN2=MAINFRAME-DUMMY-FILE -
&FILEOUT2='/unix_feed99/UNIX-DIRECTORY-NAME.OK' -
&CA7JOBI=NDM-CARD-NAME
SIGNOFF

We are supposed to send a mainframe file to ICARUS with size of 25GB, Ofcourse, we NDM'ed it successfully as part of testing, But NDM team suggests us to look for an alternate approach rather than sending a large file daily as it affects other batch process.

To increase efficiency and more, They have suggested that you try different compression levels and checkpointing before you go live, to achieve the fastest transfer of the data.

Can anyone suggest how to amend ( which parameters ) the NDM data card to fulfill the above requirement.

Can we compress the file on mainframe (before sent) and uncompress on UNIX (after sent)?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Apr 03, 2008 7:43 pm
Reply with quote

mkk157 wrote:
Can anyone suggest how to amend ( which parameters ) the NDM data card to fulfill the above requirement.


No, not until you show us the contents of the process (UNIXSND9).

mkk157 wrote:
Can we compress the file on mainframe (before sent) and uncompress on UNIX (after sent)?


Yes, although you'll have to weigh the benefits of using valuable CPU cycles to do so. You could use a commercial-grade compression tool like PKZIP. Since the endpoint is Unix, you might look at using some of the standard Unix compression methods (like gzip) to meet your goals.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
Search our Forums:

Back to Top