Dear,

 you can use idcams to extract some lines from syslog file


 //DUMPS1 EXEC  PGM=IDCAMS,REGION=4000K                          

//SYSPRINT  DD  SYSOUT=X                                        

//IND   DD  DISP=SHR,                                           

//          DSN= YOUR INPUT SYSLOG FILE NAME                    

//OUTD  DD  UNIT=3390,SPACE=(CYL,(200,100),RLSE),               

//          DISP=(NEW,CATLG,DELETE),                            

//          DCB=(YOUR INPUT SYSLOG FILE NAME  ),                

//          DSN= YOUR OUTPUT FILENAME                           

//SYSIN  DD  *                                                  

  REPRO IFILE(IND) OFILE(OUTD) SKIP(2531000) COUNT(40000)       

/*                                                              


regards


Bavo.


 


 


 


 
----- Origineel bericht: com169.854.772 ---------------------------------



From: william janulin (0000008d52e04f2e-dmarc-requ...@listserv.ua.edu)

To: IBM-MAIN@LISTSERV.UA.EDU

Copy: claude.cuvel...@colruytgroup.com, bavo.devogel...@colruytgroup.com

Subject: extract syslog data

Date: 21 juni 2017 (15:55)



 

To list;

  Does anyone know of a utility that can be used to extract zOS syslog data for 
a specificdate and time period or which manual I cold find the info?

I am hoping I will not have to use cut & paste to get the informationneeded for 
a PMR I have open.

Thank you in advance, Bill J.



----------------------------------------------------------------------

For IBM-MAIN subscribe / signoff / archive access instructions,

send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

 





Dit bericht is onderworpen aan de voorwaarden beschikbaar op onze website
Ce message est soumis aux conditions disponibles sur  notre site web
This message is subject to the terms and conditions available on  our website

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to