lrpp.bat

This script directly communicates with the daemon. It works only if the daemon has been previously started with the rpp.bat command. It is used to run the commands from the daemon to increase the performances.

Syntax

lrpp.bat [options] [subcmd]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--port Port number Yes  
Restriction: The --daemon option is not authorized in the lrpp.bat command.
Note: The --port option must be the last option. The lrpp.bat command retrieves the list of commands from the daemon. As a consequence, the list of commands is not available if the --port option is not specified. The --data and --log options are managed by the daemon.

Example

lrpp.bat --refresh --port 9999 refreshes the workspace.

List of commands from lrpp.bat

Run lrpp.bat --port to display the list of commands:
  • --generate: COBOL generation command.
  • --import: import command.
  • --importJournal: journal import command.
  • --migrationHelp: migration help command.
  • --automaticMigration: automatic migration command.
  • --generateErrorMsgs: error messages generation command.
  • --generateDataBlockBase: Database Block generation command.
  • --generateCopyBook: Copybook generation command.
  • --dispatchMacro: dispatch Macro command.
  • --copy: copy files command.
  • --zCompCreation: zComponent projects and folders creation command.
  • --refresh: refresh workspace command.
  • --commands: execution of a list of commands.
  • --help: help command.
  • --port: port number (required), last option.

Feedback