company logo

Set attribute list (SAL)

The command allows setting an attribute list for the selected collection, that are listed when calling the print (p) command.

Parameters:

  • attr_name_n - attribute name to be displayed
  • -Dn - re-direction to other data source context
  • -Cn - re-direction to other collection th the hierarchy
  • -A - append current attribute list. When this option is not set the list is deleted and rebuilt.


Syntax:

  sal attrname_1 ... attrname_n -A -Dn -Cn

Examples:

  sal name income   // creates a new attribute list with 'name' and

                    // 'income'

  sal first_name -A // adds 'first_name' to the attribute list

  sal name -D2 -C1  // creates a new attribute list with 'name' for

                    // collection 1 in datasource context 2