Rational Programming Patterns for System z

lrpp.bat

This script communicates directly with the daemon. It will work only if the daemon has been launched from rpp.bat. It is used to launch the commands from the daemon.

Syntax

lrpp.bat [options] [subcmd]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--port Port number Yes  
Restriction: The option --daemon is not authorized in rpp.bat.
Note: The --port option must be the last one. lrpp.bat 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 options --data and --log are managed by the daemon.

Example

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

List of commands from lrpp.bat

Launch 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, Copy book generation command.
  • --dispatchMacro, Dispatch Macro command.
  • --copy, Copy files command.
  • --zCompCreation, z/OS components creation command.
  • --refresh, refresh workspace command.
  • --commands, to execute a list of commands.
  • --help, this command displays this message:

    To display help for a specific command option enter the related option.

  • --port, port number (required), last option.

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)