Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Perfor using and Changing Concept

Former Member
0 Likes
440

Hello Guys,

Can anybody describe in detail about PERFORM USING and CHANGING concepts. because i am using multiple times the perform statememnt for a same fuctionality so i want to use the single PERFORM statement for multiple number of times.

Moderator Message: Basic question please read the F1 documentation.

Edited by: Suhas Saha on Oct 10, 2011 6:55 PM

2 REPLIES 2
Read only

Former Member
0 Likes
414

place your cursor over PERFORM and hit F1.

Or search the forum. I suspect anyone will take his time to write an essays according to this here.

technically there is no difference as far as ai know of, thos you shouldnt change data that you got via USING.

Read only

PeterJonker
Active Contributor
0 Likes
414

With PERFORM using the parameters shoudl not be changed in the subroutine. With PERFORM changing you can change the parameters in your subroutine.

Therefore use changing if in any of your calls the parameters are changed.