Commands (YCLRMDL - YDLTOBJTBL) › YCVTMDLVNM (Convert Model Names) Command › Notes
Notes
- The YCVTMDLVNM command examines the following implementation names in the data model, and if necessary, converts them:
- Access path source member names
- Access path format names
- Field or column names
- HLL program source member names
- Device file source member names
- Help text source member names
- The nature of the conversion is controlled by the current value of the YHLLVNM model value. This dictates the rules for deciding whether a name needs converting.
- If the YHLLVNM model value is *CBL, then any instances of the characters @, # and $ are replaced by the appropriate character specified for the name type in the generation types table. If there is no replacement character for the name type in the table, the letter J will be used.
- If the value of YHLLVNM is *RPG, then any instances of the underscore character will be replaced by the quotation (") character. Any other valid characters are replaced by "J."
For more information about converting a model from one HLL to another, refer to Generating and Implementing Applications, "Preparing for Generation and Compilation".