This command helps you migrate a Program, a Screen, or a Server.
This function is used on a Program, Screen, or Server to see whether the local generation is different from the Pacbase generation. The migration help copies the two files generated in Pacbase to your workspace, and generates the file from your workspace. It compares the Pacbase control file to the locally generated file and sets warnings on the lines where it detects differences. It generates three execution reports.
Options | Comments | Required | Default values |
---|---|---|---|
--data | Rational® Developer for System z® Full path to the workspace to use | Yes | |
--log | Log file name | trace.log | |
--project | Project name | Yes | |
--name | Entity name | Yes | |
--type | Entity type | Yes | pacscreen|pacprogram|pacserver |
--cobolFolder | Folder of the COBOL files | Yes | |
--controlCobolFolder | Folder of the control COBOL files | Yes | |
--constantsAndDate | Constants and date | Yes | locally|cobol |
--reportFolder | Folder of the generation reports | ||
--csvSep | Separator for cvs report | semicolon | |
--csvTextSep | Text separator for csv report | double quotation mark | |
--clean | Deletion of .cbl and .cblpdp files | ||
--cleanTemplates | Reset of the templates file | ||
--flowposition | (hidden option) For a command file only Optimization of the read and write accesses to files |
B on the first line S on each continuation line E on the last line |
|
--destProject | COBOL output project name | ||
--destFolder | COBOL output folder name | ||
--verbose | Increased verbosity of output |
rpp.bat --migrationHelp --project TEST01.CVI --name CUST01 --type pacprogram --cobolFolder D:/Migration_help_batch/GCPC9ALL --controlCobolFolder D:/Migration_help_batch/MIA1ALL --constantsAndDate locally --reportFolder D:/Migration_help_batch/report --clean --cleanTemplates --verbose