Previous Page | Next Page

Maintaining Jobs

Overview

This chapter assumes that you are familiar with the basic information about Jobs as described in Jobs and are ready to define the Jobs to create your data stores. A Job enables you to connect a series of process steps into a single unit. You can specify the processes for a Job in two ways:

In addition to specifying processes, a Job may also include the following:

In general, to maintain Jobs, do the following:
  1. Add a Job for the data store.

  2. Define the Job properties, such as whether the Job code will be generated by SAS/Warehouse Administrator or supplied by user-written code.

  3. For SAS/Warehouse Administrator to generate code, define the Job Process Flow, which initially requires the output table and an input source. Typically, a Mapping process is added automatically to the Process Flow when you specify an input source. You must then define the Mapping properties.

  4. For a Process Flow, you might need to add additional output tables and input sources, which also require you to update the Mapping properties.

  5. For a Process Flow, after you have output table(s) and input source(s) specified, you might need to specify additional processes to further prepare data for loading into the output table(s). These include User Exit, Data Transfer, and Record Selector processes, which require you to define their properties.

  6. For a Process Flow, if necessary, you might need to edit the Load process properties. Note that the code to perform the Load process can be generated by SAS/Warehouse Administrator or supplied by user-written code, except for an ODD or a Detail Logical Table, which must be user-written.

  7. Execute the Job interactively, or schedule the Job to run in batch mode at a future date and time.

This chapter focuses on the general procedures for maintaining Jobs. For unique information about Jobs for a specific data store, see the examples in the chapter associated with the data store.

Note:   The basic steps for defining a Job are described in the online Help for each type of data store. To display the relevant online Help, in the SAS System Help contents, select Help on SAS Software Products [arrow] Using SAS/Warehouse Administrator SoftwareFinally, select defining a specific type of data store, and then select the topic for adding and updating the data store Job. In addition, you can display help for most SAS/Warehouse Administrator windows by clicking Help on the window.   [cautionend]

Previous Page | Next Page | Top of Page