The option DFT(NONASGN) will add the NONASSIGNABLE attribute to all STATIC variables not explicitly declared as ASSIGNABLE. If your STATIC variables are, in fact, not altered, using this option will allow the compiler to put them in read-only storage and that will give you better performance (particularly if you use the RENT option).