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 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.

You can enter one of the following values: pacscreen, pacprogram, pacdialog, pacserver, pacblockbase, pacerrorlabel, paccopybook, dataaggregate (for Pactables Tables), pacfolder, pacfolderview, or paccommunicationmonitor.

Yes  
--destProject Name of the COBOL output project Yes  
--destFolder Name of the COBOL output folder Yes  
--mapProject Name of the output project for the map (Screens only) No  
--mapFolder Name of the output folder for the map (Screens only) No  
--srvMgrProject Name of the output project for the service manager (technical component that is generated from a Business Component when it is not integrated into a Folder) No  
--srvMgrFolder Name of the output folder for the service manager (technical component that is generated from a Business Component when it is not integrated into a Folder) 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 BSD.COB --destFolder zOSsrc/PSB

Feedback