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

PKZIP FTP and UNZIP in desktop


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
mkarthi02

New User


Joined: 16 Nov 2010
Posts: 1
Location: US

PostPosted: Tue Nov 16, 2010 9:54 pm
Reply with quote

Hello,

I am trying to pull the data to desktop using FTP after the completion of PKZIP for a sequestial dataset.

The problem is when I open the file in desktop after FTP, it says "It does not appear to be a valid archive". But when in use PKUNZIP in mainframe, it successfully does the unzip.

Please help me to understand on the unzip process in desktop for the mainframe PKZIP files.

Below is the code primarily used to zip the file using PKZIP:
Code:
//ZIP      EXEC PGM=PKZIP
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
-ARCHIVE_DSNAME(MMD.ZIPTEST.ZIP)
-ARCHIVE_UNIT(SYSDA)
-ARCHIVE_SPACE_PRIMARY(20)
-ARCHIVE_SPACE_SECONDARY(1)
-ARCHIVE_SPACE_TYPE(CYL)
MMD.ZIPTEST.TEST.SASDATA.TEST
/*
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Nov 16, 2010 10:01 pm
Reply with quote

just take a decision on which topic You want to receive answers
it' s just a waste of time to follow two topics from the same user on the same issue icon_evil.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


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

PostPosted: Tue Nov 16, 2010 10:05 pm
Reply with quote

Hello,

There is dialong continuing in the original topic.

This duplicate is being locked.

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. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Uploading from desktop, a CSV file, s... DB2 2
No new posts PKZIP - extracting multiple txt files All Other Mainframe Topics 3
No new posts Rexx Program to FTP from desktop to m... CLIST & REXX 4
No new posts How to unzip the file in Mainframe? JCL & VSAM 2
No new posts How to unzip the file in client serve... JCL & VSAM 0
Search our Forums:

Back to Top