Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

XML

The XML option lets you choose the case of the names in the XML generated by the XMLCHAR built-in function

Read syntax diagramSkip visual syntax diagram                    .-UPPER-.
>>-XML--(--CASE--(--+-ASIS--+--)--)----------------------------><
 
CASE( UPPER | ASIS )
Under the CASE(UPPER) suboption, the names in the XML generated by the XMLCHAR built-in function will all be in upper case.

Under the CASE(ASIS) suboption, the names in the XML generated by the XMLCHAR built-in function will be in the case used in their declares. Note that if you use the MACRO preprocessor without using the macro preprocessor option CASE(ASIS), then the source seen by the compiler will have all the names in upper case - and that would make specifying the XML(CASE(ASIS)) option useless.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)