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

Equivalent Cobol library call for Zipping a file


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sikkandhar

New User


Joined: 03 Dec 2007
Posts: 61
Location: Bangalore

PostPosted: Thu Sep 10, 2009 7:34 pm
Reply with quote

Hi All,

I am working on MF Cobol using Net Express
I need to know a equivalent Cobol library call for Zipping a file.
Currently they are using linux command "gzip" to zip the file
Can you please help me in getting an equivalent library call for the same

Thanks in advance
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Sep 10, 2009 8:06 pm
Reply with quote

start from www.info-zip.org/ to get a grasp of zip/unzip issues

free zlib libraries are available as c source code,
You can find them at Use [URL] BBCode for External Links and start from there

ask legal advice about the usage of free software inside Your organization
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Sep 10, 2009 8:37 pm
Reply with quote

Mainframe Zip packages, except for gzip / gunzip, tend to be from independent software vendors who charge thousands or tens of thousands of dollars for their software. There is no free API that I am aware of to do COBOL CALL statements for zipping and unzipping on the mainframe.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
Search our Forums:

Back to Top