Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
Note: The COMPOSER command is provided only for IBM i servers.  On Windows servers, you must use one of the other documented means of initiating a Processing Sequence run.

LANSA Composer provides the COMPOSER command for invoking selected LANSA Composer functionality on the LANSA Composer server.  One of its main functions is to run a Processing Sequence.

...

<pgmlib>/COMPOSER REQUEST(RUN)
          pseq(TUT_01_P1)
          parms( (YOURINITIALS 'FS')
               (YOURMESSAGE  'Hello World')
               (YOURNAME     'Fred Smith') )

(where <pgmlib> is the name of the program library for the LANSA system in which LANSA Composer is installed.)

If you wish, you can include the COMPOSER command in Control Language (CL) programs.  LANSA Composer also provides the RTVLCRUN command command for use in CL commands to retrieve run number, result code and output parameter values.

...

For more information about using the COMPOSER command, refer to: