Creates
the external file for a specified application name.
Syntax
create-external-file(<name>,<dialogs>)
Parameters
name
Name of the external file to be created.
dialogs
If set to N, dialogs are not included in the file. The default
is Y(es).
Example
To create the external file for the TRAVEL application, and
exclude the dialogs:
create-external-file('TRAVEL.EXT','N')
|