Knowing the characteristics of global variables can help you properly use CA OPS/MVS global variables.
All global variables have the following characteristics:
var = OPSVALUE('GLOBAL.A','C' ,1,2)
var = OPSVALUE(GLOBAL.A,'C' ,1,2)
In the first case with the single quotes, OPS/REXX evaluates the first parameter as the derived name of GLOBAL.A, whereas without quotes, it evaluates the first parameter as the actual value of GLOBAL.A
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |