Analysis Workbench Script Contents

Five script sections if they exist are processed in the order:

  • Comments Section
  • Startup Section
  • Variables Section
  • Process Section
  • End Section

They do not have to be in this order in the script file and do not have to exist.

You do not need to call any of these sections. The script engine calls these sections automatically. The script engine does not call any other section that has been created unless it has been specified in a RUN_PROCESS command.

Any other sections in the script can be created and the lines do not have to be commented out if the section is not called by the script.