rpp --modifyGenerationTarget

This command must be run before the migration help command (rpp --migrationHelp) if you want to modify the default generation target. It is automatically run by the automatic migration command (rpp --automaticMigration).

Syntax

rpp.bat --modifyGenerationTarget [options]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--data Full path to the workspace (Rational® Developer for System z® option). Yes  
--log Log file name

The beginning of this file reminds the parameters that were entered to run the Pacbase migration procedures.

No trace.log
--project Project name Yes  
--name Name of the instance in the repository Yes  
--type Entity type, among the following types: pacscreen, pacprogram, pacdialog, pacserver, pacblockbase, pacerrorlabel, or paccopybook. Yes  
--destProject Name of the COBOL output project Yes  
--destFolder Name of the COBOL output folder Yes  
--mapFolder Name of the map output folder (for Screens only) No  
Note: The output project and folder must already exist.

Sample

rpp.bat --modifyGenerationTarget --project TEST01.CVI --name CUST01 --type pacprogram --data C:/RPP/WKS1 --destProject C:/RPPGEN/PROJ1 --destFolder C:/RPPGEN/PROJ1

Feedback