Previous Topic: Create Table Syntax (EMPEXPT.SQ2)Next Topic: SQL Data Type Mapping and Defining SQL Columns as Date Columns


Add Program Syntax (EMPEXPT.SGN)

This syntax, stored in EMPEXPT.SGN, represents the system generation ADD PROGRAM statement that defines the table procedure COBOL program to the CA IDMS system. CA IDMS stores the syntax as a module in the dictionary with language type SYSGEN. o include it at system startup, use the INCLUDE statement, as described in CA IDMS System Generation.

*SYSGEN STATEMENT FOR EMPEXPT
ADD PROGRAM EMPEXPT
CONCURRENT
PROGRAM
LOADLIB
LANGUAGE IS COBOL
NOMAINLINE
NOPROTECT
REENTRANT.