string = UGMGRE/PRTNUM,string, PRTREV,string[,PRTTYP,string] [,PRTFIL,string] [,IFERR,label:]
Encodes the input arguments into a UG/Manager part file name. The resultant part file name can then be used in other GRIP commands that accept a part file name.
NOTE: The number of characters specified in the part number, the part
revision, and the part file name can not total more than 50 characters. Each one
of these strings has an individual character string limitation but there is also
a limitation of 50 characters for the
Parameter |
Description |
PRTNUM |
Minor word that specifies that the UG/Manager part number is to follow. |
string |
A string representing the UG/Manager part number. This string should not exceed 30 characters. |
PRTREV |
Minor word that specifies that the UG/Manager part revision is to follow. |
string |
A string representing the UG/Manager part revision. This string should not exceed 32 characters. |
PRTTYP |
Minor word that specifies that the UG/Manager part file type is to follow. |
string |
A string representing the UG/Manager part file type. This string should not exceed 13 characters. It should be &nulstr, 'master', 'specification' or 'manifestation'. If this optional parameter is not specified, then the system uses the default of &nulstr. |
PRTFIL |
Minor word that specifies that the UG/Manager part file name is to follow. |
string |
This string should not exceed 32 characters. This is only required if the part file type is 'specification' or 'manifestation'. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. |