ibm:vm370-lib:cmshelp:length.helpexc
LENGTH
EXEC Interpreter
- length.helpexc.txt
&LENGTH FUNCTION EXEC built-in function Use the &LENGTH function to determine the number of characters in a token. The format of the &LENGTH function is: +-----------+-----------------------------------------------------------------+ | &LENGTH | token | +-----------+-----------------------------------------------------------------+ where: token specifies the target token that is to be examined for nonblank characters. The result of the &LENGTH function is the number of nonblank characters in the specified token. This function is valid only on the right-hand side of an assignment statement. For example: &LEN = &LENGTH ALPHA &TYPE &LEN results in the display: 5
ibm/vm370-lib/cmshelp/length.helpexc.txt ยท Last modified: 2023/08/06 13:36 by Site Administrator