Package Name |
|
The package name uniquely identifies each package.
The name must be in the following format:
Consist of 1-32 alphanumeric or underscore characters.
Must not contain any blanks, tabs or punctuation.
Must not begin with a numeric value.
Must be unique from any other package defined.
Examples
Correct |
Incorrect |
_PACK_1 |
1_PACK |
_PACK_NUMBER1 |
_PACK_(NUMBER1) |
_PACK_NUMBER2 |
_PACK NUMBER2 |
_PACKAGE |
_PACKAGE; |