Rational Programming Patterns for System z

--generate

This command is used for the COBOL generation of the Program, Server and Screen entities.

Syntax

rpp.bat --generate [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]
--project Project name Yes  
--package Package name Yes  
--name Entity name Yes  
--type Entity type Yes [pacscreen/ pacprogram/pacserver/pacdialog]
--destProject COBOL output project name    
--destFolder COBOL output folder name.    
Note: The generated skeleton language is identical to the Pacbase skeleton language. This piece of information is retrieved from the extraction of the Pacbase models and from the import.

The two options --destProject and --destFolder are mutual inclusive. The target project/folder must already exists.

Sample

rpp.bat --generate --project TEST01.CVI --package CV0.IBM.CVI --name CUST01 --type pacprogram --log d:/utmp/trace.log --data d:/Working/JbyWksBuild

Terms of use | Feedback

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