Reporting : Native reporting system : Reporting system command language : NAMESTUB subcommand
  
NAMESTUB subcommand
Use the NAMESTUB subcommand with the FIELD command to indicate an alternate name to be selected for a field in the extraction database.
The structure of the statement is:
FIELD field-identifier { NAMESTUB numeric-length }
Example
FIELD "Amount Paid" { NAMESTUB "Total Paid" }
This example enables you to gather information about the "Amount Paid" to be recorded in a field called "Total Paid". This subcommand is useful when you want to match the fields of another target database that is accepting information from the System Architect encyclopedia.
Parent topic
Reporting system command language