On Tue, 23 Jan 2007 16:41:33 -0600, Juergen Weber wrote:
>
> So, did I use wrong options or can't ASCII programs be compiled with 
> NON-XPLINK?
>
Ah, here it is:

    Title: z/OS V1R7.0 XL C/C++ User's Guide
    Document Number: SC09-4767-04

#<<<>>>               2.3.15.7 "z/OS V1R7.0 XL C/C++ User's Guide"
     
__________________________________________________________________________________
  2.3.15.7 ASCII | NOASCII
   Default: NOASCII

   The ASCII option instructs the compiler to perform the following:

     * Use XPLink linkage unless explicitly overwritten by the NOXPLINK option. 
Note that
       the ASCII run-time functions require XPLINK. The system headers check the
       __XPLINK__ macro (which is predefined when the XPLINK option is turned 
on). The
       prototypes for the ASCII run-time functions will not be exposed under 
NOXPLINK.
       Specifying the NOXPLINK option explicitly will prevent you from using 
the ASCII
       run-time functions. ASCII NOXPLINK will be accepted, and will generate 
an error
       (CCN8136) if there is a main() in the code (an executable to be 
generated).

...

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

----------------------------------------------------------------------
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

Reply via email to