rpp --generate

With this command, you can generate Programs, Screens, Servers, Database Blocks, Error Messages, Copybooks, and Pactables Tables.

Syntax

rpp.bat --generate [options]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--data Full path to the workspace Yes  
--log Log file name N/A trace.log
--project Project name Yes  
--name Name of the instance in the repository Yes  
--type Entity type.

It can take one of the following values: pacprogram, pacdialog, pacscreen, pacserver, pacblockbase, pacerrorlabel, paccopybook, or dataaggregate (for Pactables Tables).

Yes  
--pattern This option can be entered if the --type option has a pacserver value. You can then specify one of the following two values:
  • csserver to generate a Server.
  • csproxy to generate an OCX proxy from a Business Component-type Server.

If you do not enter this option, both the Server and the proxy will be generated.

No  
--verbose Option to show more information. No  
Note: The skeleton language is identical to the Pacbase skeleton language. This piece of information is retrieved from the extraction of the Pacbase models and from the import.

Sample

rpp.bat --generate --project TEST01.CVI --name CUST01 --type pacprogram --log d:/utmp/trace.log --data d:/Working/JbyWksBuild

Feedback