Generally you should always define all variable and parameters as NO-UNDO unless you really need to.
NO-UNDO
DEFINE VARIABLE cString AS CHARACTER NO-UNDO. cString = "HELLO". DISPLAY cString.