What is PEngiCCL?
PEngiCCL is a COBOL macro language used for developing Foundation Software products. It provides a set of commands and functions to create and maintain applications on the z/OS platform. It is designed to enhance COBOL development.
What products is PEngiCCL used to develop?
PEngiCCL is primarily used for developing other Foundation Software products such as PEngiBAT, PEngiONL, and PEngiEZT. It streamlines the development process by providing reusable components and simplifying complex tasks within the COBOL environment.
What platform does PEngiCCL run on?
PEngiCCL operates on the z/OS platform, leveraging the mainframe's processing capabilities. It integrates with the COBOL compiler and runtime environment to execute macro instructions and generate COBOL code.
How does PEngiCCL work with COBOL?
PEngiCCL is a macro language, meaning it extends the COBOL language. Developers write PEngiCCL macros, which are then expanded into standard COBOL code during the compilation process. This allows for code reuse and abstraction.