Versions Compared

Key

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

...

Will export all orders from Jan 1, 2022 to Jan 31, 2022, to file(s) in the folder D:\RXUNIVERSE\EXPORTS

Running from command line

The CALLRXX program can also be run from the command line (or invoked by a third-party system) - it does not have to be run as a scheduled task. To illustrate, the following command could be run from the root Rx-Universe folder, from the command line:

wrun32 -c omics.cfg -y OMICS6 -y XMLIF.DLL CALLRXX “PATH=D:\RXUNIVERSE\EXPORTS PGM=RXXORD FROMDATE=20220101 TODATE=20220131”

This invokes exactly the same instruction as the previous, scheduled, task.


Exit codes

When the program finishes, the following exit codes can be set:

...