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.

...