This command is used to perform migration help for an RPPz entity. This command is available for a Program, a Screen and a Server.
This function is used on a Program, Screen or Server to see whether the COBOL code generated locally is different from the COBOL code generated in Pacbase. The migration help copies the two COBOL files generated in Pacbase to your workspace, and generates the COBOL file from your workspace. It compares the Pacbase control file to the locally generated code and sets warnings on the lines where it detects differences.
Options | Comments | Required | Default values |
---|---|---|---|
--data | Rational® Developer for System z® Full path to the workspace to use | Yes | |
--log | Log file name | N/A | trace.log |
--clean | .cbl and .cblpdp files deleted | ||
--project | Project name | Yes | |
--package | Package name | Yes | |
--name | Entity name | Yes | |
--type | Entity type | Yes | pacscreen|pacprogram/pacserver |
--cobolFolder | COBOL folder name (only with --cobolFile) | Yes | |
--cobolFile | COBOL file name | Yes | |
--controlCobolFolder | Control folder name.(only with --controlCobolFile) | Yes | |
--controlCobolFile | Control file name. | Yes | |
--constantsAndDate | Constants and Date | Yes | locally|cobol|warn |
--reportType | Type of report. | [csv|html] (default csv) | |
--csvSep | Separator for cvs report | default semicolon | |
--csvTextSep | Text separator for csv report | default is double quote | |
--report | Report file separated by a comma | Yes | |
--append | Append to file | False | |
--destProject | COBOL output project name | ||
--destFolder | COBOL output folder name |