The following compiler options are required to load symbolic information for OS/VS COBOL programs into the PROTSYM file:
|
Option |
Description |
|---|---|
|
CLIST or PMAP |
Produces a condensed Procedure Division map or full Assembler Procedure Division map. |
|
DMAP |
Produces a Data Division map. |
|
NONUM |
Suppresses compiler-generated line numbers. |
|
SXREF |
Produces a cross-reference of data and paragraph names. |
|
VERB |
Produces a report of verb names. |
The following compiler options are required to load symbolic information for a program compiled using CA Optimizer into the PROTSYM file:
|
Option |
Description |
|---|---|
|
DMAP or MDMAP |
Produces a Data Division map or merged Data Division map. |
|
MLIST |
Produces a merged Procedure Division map. |
|
NONUM |
Suppresses compiler-generated line numbers. |
|
XREF |
Produces a cross-reference of data and paragraph names. |
To use symbolic references in OS/VS COBOL, you must declare at least one data item in working storage.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |