Rational Programming Patterns

rpp-zcompmap command

This command is used to map the files and projects of zComponent type with language definitions, or data set definitions. It is executed from the Rational Team Concert™ source control command lines.

Description of the command

This command is used to define the artifacts required for the project, the zFiles COBOL files, and zFolder folders, and to associate them with language definitions or data set definitions on Rational Team Concert source control lines (SCM). You can associate a language definition with zFile files or data set definitions with zFolder folders.
This command is used to upload Pacbase data to the Rational Team Concert server after sharing the projects in the workspace and before delivering the projects. to run this command, start scm.exe which is installed in scmtools\eclipse in the root directory of the SDP.
Note: You must create the language definitions, the data set definition, and the mapping file.

Syntax

The following syntax is required:

scm rpp-zcompmap [options] [sandbox...] where [sandbox...] indicates the path to the sandbox.

Each command line of the mapping file must have the following format:

[zFile|zFolder]#Location#[LangDef|DataSetDef]

Table 1. List of parameters
Options Comments Required
--certificate arg File containing the user's login certificate yes
--smartCard Use the connected smart card for authentication yes
-m [--mapfile] arg  Mapping file to use yes
-P [--password] arg  Password to access the repository yes
-q [--quiet]  Print the minimum of output during a normal process no
-r [--repository-uri] arg  URI specifying the repository yes
-u [--username] arg  User name to access the repository yes
-v [--verbose] Increase verbosity of output no
-w [--workspace] arg Name of UUID of the repository workspace yes
Note: --certificate arg and --smartCard (-P and -U) are exclusive options. They are used for authentication when connecting to the Rational Team Concert server. You can connect with the use of:
  • A certificate
  • A smart card
  • A user/password identifier

Example of mapping file

zFolder#CobolProject\zOSsrc\Folder#MyDataSetDefinitionName

zFile#CobolProject\zOSsrc\Folder\Sample.cbl#LanguageDefinitionName


Terms of use | Feedback

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