Q:
         
         
            
               What is the logical difference b/w Move A to B and COMPUTE B=A?
            
                      
         
             Answer
                        In case of Move A to B it will move whatever the value of A into B.It mean it will move numeric, alphanumeric and alphabatic value.
In case of COMPUTE B=A it will assign the value of A into B. But in case of compute only numeric value will be compute.
          
         
         
         
             View answer
             Workspace
             Report Error
             Discuss