Question { TCS, 20273 }
what is the difference between perform varying and perform
until
Answer
perform until:-it is used to excute paragraph logic
multiple tims based on condition.
perform varying:- it is used to change conditional variable
values with in a perform