You can
examine the multiple logs template job on the
Diagram tab of the SAS Data Integration Studio
Job Editor before you run it. You can also configure the job to change the
list of logs that you process, set the number of groups that are used
in the sessionizing loop, and specify parallel and multiple processing
options.
Perform the following steps to
make these adjustments:
-
Open the
renamed multiple logs template job.
-
Scroll
through the job on the
Diagram tab.
Note the following
components:
-
the two loops and the connections
between them
-
the transformations that prepare
the clickstream logs and groups for loop processing
-
the output table that collects
the results from the job
-
Right-click
the Log_Paths table and select
Open from
the pop-up menu. Review the list of log paths contained in the table.
If you need to modify this list, you can click
Switch
to edit mode in the toolbar and make any needed changes.
-
Open the
Loop Options tabs in the property windows for the two
Loop transformations and make sure that the appropriate parallel processing
settings are specified. Be particularly careful to ensure that the
path specified in the
Location on host for log and output
files field is correct.
For information
about the prerequisites for parallel processing, see the “About
Parallel Processing” topic in the Working with Iterative Jobs
and Parallel Processing chapter in the
SAS Data Integration
Studio: User's Guide. Of course, your job fails if parallel
processing has been enabled but the parallel processing prerequisites
have not been satisfied.
-
Open the
Parameters tab in the properties window for the template
job and review the two parameters
Number of Distinct Clickstream
Parse Output Paths and
Number of Groups into
which data should be divided for the job. To access these
values, select the parameters and click
Edit to access the
Edit Prompt window. Then,
click
Prompt Type and Values to review the
number of groups specified in the
Default value field. Click
OK until you return to the
Diagram tab.
Note: The value for
these parameters must match the value entered for the setup job. The
setup job values are entered on the
Options tab in the properties window for the Setup transformation in the
setup job. If you change either of these values in the
template job, you need to rerun the setup job to make sure that the
settings match and that the supporting file system structure is generated.