¿ªÔÆÌåÓýMark, Thanks for looking. Why are you confused. It¡¯s a draft so it will have inconsistencies. GCC HELPCMD points to the help for both libraries. ? LIB fn?? specifies the runtime library with which the program is to be???????????? ?????????compiled.? GCC will link and access the appropriate disk containing?????? ?????????the C header files.? Two runtime libraries are available:???????????????? ??????????????????????????????????????????????????????????????????????????????????? ?????????GCCLIB? uses only "native" CMS functions for system services.? Using????? ?????????????????this library it is possible to write programs that may be???????? ?????????????????loaded into resident memory as extensions of the CMS nucleus.???? ??????????????????????????????????????????????????????????????????????????????????? ?????????????????Ensure GCCLIB is in your list of GLOBAL TXTLIBs to run your?????? ?????????????????compiled progam.? Type HELP GCCLIB for more information.????????? ??????????????????????????????????????????????????????????????????????????????????? ?????????PDPCLIB uses simulated OS functions for system services.????????????????? ??????????????????????????????????????????????????????????????????????????????????? ?????????????????Ensure PDPCLIB is in your list of GLOBAL TXTLIBs to run your????? ?????????????????compiled progam. Type "HELP PDPCLIB" for more information.??????? ? Not really sure how to deal with this.? FSHELP combines both ¡°HELP GCC¡± and ¡°HELP GCC(MORE¡± so sometimes you get two references. ³Û³Ü°ì¡ ? Dave ? ? From: [email protected] <[email protected]> On Behalf Of Mark A. Stevens via groups.io
Sent: 16 December 2021 02:15 To: [email protected] Subject: Re: [h390-vm] Updated Help ? On Wed, Dec 15, 2021 at 03:52 PM, Dave Wade wrote:
I downloaded the help.aws, then uploaded it to my VM system. I found the reference to GCCLIB, but I'm not finding a reference to PDPCLIB in the following. |