Extract files can be in one of the following categories:
Existing
These files exist before the report begins and are retained after the report ends. To specify an Existing file, use one of the following logic commands:
SetTitle Extract File Processing, with the Exist command option
Determine Actual, with the ExtractedAs command option, at the point from which it was executed (only applies while the logic command is being executed).
Match (only applies while the logic command is being executed).
Permanent
These files do not exist before the report begins, but are retained after the report ends. To specify a Permanent file, use one of the following logic commands:
SetTitle, without the Exist command option
Extract, with the RetainAs command option
Determine Actual, with the RetainedAs command option
Temporary
These files do not exist before the report begins, and are deleted after the report ends. To specify a Temporary file, use one of the following logic commands (and do not include a SetTitle logic statement):
Extract, without the RetainAs command option
Determine Actual, without the RetainedAs command option
ForEach