Type : CREATION_INTERNE
No data table is read or created. The processing is purely logical and acts on the session's macro dictionary.
| 1 | %import(); |
| 2 | %import(import); |
| 3 | %import(IMPORT); |
| 1 | %sysmacdelete option; |
| 2 | %asserteq(0,%sysmacexist(option)); |
| 3 | %import(OPTION); |
| 4 | %asserteq(1,%sysmacexist(option)); |