Difference between revisions of "SYSCMDUSNO"

From MidrangeWiki
Jump to: navigation, search
(Let's get the code saved)
 
Line 2: Line 2:
 
[[Category:CLP/400 examples]]
 
[[Category:CLP/400 examples]]
  
-- Here is the Source Code --
+
== Here is the Source Code ==
  
 
/*********************************************************************/  
 
/*********************************************************************/  
/*                                                                  */  
+
/*                                                                  */  
/* Program SYSCMDUSNO                            from BPCS Menu      */  
+
/* Program SYSCMDUSNO                            from BPCS Menu      */  
/*                    Do DSPLOG vs. CPF2234 & other security oops    */  
+
/*                    Do DSPLOG vs. CPF2234 & other security oops    */  
/*                    and other serious stuff worth checking        */  
+
/*                    and other serious stuff worth checking        */  
/*                                                                  */  
+
/*                                                                  */  
/*********************************************************************/  
+
/*********************************************************************/  
 
         PGM                                                         
 
         PGM                                                         
 
                                                                        
 
                                                                        

Revision as of 05:09, 26 May 2005


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