E@DBCREATE
Name
The E@DBCREATE call has the following format:
DN@<Logical>(E@DBCREATE)
where <Logical> identifies the database file to use to perform the E@DBCREATE call.
Description
E@DBCREATE initializes the record area associated with the database file to be updated by setting numeric fields to zero and alphanumeric fields to spaces.
Using the API in a Program
See E@DBSTORE.
Input Values
Field | Description |
---|---|
<Logical> | You must specify the database file name that you want to create a record in. |
Programming Example
For an example of programming, see E@DBSTORE.