rpp --generateDataBlockBase

This command generates a Database Block in the Data Description Language (DDL). The generation produces a .dll file (for a relational Block) or a .txt file (for the other Blocks) in the COBOL target that is indicated in the Block Definition. It also produces the corresponding metadata files:.dllpdp (for a relational Block) or a .txtpdp file (for the other Blocks).

Syntax

rpp.bat --generateDataBlockBase [options]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--data Full path to the workspace (Rational® Developer for System z® option). Yes  
--log Log file name   trace.log
--project Project name Yes  
--package Package name Yes  
--name Name of the instance in the repository Yes  
--type Entity type. Its value is always pacblockbase for a Database Block. Yes pacblockbase

Sample

rpp.bat --generateDataBlockBase --data d:/Working/JbyWks --log d:/utmp/trace.log --project TEST01.T02 --package T02 --name FF --type pacblockbase

Feedback