Diagnosis
When an "offset" is defined without a "length", the move operation isvalid. The system moves the part of the character string starting at theoffset position up to the end of the string. When a "length" is defined without an "offset", the move operation isvalid. The system moves the part of the character string starting at thefirst character up to the position designated by the "length" to thetarget field. When a value is specified for the "offset" or the "length" (or both),then the "separator" and the "index" may not have any values. Otherwise,the move operation is invalid. The values must be numbers greater than zero. Both the "separator" and the "index" must contain values. The moveoperation is invalid if only one of the attributes contains a value. When the "separator" and the "index" contain values, you may not entervalues for the "offset" and "length". Otherwise, the move operation isinvalid. The value for "index" must be a number greater than zero. System Response Procedure |