sds_link

int sds_link (int lispmsg);


Signal LISP that the SDS app is ready.


This function lets LISP know that the SDS application is ready for a request. If there has been a problem, sds_link prints "Error: SDS error in evaluation" to the command line.

The argument lispmsg is a message to LISP, which consists of either RSRSLT (the application is ready for the next request) or RSERR (there was a problem with the SDS application).

This function returns a LISP request code.

Example

Refer to the manual section on the structure of SDS applications.

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)