In order to fix the RH.mac you need to go in and change all the
Code:
} Else /if (${Varible}) }
To a format that will work with the current version of MQ2, Like this
Code:
} Else {
/if (${Varible})
}
Replaced all,it returns error ...Or not,Cant escape,cant nimble...Farewell !!!