In this example, listnames are created to allow access to groups of Ispecs, as shown in the following table.
| Listname | Ispecs | 
|---|---|
| ALLSALES | SALES CNOTE JRNL RETRN | 
| ACCTS | SALES CNOTE JRNL RECPT | 
| RECEIPTS | JRNL RECPT | 
| MAST | [All] | 
The listnames to be accessible by each usercode in this example are specified as shown in the following table.
| Usercode | Listnames | 
|---|---|
| SALESMAN | ALLSALES RECEIPTS | 
| ACCOUNTS | ACCTS | 
| CASHIER | RECEIPTS | 
| MASTER | MAST | 
Combining these two lists, each usercode can thus access individual Ispecs as shown in the following table.
| Usercode | Accessible Ispecs | 
|---|---|
| SALESMAN | SALES CNOTE JRNL RETRN RECPT | 
| ACCOUNTS | SALES CNOTE JRNL RECEPT | 
| CASHIER | JRNL RECPT | 
| MASTER | [All] |