> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Barbara Nitz > Sent: Wednesday, January 14, 2009 12:52 AM > To: [email protected] > Subject: Re: VSM Changes in z/OS 1.10: Beta Systems Software <Snipped> > 3. Beta Systems said that they have been using C (or C+ or C++ or > something) for *years* *without* the need for LE. And I thought *that* > was only available as MetalC starting with 1.10.
"Systems Programming C" (SPC) has been available as part of the regular IBM C compiler for a long time now. You give up access to all LE functions and limit yourself to a defined subset of C library functions. The startup code is not dynamic and requires static links (so does LE startup code...), but SPC is quite functional for some purposes. Peter This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

