Re: xl/C data types?

2024-01-24 Thread Sri h Kolusu
>> For example, does z⧸OS XL C⧸C++ support packed decimal?  Others?

Gil,

Fixed-point (Packed) Decimal Data   

z/OS XL C supports fixed-point (packed) decimal as a native data type for use 
in business applications. The packed data type is similar to the COBOL data 
type COMP-3 or the PL/I data type FIXED DEC, with up to 31 digits of precision.

https://www.ibm.com/docs/en/zos/2.5.0?topic=cc-additional-features-zos-xl
 
Note : Open XL does not have Packed Decimal support

Thanks,
Kolusu

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


xl/C data types?

2024-01-24 Thread Paul Gilmartin

(from another list)
On 1/23/24 14:29:31, Arthur David Olson wrote:


I'm wondering if an implementation [of C] is required to support all the 
features of the hardware it is meant for. (If not, implementations on 
[non-]power-of-2 word-size two's complement machines might not have some of the 
intN_t types.)
 .

For example, does z⧸OS XL C⧸C++ support packed decimal?  Others?

--
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN