.DGE 文件扩展名
Enterprise Test Server Declaration Generator File
| 开发者 | Micro Focus |
| 受欢迎程度 |
2.8 | 5 票 |
什么是 DGE 文件?
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.
更多信息
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