RE: What is the logical difference between Move A TO B...
Hi,
 Up to my knowledge, compute can handle only numeric items. But Move statement is having capability to handle numeric, alphabatic and alphanumeric items.
RE: What is the logical difference between Move A TO B and COMPUTE B = A?
Move replaces values one by one, depending on the data type move is from left-right/right-left. Compute on the other hand completely deletes the previous value in the variable and writes the new value to.