Generated Scoring Task Content Files

At various points in the life cycle of a scoring task the SAS Model Manager user can create any or all of the content files that are described below. After the files are created, they are written to the scoring task folder.
The conditions under which they are created and a description of their content follows:
Filename
Description
<Output Table Name>.sas7bdat
This file is created whenever the scoring task is executed and the scoring task property Scoring Task Type is set to Test. The contents are not the most recent scoring output results if the type of the scoring task was changed from Test to Production, and the scoring task is executed.
taskCode.log
This file is the SAS log for the scoring task code that is executed on the SAS Application Server. The SAS log file is in sync with the taskCode.sas file.
taskCode.lst
This file is the SAS listing file and is created only if the score code executes code that produces a listing file.
taskCode.sas
This file is created the first time you execute the scoring task. This file is updated each time you execute a scoring task. It contains the code that was last sent to the SAS Application Server for execution.
preScoreCode.sas
This file is created only if you add code after the generated code section in the Pre-code view. For more information, see Scoring Task Tabbed Views.
postScoreCode.sas
This file is created only if you add code after the generated code section in the Post-code view. For more information, see Scoring Task Tabbed Views.