7.5.4 CMON

1.
Function
A character-type function that returns the name of month represented by characters.
2.
Call
CMON(IM)
3.
Explanation of Parameters
IM (I) Month.
CMON (C *( *)) Value of function that returns the name of month represented by characters. The length of the character string must be specified by the user.
4.
Notes
(a)
The name of month represented by characters refer to JANUARY, FEBRUARY..., etc. The returned character string will consist of LEN(CMON) letters from the beginning of the name.