| READY | Make the request READY for assignment immediately. |
| CACHIT | Cache the request, on hard disk, until it is complete |
| RSPIMM | Acknowledge the request to the client immediately |
| SETMBR | Defines a member of a set. The optional "Field Name" must be included. |
| SETRDY | The last member of a set, makes the set ready for assignment. Also requires the optionsl "Field Name" |
| CAG | 2 | |||||
| PODS | 3 | |||||
| TEST | 4 | |||||
| FNF | 5 | # TEST FIRE & FORGET | ||||
| # | Name | TYPE | CODE | FLAGS | FldNam | |
| ADDCLS | DLYONtid | $(PODS) | 8 | RSPIMM+SETMBR | "tid" | # Marshal BGN |
| ADDCLS | RDYONtid | $(PODS) | 9 | RSPIMM+SETRDY | "tid" | # Marshal END |
| ADDCLS | CAGWT | $(CAG) | 3 | RSPIMM+READY | ||
| ADDCLS | FNF | $(FNF) | DEFAULT | RSPIMM+READY | # FIRE & FORGET | |
| ADDCLS | DEFAULT | DEFAULT | DEFAULT | READY | # DEFAULT | |