{
{    The purpose of this request is to setup the connection template to be used
{ on subsequent connect request and connect indications.
{
{       NLP$TA_OPEN_SAP (APPLICATION_LAYER, CONNECT_EVENT_PROCESSOR,
{             EVENT_PROCESSOR, SAP, STATUS)
{
{ APPLICATION_LAYER: (input)  This parameter specifies the application layer
{       that is the ultimate user of the given service access point.
{
{ CONNECT_EVENT_PROCESSOR: (input)  This parameter specifies a procedure in the
{       requestor's layer to be called to accept delivery of connect events
{       occurring on the service access point which is to be opened.  This
{       procedure will always be called in a NAM/VE system task.
{
{ EVENT_PROCESSOR: (input)  This parameter specifies a procedure in the
{       requestor's layer to be called to accept delivery of all events
{       delivered over an established connection.  This procedure can be called
{       in one of three different tasks:  the receiver's task, the sender's
{       task, or the system input task.  The receiver's task is the first
{       choice.  If the receiver is active and the job is not swapped out this
{       is the task the incoming event will be processed in.  If the receiver
{       is unavailable the sender's task is the second choice.  If the sender
{       is active and the job is not swapped out this is the task the incomming
{       event will be processed in.  IF neither the receiver nor the sender is
{       available the incoming event will be processed in the system input
{       task.  NOTE:  the exception is the "CLEAR_TO_SEND" where the first
{       choice for processing will be the sender's task, the second choice will
{       be the receiver's task, and the final choice is the system input task.
{
{   NOTE:  CONNECT_EVENT_PROCESSOR AND EVENT_PROCESSOR must be invariant on a
{         connection path defined by APPLICATION_LAYER.  That is, the
{         requesting layer's processor procedures must be the same for all open
{         sap requests.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{
