EQUATE VAR1 TO USER.COMMON(37)If you choose to use common in this manner, you must remember that all web applications on the entire system use the same USER.COMMON(...) array.
A better alternative is for your application to use named common instead of user common (assuming that your MV host supports this). With named common, conflicts between applications and between your embedded code and the web server are eliminated.