This command is used to generate error messages for the Data Structure, Dialog, Server Dialog, Server and Screen entities.
rpp.bat --generateErrorMsgs [options]
Options | Comments | Required | Default values |
---|---|---|---|
--data | Rational® Developer for System z® option for 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 | The name of the entities must be separated by a comma. |
--type | Entity type | Yes | dataunit|pacdialog|pacscreen/pacserver/pacdialogserver |
--destination | Output file name | Yes | |
--error messages | Specific error messages file name | N/A | |
--lang | Target generation language | Yes | |
--option | Generation option | C1|C2|C3 C3 only for dialog, C1 is the Default value. |
In this example, the Data Structures 'OB' and 'OM' are selected in the 'T02' package of the 'TEST01.T02' project.
rpp.bat --generateErrorMsgs --project TEST01.T02 --package T02 --name 0B,0M --project TEST01.T03 --package T03 --name DD --type dataunit --destination d:/utmp/errorbatch.txt --errorMessages d:/utmp/errorbis.log --lang FR --log d:/utmp/trace.log --data d:/Working/JbyWksIn this other example, the 'OB' and 'OM' Data Structures are selected in the 'T02' package, and in the 'TEST01.T02' projec. The 'DD' Data Structure is selected in the 'T03' package of the 'TEST01.T03' project.