The parser component of the PE opens the request package and parses the
SPL code for processing, interprets it, checks its syntax, and optimizes the
access plan.
- Without errors - The parser decodes the request into a series of work
steps and passes them to the dispatcher.
- With errors - The dispatcher receives the appropriate error message and
returns it to the requester. Processing terminates.
The dispatcher sequences the steps and passes them on to the BYNET with
instructions about whether the steps are for one Access Module Process (AMP),
an AMP group, or for all AMPs.