|
|
Features:
|
|
|
|
|
|
Send and Receive zSeries data as ZIP Compressed/Encrypted Files
|
|
|
Description
|
|
|
|
ZIP and GZIP are standard compression formats used the world over for the
fast efficient and secure electronic exchange of information across divergent
platforms. The compression is quite good, generally 85% or higher
with mainframe data. Strong encryption options are now supported
by some ZIP tools. ZIP/390's native zSeries functionality is generally superior to that of other mainframe
compression utilities. In addition, ZIP/390 includes a unique
and innovative integrated PC Server mode
(IpBridge/Connect)
for turbo-charging mainframe compression/encryption jobs;
especially valuable for large jobs.
|
|
 |
|
Sample z/OS JCL:
|
|
|
ZIP and FTP three (3) mainframe files
|
|
//ZIP2FTP JOB ' ','ZIP2FTP',CLASS=A,MSGCLASS=H,MSGLEVEL=(0,0),TIME=1440
//STEP1 EXEC PGM=ZIP390,REGION=2M
//STEPLIB DD DSN=D21LIB.D21Z.LOADLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ACTION=ZIP
IFILE=DSN/ZIP390.FILE1.TXT;file1.txt
IFILE=DSN/ZIP390.FILE2.TXT;file2.txt
IFILE=DSN/ZIP390.PDSFILES.TXT(FILE3);file3.txt
ARCHIVE=FTP/&FTPHOST/&FTPPORT/&USERID/&PASSWORD/0/files.zip
/*
|
|
Sample VSE JCL: |
|
| ZIP and FTP one mainframe file |
|
* $$ JOB JNM=SEQ2FTP,PRI=1,CLASS=0
* $$ LST FNO=UTIL,CLASS=M
// JOB SEQ2FTP
*
// LIBDEF PHASE,SEARCH=D21LIB.D21Z
// ASSGN SYS060,DISK,VOL=SYSWK1,SHR
// DLBL IFILE,'ZIP.SEQ.FILE1',0,SD
// EXTENT SYS060,SYSWK1,1,0,nnnn,nnnn
// DLBL TFILE,'ZIP.SEQ.FILE2',0,SD
// EXTENT SYS060,SYSWK1,1,0,nnnn,nnnn
*
// EXEC ZIPVSE,SIZE=ZIPVSE
ECHO=Y
ACTION=ZIP
IFILE=SEQ/IFILE/23440/80/FB;file1.txt
ARCHIVE=FTP/&FTPHOST/&FTPPORT/&USERID/&PASSWORD/0/FILE1.ZIP
/*
/&
* $$ EOJ
|
|
|
| |
| |
|
Documentation
|
|
|
Literature
|
|
|
|
|
Reference Guide
|
|
|
|
|
|
ZIP390 is a PKZIP Compatible and WINZIP Compatible mainframe compression product. ZIP, UNZIP and GZIP capabilities are a growing demand for many companies these days. Compression and encryption products for the mainframe can be very costly. Finding a cost efficient applications that runs on z/OS, OS/390, OS390, MVS, VSE, or VSE/ESA is very important. FTP does not show nearly as much value as zip compression. With speedy AES Encryption your data will be kept secure. ZIP Keyword Encryption another form of encryption with our mainframe file compression and mainframe encryption products. We also valuable resources with batch utility and the option of running a zip server with a partner product IpBridge/Connect. Mainframe HIPAA is very important to healthcare companies now. ZIP OS/390, ZIP MVS, ZIP VSE and ZIP OS390 are all important to a business with the interest of keeping its data secure. A variety of products offering zip for the mainframe, we believe ZIP390 is the best. Add PGP Encryption for PGP compatibility for secure mainframe transfer of files. Cyberfusion, ca-xcom, Connect:Direct, Connect:Express, DataBlaster, and File SWEEP/Rapid. ZIP/390's performance as a zip mvs solution has been reported as perfect solution for zip compression and encryption solutions. JIMZip, PowerArchive and ZIPIt are all related to the ZIP Compression Community. PKWARE's Securezip product is an expensive alternative to some of ZIP/390's capabilities and features.
|