Re: extract syslog data

2017-06-21 Thread Jesse 1 Robinson
I've used FILTER for years for panels like job display. I had no idea it worked 
for operlog. The entire mainframe staff here is blown away. Thanks!

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Wednesday, June 21, 2017 7:23 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: extract syslog data

One other option.

In SDSF is the FILTER function on the top menu.  If you have specific messages 
or jobs or other you want rather than all lines in a particular time frame, you 
can use that to cut down on the amount of data.

All is detailed in the TOC for SDSF.  I find that when I am in a specific 
function in SDSF, if I enter an INVALID command, then use the HELP Key (PF1) I 
will be presented with the functions available for that panel.  That way I do 
not need to know what they are and easier to find the details.



Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Lizette Koehler
> Sent: Wednesday, June 21, 2017 7:20 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: extract syslog data
> 
> Where is your syslog located?
> 
> If still in JES2 Spool, and you have SDSF, then the PRINT command in 
> SDSF will work.  This can print to a file or you can print to your TSO 
> Session, the use XDC to print to a dataset of your choice
> 
> 
> 
> If it is in an external dataset, you have the following options (no 
> particular order)
> 
>REXX
>DFSORT
>SAS
>COBOL
>ISPF EDIT (if the file is not very large)
>PL/1
>SAS
>IDCAMS
>Also check the cbttape.org and see if there are any tools there you 
> might use
> 
> Basically, if it is in a seq file, you can use any tool you like to 
> copy the data.  You just need to know the first line you want to copy 
> to the last line you want to copy.
> 
> In ISPF EDIT that is a RELATIVE LINE NUMBER on the VIEW or EDIT Panel
> 
> Everything is pretty much dependent on where your SYSLOG is and 
> whether or not you need to create your own process.
> 
> Use a function you are familiar.
> 
> 
> Lizette
> 
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List 
> > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of william janulin
> > Sent: Wednesday, June 21, 2017 6:55 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: extract syslog data
> >
> > 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


Re: extract syslog data

2017-06-21 Thread william janulin
Lizette,
It is in JES2. I was able to print the selected time period using the PRINT to 
dataset option which allowed me to then FTP the log to IBM support.
Thank you for responding. 

regards, Bill J.
 

On Wednesday, June 21, 2017 10:19 AM, Lizette Koehler 
 wrote:
 

 Where is your syslog located?

If still in JES2 Spool, and you have SDSF, then the PRINT command in SDSF will 
work.  This can print to a file or you can print to your TSO Session, the use 
XDC to print to a dataset of your choice



If it is in an external dataset, you have the following options (no particular 
order)

  REXX
  DFSORT
  SAS
  COBOL
  ISPF EDIT (if the file is not very large)
  PL/1
  SAS
  IDCAMS
  Also check the cbttape.org and see if there are any tools there you might use

Basically, if it is in a seq file, you can use any tool you like to copy the 
data.  You just need to know the first line you want to copy to the last line 
you want to copy.

In ISPF EDIT that is a RELATIVE LINE NUMBER on the VIEW or EDIT Panel

Everything is pretty much dependent on where your SYSLOG is and whether or not 
you need to create your own process.

Use a function you are familiar.


Lizette

  

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of william janulin
> Sent: Wednesday, June 21, 2017 6:55 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: extract syslog data
> 
> 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

   

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


Re: extract syslog data

2017-06-21 Thread Lizette Koehler
One other option.

In SDSF is the FILTER function on the top menu.  If you have specific messages 
or jobs or other you want rather than all lines in a particular time frame, you 
can use that to cut down on the amount of data.

All is detailed in the TOC for SDSF.  I find that when I am in a specific 
function in SDSF, if I enter an INVALID command, then use the HELP Key (PF1) I 
will be presented with the functions available for that panel.  That way I do 
not need to know what they are and easier to find the details.



Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Lizette Koehler
> Sent: Wednesday, June 21, 2017 7:20 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: extract syslog data
> 
> Where is your syslog located?
> 
> If still in JES2 Spool, and you have SDSF, then the PRINT command in SDSF
> will work.  This can print to a file or you can print to your TSO Session,
> the use XDC to print to a dataset of your choice
> 
> 
> 
> If it is in an external dataset, you have the following options (no
> particular order)
> 
>REXX
>DFSORT
>SAS
>COBOL
>ISPF EDIT (if the file is not very large)
>PL/1
>SAS
>IDCAMS
>Also check the cbttape.org and see if there are any tools there you might
> use
> 
> Basically, if it is in a seq file, you can use any tool you like to copy the
> data.  You just need to know the first line you want to copy to the last line
> you want to copy.
> 
> In ISPF EDIT that is a RELATIVE LINE NUMBER on the VIEW or EDIT Panel
> 
> Everything is pretty much dependent on where your SYSLOG is and whether or
> not you need to create your own process.
> 
> Use a function you are familiar.
> 
> 
> Lizette
> 
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> > On Behalf Of william janulin
> > Sent: Wednesday, June 21, 2017 6:55 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: extract syslog data
> >
> > 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

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


Re: extract syslog data

2017-06-21 Thread Lizette Koehler
Where is your syslog located?

If still in JES2 Spool, and you have SDSF, then the PRINT command in SDSF will 
work.  This can print to a file or you can print to your TSO Session, the use 
XDC to print to a dataset of your choice



If it is in an external dataset, you have the following options (no particular 
order)

   REXX
   DFSORT
   SAS
   COBOL
   ISPF EDIT (if the file is not very large)
   PL/1
   SAS
   IDCAMS
   Also check the cbttape.org and see if there are any tools there you might use

Basically, if it is in a seq file, you can use any tool you like to copy the 
data.  You just need to know the first line you want to copy to the last line 
you want to copy.

In ISPF EDIT that is a RELATIVE LINE NUMBER on the VIEW or EDIT Panel

Everything is pretty much dependent on where your SYSLOG is and whether or not 
you need to create your own process.

Use a function you are familiar.


Lizette

   

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of william janulin
> Sent: Wednesday, June 21, 2017 6:55 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: extract syslog data
> 
> 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


Re: extract syslog data

2017-06-21 Thread william janulin
Thank you for the response. Yes, the SDSF print function works very nice. It 
prvides a panel where you can enter a date and time rangeperfect!
Regards, Bill J.
 

On Wednesday, June 21, 2017 10:03 AM, Elardus Engelbrecht 
 wrote:
 

 william janulin wrote:

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

If your SYSLOG for a specific date/time is still kept in JES SPOOL, you can use 
SDSF Print function.


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

SDSF Print function is very handy, no need to cut/copy/paste. Just open the 
function, select your start/end lines, print and then print close.

Do you have any Spool grabber utility? Something like BMC Control-D or such 
product?

Groete / Greetings
Elardus Engelbrecht

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

   

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


Re: extract syslog data

2017-06-21 Thread Elardus Engelbrecht
william janulin wrote:

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

If your SYSLOG for a specific date/time is still kept in JES SPOOL, you can use 
SDSF Print function.


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

SDSF Print function is very handy, no need to cut/copy/paste. Just open the 
function, select your start/end lines, print and then print close.

Do you have any Spool grabber utility? Something like BMC Control-D or such 
product?

Groete / Greetings
Elardus Engelbrecht

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