Compiling Group or set of Cobol's from Tools 8.52.
Until Tools 8.51, for compiling a group or set of Cobol's the following command has been used:
pscbl.mak PTP*
But from 8.52 and later, this command has been changed and now it can be done by using the following examples:
1) For compiling tools cobol's whose names begin with PTP, you have to use:
pscbl.mak PTP***
2) For compiling Global payroll Cobol's, whose name begins with GPP, you have to use:
pscbl.mak GPP***
-Bala P.