Hello everyone,
I am charged with writing COBOL programs for a distribution application using a Microfocus compiler. I have set up several COPY libraries containing working storage and procedures for database access. Rather than make a hundred small copy libraries for the tables I need to access, I would like to make a few big ones.
So...I am wondering if the Microfocus compiler/linker is smart enough not to allocate working storage for variables that are declared but not used in a program?
And...will procedures that are never performed be excluded from the build?
Any help would be greatly appreciated,
bill
I am charged with writing COBOL programs for a distribution application using a Microfocus compiler. I have set up several COPY libraries containing working storage and procedures for database access. Rather than make a hundred small copy libraries for the tables I need to access, I would like to make a few big ones.
So...I am wondering if the Microfocus compiler/linker is smart enough not to allocate working storage for variables that are declared but not used in a program?
And...will procedures that are never performed be excluded from the build?
Any help would be greatly appreciated,
bill