Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Format

...

  • The request server job must run program DXRQSSERV in the library specified by the placeholder variable &MONLIB and with a single parameter that specifies the LANSA program library name for which it will service requests.

    If you wish, you could customise the command string to submit a call to your own custom program as long as:
    a) Your program calls DXRQSSERV as described above.
    b) Your program is a non-LANSA program and does not invoke any LANSA program.
  • Most typically (and certainly whenever synchronous request are used), the request server job should be capable of becoming active immediately.  That may mean, for example, that you should use a job queue that is connected to a subsystem that is active and that is capable of simultaneously executing more than one active job.
  • The command string can and should use the following placeholder variables to refer to the corresponding library names.  LANSA Composer Request Server will replace all instances of the placeholder variables with the corresponding library names, adjusting the command length as necessary to accommodate them.

    &MONLIB : refers to the library containing the LANSA Composer Request Server software.

    &PGMLIB : refers to the LANSA program library for which this request server job will execute requests.

...