"Seymour J Metz" <sme...@gmu.edu> wrote in message news:bl0pr05mb5156591ed17d7bddfaee695299...@bl0pr05mb5156.namprd05.prod.outlook.com...
The default type for 3 and 4 is FIXED BINARY.

No it's not.

Constants have the type and precision of the constant.

Thus, 3 and 4 are both FIXED DECIMAL (1)

> PL/I does not have an integer type,

Yes it does,.
DECLARE X FIXED BINARY;
defines an integer variable X.

but the DIVIDE() BIF can be used to do an integer divide, and assigning a 
quotient to a
FIXED BIN(foo,0) variable may do what you want, depending on precision issues.


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

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

Reply via email to