Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, this X_RUN command is used to bring up the menu MYPROC:

     X_RUN PROC=MYPROC PART=DEM LANG=ENG

...

                 USER=USERID DBID=LX_LANSA

Under Linux, this X_RUN command is used to print a report on printer lp0 using the MYREPT report function IN MYPROC process:

     X_RUN PROC=MYPROC FUNC=MYREPT PART=DEM LANG=ENG

...

                USER=USERID DBID=LANSA PRTR=lp0

The X_RUN command can be found in

  • the x_lansa\execute directory under Windows.

  • the $LANSAXROOT/x_lansa/bin directory under Linux.

The X_RUN command has standard parameters as well as parameters for more advanced use. These parameters are described in 18.3 X_RUN Parameter Summary and 18.4 X_RUN Parameter Details.

X_RUN parameters and their arguments can be set up permanently. How to do this is explained in 18.5 Permanently Specify X_RUN Parameters.

Designed for use by application developers, X_START is a simple utility that prompts for X_RUN parameters. Refer to 18.1 Using X_START as a Front End to X_RUN for details.