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.
Syntax
FIELD field-identifier { NAMESTUB numeric-length }
Example
This example gets 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.
FIELD "Amount Paid" { NAMESTUB "Total Paid" }
Parent topic
Reporting system command language