Subcommands

cmr-lname
CMR local name. Specify a local name with up to 16 characters. This name is used to reference a CMR with a short user specified name. After defining the CMR name with a local name, it can be used on CMR commands and subcommands.
Note: This local name must be unique throughout the entire PPFA source file. That is, the local name cannot be reused in DEFINE CMRNAME commands that appear in different form definitions and/or page definitions if they are in the same source file.
cmr-name'
Specify the full 73-character CMR name. The name is entered as single byte characters and will be translated to UTF-16BE. The cmr-name must match exactly the name specified for this CMR in the Resource Installer. See How to Copy and Paste a Name from the AFP Resource Installer for more information.
Note: When doing the translation, PPFA uses a fixed table. That is it only translates from:
  • EBCDIC code page 500, when run on z/OS systems
  • ASCII code page 819, when run on Windows systems
X16 ’cmr-name
Specify the full CMR name as UTF-16 hex digits. The name is entered in its UTF-16BE encoding, which takes 4 hex digits per character. No translation is needed.