Compiling COBOL with a Decoupled PS_HOME
edited Jan 28, 2020 9:17PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 10 commentsAnswered
We are upgrading from HCM 9.0 PT 8.48 to HCM 9.2 8.53. We use COBOL on Linux and have customized a few COBOL source files. Previously, we had all of the files in PS_HOME/src/cbl and then ran pscbl.mak to compile followed by psrun.mak to create the runtime files. In our new upgraded environment, we have decoupled PS_HOME, so now there are COBOL source files in PS_HOME/src/cbl, PS_APP_HOME/src/cbl, and PS_CUST_HOME/src/cbl. How do I run pscbl.mak to put create all the object files in one place so that I can run psrun.mak once? Do I need to run pscbl.mak 3 times, once
3