Discuss the below:
Q1) When do you need to move data, and how is this achieved in your code?
Q2) In order for the example below to work, could you have a variable named "field"? How would the variables on either side of the MOVE statement need to be defined as?
Move string constant "Hi There" to the variable field. Move "Hi There" to field.