Previous Topic: JCL ConsiderationsNext Topic: Coding Considerations


Adding and Replacing Data on SQL Tables

Introduction

In addition to creating new CA IDMS/DB tables, CA Culprit can also add and replace data on existing SQL tables. Many of the coding techniques discussed earlier in this chapter also apply to adding and replacing data.

Updating SQL tables is a two step process:

  1. Validating the output data buffer layout against the existing table definition,
  2. Inserting new data.