View previous topic :: View next topic |
Author |
Message |
joergensen Beginner
Joined: 05 Nov 2003 Posts: 9 Topics: 7
|
Posted: Tue Oct 20, 2009 5:33 am Post subject: unzip mainframe PGM=UNZIP |
|
|
z5ibj.zip is the achive from windows - transfered with CORE ftp as binary to MVS
z5ibj is my tso user.
then i run this unzip:
Code: |
//UNZIP EXEC PGM=UNZIP,
// PARM='-v -l -a ''Z5IBJ.ZIP'''
|
giving:
Code: |
Archive: 'Z5IBJ.ZIP'
Length Method Size Ratio Date Time CRC-32 Name
------ ------ ---- ----- ---- ---- ------ ----
288274 Defl:N 24461 92% 10-19-09 00:00 9af81e5b
Z5IBJ.TEST1
------ ------ --- -------
288274 24461 92% 1 file
|
but i really can't solve what the unzip dataset on mvs must be, pds or ?.
It is the dataset(file) Z5IBJ.TEST1 i want unzippped
b.w Joergensen |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Mon Oct 26, 2009 4:37 pm Post subject: |
|
|
What happens if you try to unzip this as a PS file? _________________ All the best,
di |
|
Back to top |
|
|
|
|