generation: Numeric. A number that represents the task's hierarchic position in the runtime task tree. 0 depicts the current task, 1 its immediate ancestor, and so on.
task var names: Alpha. A comma-delimited list of all the names of variables that will be exported.
print var names: Alpha. A comma-delimited list of all the field names of the variables that will be exported. If the list is evaluated to ‘@’, then the engine will export the headers as defined in the task. If the name has a comma, it will be prefixed by the backslash (\) character.
|