Job section
The Job section defines the job name and description. The Job section is designed for supporting the job's global parameters. Currently, TempDirectory is the only identified parameter. This section is optional.
Syntax
Job(<name> [, "<description>"])
[TempDirectory = "<directory>"]
End Job
Parameters
<name>
Type Text.
<description>
Type Text.
<directory>
A directory in which to store temporary files generated during Job transformation. Ensure this directory is assigned the appropriate read and write access permissions.
Examples
The following example defines a job with a name of MUS03 and a description of Copy the Museum database to IBM SPSS Statistics SAV:
Job(MUS03, "Copy the Museum database to IBM SPSS Statistics SAV")
TempDirectory = "C:\Temp"
End Job
See