Mixed Notation:
The fourth procedure call shows which you can mix positional and named notation. In case, the first parameter uses positional notation and the second parameter uses named notation. The Positional notation must precede named notation. The reverse is not permitted. For instance, the following procedure call is illegal:
credit(acctno => acct, amt); -- illegal