The Convert Trigger Data (YCVTTRGDTA) command allows users to convert data from the CA 2E model internal file YFILTRGRFP into data in the run-time Trigger References File YTRGCTLP. The parameters for the YCVTTRGDTA command are:
- Library for Data Model (MDLLIB)
-
This parameter is the name of a library containing the name of a design model from which the condition values are converted. The possible values are:
- *MDLLIB\-—Use the first model library found in the library list
- *CURLIB—Use the current library to invoke the job
- Library for Generation (GENLIB)
-
Note: This library must contain the trigger runtime objects. These can be duplicated into the library by specifying the library as the target of the YDUPAPPOBJ command specifying DUPOPT(*TRG).
This parameter is the name of the library into which the command places converted values. The possible values are:
- *TRGLIB— Use the trigger runtime library named by the YTRGLIB model value in the model library.
- *GENLIB- Use the source generation library named by the YGENLIB model value in the model library.
- *CURLIB—Use the current library to invoke the job
- library-name - Specify the library into which converted values are placed.
- Triggers to Convert (CVTOPT)
-
This parameter determines which trigger references should be converted from the model specified in the MDLLIB parameter into run-time trigger reference data in the YTRGCTLP trigger reference file in the library specified in the GENLIB parameter.
- *NEW—Only converts trigger references that do not currently exist in the run-time YTRGCTLP trigger reference file
- *ALL—Converts all trigger references in the model specified in the MDLLIB parameter into run-time trigger reference data. If any of the trigger references already exist in the YTRGCTLP trigger reference file, they are overwritten.
- *MDLLST—Checks the model list specified in the MDLLST parameter and only converts trigger references for Trigger Functions specified in the model list that were explicitly selected. If any of the trigger references already exist in the YTRGCTLP trigger reference file, they are overwritten.
- Model Object List (MDLLST)
-
Note: This parameter is ignored unless CVTOPT(*MDLLST) is specified.
This parameter is the qualified name of the model object list to use. Trigger references are converted for any Trigger Functions existing in the list and that were explicitly selected. Any other object types in the list, or any Trigger Functions that were not explicitly selected, are ignored.
Possible model object list name values are:
- *MDLPRF—Special value meaning that the model object list name is retrieved from the user profile extension record for the current user is used as the model object list name.
- *USER—Special value meaning that the user profile name of the current user is used as the model object list name.
- model-object-list-name
-
The name of the model object list to use.
Possible library values are:
- *MDLLIB—Special value meaning that the first model library in the current library list is used as the library for the object list
- library-name—Name of the model library that contains the model object list