Rational Programming Patterns for System z

--copy

This command is used to copy the COBOL source into a destination project and folder. To copy files in your local workspace, you must absolutely use this command in the batch mode. Do not copy your files by using Windows explorer.

Syntax

rpp.bat --copy [options]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--data Full path to the workspace to use Yes  
--log Log file name N/A trace.log
--source Source file or folder Yes
--destProject project name created Yes  
--destFolder folder name created    
--destination file name created    
--depth Include sub folders   false
--overwrite Overwrite existing files   false

Sample

rpp.bat --copy --source d:/working/misc/CUST01.cbl --destProject TEST01.CVI --destFolder CV0/IBM/CVI --log d:/utmp/trace.log --data d:/Working/JbyWks

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)