What is the logical difference between Move A TO B and COMPUTE B = A?

Questions by pradeepbhatt   answers by pradeepbhatt

Showing Answers 1 - 7 of 7 Answers

Vishnu Gupta

  • Jun 12th, 2006
 

In case of Move A TO B it will move whatever the value of a in to b.

it mean it will move numeric, alphanumeric and alphabatic value.

In case of  COMPUTE B = A it will assign the vale of a in to b.

but in case of compute only numeric value will be compute.

P.Karthikkumar

  • Jan 17th, 2007
 

Hi,

  Up to my knowledge, compute can handle only numeric items. But Move statement is having capability to handle numeric, alphabatic and alphanumeric items.

Thanks

P.Karthikkumar

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions