Yep, just compiled it on my test partition, looks good so far.
FYI, the addendum mentioned compile issues at V5R3. Those issues still
exist at V5R4, so must change the target release to V5R2M0.
Specifically,
68 - CRTCMOD MODULE(QTEMP/ADLER32) SRCFILE(ZLIB/QCSRC)
OUTPUT('*PRINT') OPTIMIZE(10) DBGVIEW(*ALL) DEFINE('AS400'
'HAVE_MEMCPY' '__OS400__' BYFOUR) SYSIFCOPT(*IFS64IO) TGTRLS(*CURRENT)
ZLIB/QCSRC(ADLER32): CZM0188(30) Reserved name __OS400__ cannot be
defined as a macro name.
Module ADLER32 is not created because statement errors occurred.
The compilation failed.
Changing the target release makes the CZM0188 error severity 10
(warning) and allows compilation.
68 - CRTCMOD MODULE(QTEMP/ADLER32) SRCFILE(ZLIB/QCSRC)
OUTPUT('*PRINT') OPTIMIZE(10) DBGVIEW(*ALL) DEFINE('AS400'
'HAVE_MEMCPY' '__OS400__' BYFOUR) SYSIFCOPT(*IFS64IO) TGTRLS(V5R2M0)
ZLIB/QCSRC(ADLER32): CZM0188(10) Reserved name __OS400__ cannot be
defined as a macro name.
Warnings were issued during compilation.
Module ADLER32 was created in library QTEMP on 03/27/09 at 10:23:51.
--Loyd
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Brian Johnson
Sent: Friday, March 27, 2009 10:17 AM
To: Midrange Systems Technical Discussion
Subject: Re: ZIP file save file extractor app design opinions requested
On Thu, Mar 26, 2009 at 2:14 PM, <lgoodbar@xxxxxxxxxxxxxx> wrote:
Thanks Brian, I may have these on the system. But ZIP still requires
QSH
to function, and that was my main issue. Not sure if I want to use RPG
or CL to interact with the shell.
The ZLIB package I am familiar with can be run as a QSH command, but
also
comes with a CL command called UNZIP. The package includes source code
and
a REXX program to compile everything.
http://homepage1.nifty.com/uzaemon
As an Amazon Associate we earn from qualifying purchases.