What types of data extraction does RC/Extract for Db2 support?
RC/Extract for Db2 extracts data based on SQL WHERE clause criteria. It can extract data from tables and views, and can follow referential constraints to extract related data across multiple tables. It supports various output formats, including sequential files and VSAM datasets.
What are the basic commands and syntax for data extraction?
The EXTRACT command is the primary command. Options include specifying the Db2 subsystem, tables to extract from, WHERE clause for filtering, and output dataset characteristics. For example: EXTRACT TABLE(table_name) WHERE(column_name = 'value') OUTFILE(dataset_name).
How does RC/Extract for Db2 integrate with other tools?
RC/Extract can integrate with Fast Unload for high-speed image copy access. It can also be integrated into batch jobs using JCL and REXX scripts. APIs are not directly exposed.
How is RC/Extract for Db2 configured?
Configuration is primarily done through JCL parameters and control cards. There is no GUI. Parameters control dataset naming, buffer sizes, and other runtime options.