Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
&pagelevel(5)&pagelevel
An entry has the following structure (decimal byte number) and meaning:
Entry | Meaning |
1 | Index of the entry in the ROOT program table |
2 | Program name |
3 | Language type of program as specified in statement PROGRAM... COMP= . Possible values: C = X'06' COB2 = X'0A' (COB2 is an alias name for all Micro Focus compilers) CPP= X'0C' NETCOBOL=X’0D’ |
4 | Load mode of program as specified in statement PROGRAM .. LOAD= . If the application is generated with shared objects, this output corresponds to the value specified in the SHARED-OBJECTS statement (LOAD-MODE parameter). Meaning of values*: STATIC = X'00': Program linked statically to application STARTUP = X'01': Program is dynamically loaded on starting application POOL = X'03': Program is loaded into a memory pool |
5 | Exchange mode of program, always set to NOTCH = X'00' (not exchangeable). |
6 | Not relevant, always set to X'00'.
|
7 |
8 |
9 | Load status of program, always set to LOADED = X'01' (program loaded). |
10 | Program address |