Section 1, Task 3: Create a Test PDB and Process, Reduce, and Report on Data
Action 1: Create your test PDB
Step c: Select the start of week.

  1. Select the start of week.

    Define the start of the week for your test PDB. The default is Sunday.If your site uses a different start of week, insert the following code after the above code:

    Define the start of the week for your test PDB. The default is Sunday.If your site uses a different start of week, insert the following code after the above code:

    %cppdbopt(cpsow=start_of_week);

    For example, this call

    %cppdbopt(cpsow=Monday);

    will set the start of week in the PDB to Monday. The values MUST be specified as day name, not day number, and the day names cannot be abbreviated. Invalid values are thrown away; any badly specified days will default to Sunday.