Hi Team,
 
I have different types of files like SAS data set, transpose files, excel and zip files in one zip file(All_types_of_TPV_data.zip).
 
It is located in below path.
Path: C:\Users\BPrakash\Documents\input
libname in "C:\Users\BPrakash\Documents\input" ;
 
And I need to extract that to below location.
Path: C:\Users\BPrakash\Documents\output
libname out "C:\Users\BPrakash\Documents\output" ;
 
Can anyone please suggest the simple way to unzip the zip files.
 
Note:  I am using sas EG 9.4