.DGE File Extension
Enterprise Test Server Declaration Generator File
Developer | Micro Focus |
Popularity |
2.8 | 5 Votes |
What is a DGE file?
A DGE file is a data file used by Micro Focus Enterprise Test Server, an IBM mainframe test environment application. It contains instructions for generating one or more declaration files in the COBOL, PL/I, or C languages. DGE files store information in plain text with each line representing a transaction.
More Information
DGE files are typically created when a user enters specifications in the Declaration Generator window in Enterprise Test Server and clicks SAVE AS. The files may also be created using a text editor and renaming the ".txt" extension of a .TXT file to ".dge".
You can run a DGE file in Enterprise Test Server by running the batch version of the Declaration Generator in the Enterprise Developer command prompt. You can call the "dclg40n" program with the following syntax:
dclg40n [-iIniFile -r -n]-b filename
For example, if the DGE file was example.dge, the syntax may be the following:
dclg40n -b c:\BATCH\EXAMPLE