What is the basic approach to data extraction in FIRST?
FIRST uses a DML-like command structure for data extraction from CA IDMS. Users define data selection criteria and output formats using these commands. The product then processes the requests against the IDMS database.
What processing modes are available?
FIRST supports batch processing and online query modes. Batch jobs are typically used for large data extracts, while online queries provide immediate access to data. The choice depends on the user's needs and the size of the data being accessed.
Can FIRST extract data from multiple IDMS databases?
FIRST can extract data from multiple IDMS databases and schemas. Users specify the target database and schema in their commands. This allows for consolidated data extraction from various sources.
What output formats does FIRST support?
FIRST supports various output formats, including delimited files, fixed-width formats, and reports. Users specify the desired format in their commands. This flexibility allows for integration with different systems.