Had a read of that Scott and I can't work out how to use it or change it to what I need...
(extract)
"...let’s put all you need in the same directory: the SAS programs we are
going to test, the uncompressed text files, the archives (compressed files) and the tools 7za.exe and gzip.exe...."
I think if I asked for the IT guys here at work if I could do that their heads would explode.
This is what I've been trying to run and getting an ERROR: Insufficient authorization to access c:\windows\system32\11022011.zip. The thing I don't fully understand is where in my script am I asking for it to look in that directory.
Options nodate noxwait;
%Let MyDir = \\int\Collaborate\PI\Portfoli\FTP Transfer;
x "&MyDir";
FileName FTPTRANS Saszipam "11022011.zip";
Data Rwork.GIOSPEC (index = (Nvic));
Infile FTPTRANS (GIOSPEC.dat)
LRECL = 452 Firstobs = 2;
%Let _EFIERR_ = 0;
Input ....
Thanks for your help mate.
Sam