1 | Handle | Output | Binary(4) |
2 | Local application name | Input | Char(8) |
3 | Qualified data queue name | Input | Char(20) |
4 | Error code | I/O | Char(*) |
The Start Application (QNMSTRAP) API, an SNA/Management Services Transport API, starts support for a network management application. The handle returned by this SNA/Management Services program must be used on all subsequent API calls to identify this application. The handle is unique to a specific job.
The Start Application API must be called before any other SNA/Management Services Transport APIs.
A variable that represents an instance of an application using some function.
The application name to be associated with the handle.
The data queue that indicates when asynchronous events occur, and enables an application to receive requests. The first 10 characters specify the data queue object name, and the last 10 characters specify the library name.
The data queue object must exist when this SNA/Management Services program is called. The maximum entry length of the data queue must be at least 80 bytes. You must specify FIFO for the sequence of the data when you create the data queue.
*NONE | A data queue is not used. |
The following special values may be specified for the library name: | |
*LIBL | The library list. |
*CURLIB | The job's current library. |
The structure in which to return error information. For the format of the structure, see Error Code Parameter.
Message ID | Error Message Text |
---|---|
CPF24B4 E | Severe error while addressing parameter list. |
CPF3C90 E | Literal value cannot be changed. |
CPF3CF1 E | Error code parameter not valid. |
CPF7ADA E | Data queue &4/&3 not valid. |
CPF9800 E | All CPF98xx messages could be signaled. xx is from 01 to FF. |
Top | Network Management APIs | APIs by category |