Previous Topic: Executing Deferred Batch QueriesNext Topic: Sample JCL for Batch Sign/On Mode


Preparing for Batch Export Function Use

The CA Dataquery batch export function allows the user to export the columns and keys named in the PRINT or DISPLAY statement of the query to an output table in the order specified in the query. This exported data is then available for use in user-written programs.

Types of Export Files

CA Dataquery places the requested exported data in a sequential output file. Thus, you must allocate a data set for the exported data. There are two different types of export output file:

z/VSE Requirements

In a z/VSE environment, the System Option Table EXPDEV= parameter specifies the default device for exported data. This default can be overridden for nondeferred jobs at submit time when the system prompts the user for the device. If the exported files will be stored on disk, you should assign some specific space for that purpose. For more information, see Accessing Exported Data.