set_appcontext( ‘app_context_name’, ‘attribute_name’, ‘attribute_value’ )
Creates an attribute in the specified application context; if the context does not yet exist, it will be created as well.
See List_appcontext for an example.