bdfp1m2s | Programming Concepts and Reference |
This macro calculates the length of an assembler symbol.
Format
|
Entry Requirements
You must define symbol &KK to the assembler by coding:
GBLA &KK
Normal Return
Symbol &KK is set to the length of the specified symbol.
Error Return
None.
Programming Considerations
Register values are preserved across this macro call.
Examples
The following example sets symbol &KK to the length of symbol &INCLUDE.
DBCNT &INCLUDE
Related Macros