- Create a STATIC.VARA object (VARA.WORKAROUND).
- Enter a record. Example: key = "MY_VAR" value = "test".
- In TEST.JOB in variables for &MY_VAR use {VARA.WORKAROUND,MY_VAR} as value
If you want to permanently change the value, use
:PUT_VAR VARA.WOKRAROUND, MY_VAR, "new value"
You basically just outsource the value to the VARA. I didn't test the above so there's a risk for typos, but should do it ;-).