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

Problem while Decompressing the ZIP file


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
Nethraa

New User


Joined: 02 Feb 2010
Posts: 16
Location: chennai

PostPosted: Tue Feb 26, 2019 6:55 am
Reply with quote

Hi All,

I am using PKZIP utility to Zip the file as below.

//SYSIN DD *
-ECHO
-ARCHOUTDD(OUTARCH)
-INDD(INPUT)
-DATA_TYPE(TEXT)
-TEMP_SPACE_PRIMARY(1000)
-DATA_DELIMITER(CRLF)
-FILE_TERMINATOR()
-COMPRESSION_LEVEL(NORMAL)
-GZIP
//*


After zipping , using NDM process sending the Zipped file to the customer.
But when the customer decrypt and decompress they are not archived into a single file, instead they get back a folder1/file. Actually the folder structure is created which is not correct. It needs to be archived as single file.

Could you please help me to resolve this issue.

Thank you,
Nethraa.
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Tue Feb 26, 2019 11:02 am
Reply with quote

  • Was the data set sent as an "image" or "binary" file?
  • What are the DCB attributes of the data set you sent?
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2454
Location: Hampshire, UK

PostPosted: Tue Feb 26, 2019 2:49 pm
Reply with quote

Why start this thread again with the same information as before? Locked. To be deleted.
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. All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts IGYPG3178-I when compiling a pgm read... COBOL Programming 5
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts Sorting date into YYYYMMDD, and creat... DFSORT/ICETOOL 13
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts To Populate Trailer cnt in the file w... SYNCSORT 1
Search our Forums:


Back to Top