|
On 5/17/17, 10:01 AM, Rob Berendt wrote:
On 17-May-2017 10:57 -0600, James H. H. Lampert wrote:
[…] from a command line, something like:
ZLIB/ZIP ZIPFILE(test17my17.zip) FILES('This 40'' boxcar.txt')
REPLACE(*APPEND)
and got "Matching quote not found in path name."
How did it know "path name"?
For a moment, I thought you were onto something, but no, that's
simply the parameter type for FILES
The OS/400 port of ZLIB comes with complete source, and in the
ZLIB/QCMDSRC.ZIP, the FILES parameter is defined thusly:
PARM KWD(FILES) TYPE(*PNAME) LEN(128) MIN(1) +
MAX(20) EXPR(*YES) CASE(*MIXED) +
PROMPT('Files to add ZIP file')
Now, if I triple the delimiter quotes and QUADRUPLE the embedded
quotes, THEN the command processor processes it just fine, but the
CPP blows up. And I'm not quite ready to rewrite ZLIB.
[…]
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.