First time here?
Back again?


 
 

How can I use array variables and define their length in the macro language?

CATEGORY: PROGRAMMING
TYPE: MACRO
IMS VERSION: ALL
PLATFORM: ALL

Arrays are used by placing the array index in square brackets.
For example, ARRAY[1], ARRAY[2].
The memory space for the array is allocated dynamically by IMSpost, so there is no need to set the size of the array before using it.

Back to Frequently Asked Questions