How to Kill variable or class of variable
In Sage X3, we may come across a scenario where we want to kill the variable or class of variable. Kill allows you to delete a variable or class of variables. Syntax : Kill var_clas_list Parameters: var_clas_list: Description List of classes or variable_names separated by the comma (,) Examples Deletion of an indexed variable of… Read More »