Tuesday, January 19, 2021

Difference between Cobol Compiler and run time license.

 Difference between Cobol Compiler and run time license.

 

Compiler - used to compile the cobol program which usually be very limited and we usually have 1 license in server as we compile one at a time.

Run time - This license is used to run the cobol programs in server usually we have more say 1000+ ..so that users can run many concurrent cobol programs in server..


To View COBOL license :

cd /var/microfocuslicensing/bin/

               $ ./cesadmintool.sh

 

               Micro Focus License Administration

               ==================================

              Welcome to the Micro Focus License Administration utility.

               Please select an option from the menu below.

              1. Online Authorization.

              2. Check License Status.

              3. Advanced Configuration Options.

              4. Manual License Installation.

              5. Uninstall Licenses.

              6. Get Machine Id.

              7. Commute/Return Licenses.

              8. Get License Details.

 

Using PUM package name to get the list of objects modified PeopleSoft PUM :

 Using PUM  package name to get the list of objects modified PeopleSoft PUM :

select distinct ptiasprptno,objecttype,descr254,objectid1,objectvalue1,objectid2,objectvalue2,objectid3,objectvalue3,
objectid4,objectvalue4 from
PS_PTIASPRPTMOLVW where ptiasprptno in (select distinct ptiasprptno from PS_PTIASPPKGBUGS where
ptiasppkgname='IMAGE_1417')
group by  ptiasprptno,objecttype,descr254,objectid1,objectvalue1,objectid2,objectvalue2,objectid3,objectvalue3,objectid4,objectvalue4;