Glossary

Step COMPILE:

`PGM=IGYCRCTL` — The IBM Enterprise COBOL compiler - `PARM='RENT,LIST,MAP,XREF,OFFSET'` — Compiler options: reentrant code, generate listing, data map, cross-reference, offset listing - `SYSIN` — The COBOL source code to compile - `SYSLIB` — Where to find copybooks referenced by COPY statements - `S

Learn More

Related Terms