I am writing a macro that I want to be parametrized by the MACHINE level: generate one thing if MACHINE greater than or equal to ZS-6 and another thing if less.
I can compare &SYSOPT_OPTABLE to 'ZS6' and jump if GE. But I would guess that one of these days there will be a ZS-9 and then a ZS-10 and 'ZS10' compares low to 'ZS6'. Is the machine level available somewhere in a numeric symbol that will continue to increment, or is there some better way to do this? Charles
