Displays code file information for the code files included among the specified files. The information included in the display is all of the information currently displayed with the CODEVERSION file attribute. See the CODEVERSION modifier and the following for more details.
Compiler Version
The version of the compiler used to create the code file. Note, this is similar to what is displayed with CODEVERSION, except that the full-cycle number and patch number are displayed. For codefiles produced by BINDER, or the AUTOBIND options in ALGOL and FORTRAN77, the minimum and maximum compiler levels used are displayed.
Compiler Date
The date the code file was compiled.
Compiler Time
The time the code file was compiled.
Execution Count
The execution count indicates the number of times that the code file has been run.
Core Estimate
If the execution count is 0, then this is the memory core estimate generated by the compiler. Otherwise, it is the run time estimate generated by the MCP.
Stack Size
If the execution count is 0, then this is the stack size estimate generated by the compiler. Otherwise, it is the run time estimate generated by the MCP.
Compiler Information
The following is relevant compiler information pertaining to the codefile:
IPC CAPABLE |
The program is capable of performing Interprocess Communication. |
DMS CAPABLE |
The program may utilize DMS features. |
LIBRARY CAPABLE |
The program may export library environments with the following sharing characteristics: SHARING PRIVATE SHAREDBYALL DONTCARE SHAREDBYRUNUNIT |