Documentation update.

This commit is contained in:
Philip.Hazel 2017-09-13 16:22:14 +00:00
parent d8692f30b7
commit 03fa7ead8a
1 changed files with 12 additions and 11 deletions

View File

@ -369,18 +369,19 @@ BUILDING PCRE2 ON NATIVE Z/OS AND Z/VM
z/OS and z/VM are operating systems for mainframe computers, produced by IBM. z/OS and z/VM are operating systems for mainframe computers, produced by IBM.
The character code used is EBCDIC, not ASCII or Unicode. In z/OS, UNIX APIs and The character code used is EBCDIC, not ASCII or Unicode. In z/OS, UNIX APIs and
applications can be supported through UNIX System Services, and in such an applications can be supported through UNIX System Services, and in such an
environment PCRE2 can be built in the same way as in other systems. However, in environment it should be possible to build PCRE2 in the same way as in other
native z/OS (without UNIX System Services) and in z/VM, special ports are systems, with the EBCDIC related configuration settings, but it is not known if
required. For details, please see this web site: anybody has tried this.
http://www.zaconsultants.net In native z/OS (without UNIX System Services) and in z/VM, special ports are
required. For details, please see file 939 on this web site:
The site currently has ports for PCRE1 releases, but PCRE2 should follow in due http://www.cbttape.org
course.
You may also download PCRE1 from WWW.CBTTAPE.ORG, file 882. Everything, source Everything in that location, source and executable, is in EBCDIC and native
and executable, is in EBCDIC and native z/OS file formats and this is the z/OS file formats. The port provides an API for LE languages such as COBOL and
recommended download site. for the z/OS and z/VM versions of the Rexx languages.
============================= ===============================
Last Updated: 12 September 2017 Last Updated: 13 September 2017
===============================