advantage

  1. P

    Answered When Is Appropriate To Use Of Nested For Statements

    Hi, I have a quick question related to nested for statements. By nested FOR statements I mean FOR EACH customer NO-LOCK, EACH sales-order WHERE sales-order.customer-id = customer.customer-id EXCLUSIVE-LOCK NO-ERROR: ASSIGN sales-order.status = "archive". END. When I started...
Top