If you need it "right now", you can work around with undefine the reserved word (also undefines the intrinsic), then --copy yourUDF.cob that implements them (or defines the prototype which you then implement in C or otherwise).
The plan (not verified yet if possible) is to get these functions into 3.3 (=this year).
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi - does anyone have experience in getting DISPLAY-OF & NATIONAL-OF to be accepted by cobc?
Or any knowledge about when it will be implemented?
If you need it "right now", you can work around with undefine the reserved word (also undefines the intrinsic), then
--copy yourUDF.cob
that implements them (or defines the prototype which you then implement in C or otherwise).The plan (not verified yet if possible) is to get these functions into 3.3 (=this year).