Calling SQR from Another Application

Applications can run SQR programs by using the SQR application program interface (API). An SQR program can also call the API of an external application.

To invoke an SQR program from another application, use:

  • The SQR command line.

    The application initiates a process for running SQR. The SQR command includes all of the necessary parameters.

  • The SQR API.

    The application makes a call to the SQR API. This method is covered in the next section.

See Understanding the SQR Command Line and Compiling SQR Programs and Using SQR Execute.