MOVE [ HP TRANSACT Quick Reference Guide ] MPE/iX 5.0 Documentation
HP TRANSACT Quick Reference Guide
MOVE
MOVE (item-name)=source-expression;
SOURCE EXPRESSION
[-](item-name[(subscript)])
[-]"character-string"
[-]string-function
format-function
source1 {+|-} source2 {+|-} ... sourcen
STATUS(DB)
STATUS(BASE)
STATUS(FILE)
FUNCTIONS
CHAR(item-name|value)
COL(item-name|"character string",position)
LOWER(item-name|"character string")
PROPER(item-name|"character string")
SPACE(item-name|"character string",space-size)
STRING(item-name|"character string",position,length)
UPPER(item-name|"character string")
Example
MOVE (FULLNAME)=(FNAME)+(LNAME);
MPE/iX 5.0 Documentation