Previous Topic: YDATGENNext Topic: YDFTCTX


YDBFGEN

The Database Implementation (YDBFGEN) model value defines the method for database file generation and implementation: DDS, SQL or DDL.

YDDLDBA

The Database Access Method (YDDLDBA) model value specifies a method of accessing the database (RLA or SQL) when a function's Generation Mode option is set to A(ACPVAL) or M(MDLVAL), which resolves to DDL type.

*RLA

Specifies that the external function generates with RLA access.

*SQL

Specifies that the external function generates with SQL access.

Note: To generate or regenerate a function with RLA code for DDL database, set the YSQLVNM model value to *DDS or *LNG or *LNT, or *LNF and set the YDDLDBA model value to *RLA.