Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Object Identifiers 

  • LANSA converts all identifiers to uppercase characters in the repository.

  • First character of names should be A to Z. (Characters $, @ and # are allowed in some names but are not recommended.)

  • Field Identifiers

  • First character must be A to Z. Do not use @ anywhere in field identifiers. Characters $, _,  and # are allowed but are not recommended.

  • Field Identifiers are restricted to a maximum of 9 characters.

  • Avoid the use of field Identifiers like SQLxxx, as this may cause problems when used in functions that use SQL (Structured Query Language) facilities. (IE Command SELECT_SQL.)

  • Component Identifiers

  • First character must be A to Z. Do not use @ anywhere in component Identifiers. Characters $, _, and # are allowed but are not recommended.

  • Component Identifiers are restricted to a maximum of 9 characters.

  • Table Identifiers

         The                The following rules apply to both physical and logical file identifiers:

...