Difference between revisions of "SYSCMDUSNO"

From MidrangeWiki
Jump to: navigation, search
m (How do I get ENDPGM in with PGM colorization?)
(BS up top)
Line 1: Line 1:
 
[[Category:CLP/400]]
 
[[Category:CLP/400]]
 
[[Category:CLP/400 examples]]
 
[[Category:CLP/400 examples]]
 +
 +
== Discussion of the Source Code ==
 +
 +
This software did NOT come with BPCS or any other packaged software.  [[BPCS]] comes with a Menu Generator where we can add our own [[CLP]] and other programs to be options from these menus.
 +
 +
Most sites need to have menu)s) for IT users for easy access to into about what's doing on our system that we ought to know about.
  
 
== Here is the Source Code ==
 
== Here is the Source Code ==

Revision as of 05:16, 26 May 2005


Discussion of the Source Code

This software did NOT come with BPCS or any other packaged software. BPCS comes with a Menu Generator where we can add our own CLP and other programs to be options from these menus.

Most sites need to have menu)s) for IT users for easy access to into about what's doing on our system that we ought to know about.

Here is the Source Code

/*********************************************************************/

/* */

/* Program SYSCMDUSNO from BPCS Menu */

/* Do DSPLOG vs. CPF2234 & other security oops */

/* and other serious stuff worth checking */

/* */

/*********************************************************************/

          PGM                                                        
                                                                      
             DSPLOG     PERIOD((*AVAIL *BEGIN)) MSGID(CPA1E01 +         
                      CPC1E1D CPS2356 CPC3707 CPD2609 CPD27EF +     
                     CPF0934 CPF0994 CPF0998 CPF1806 CPF2234 +     
                          CPF4058 CPF8192 CPF9E72 CPI1E23 CPI0964 +     
                   CPI2203 CPI1479 CPI5970 CPPEA13 MCH1604)                                                     

ENDPGM