Sorry, but I'm not running this software. 

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Denis O'Sullivan
Sent: Monday, August 18, 2008 6:32 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SMF Subtype 132 record

 Speaking of small eye-catcher strings... 
Are you running SYSB-II from H&W software? 
http://www.hwcs.com/software/sysb-ii/index.asp 


-----Original Message-----
From: Laine, Rogers [mailto:[EMAIL PROTECTED]
Sent: 15 August 2008 13:41
Subject: Re: SMF Subtype 132 record

Scott,

This is what I see when dumping this SMF record.
I see nothing that jumps out at me that would indicate who this belongs to.

  d  k¬   "SYSBOPER004   \"      
 d  k¬   "SYSBOPER007   A    |  
 d       "SYSBOPER007   A    |  
 d       "SYSBOPER004   \"      
 d       "SYSBOPER004   \"      
 d       "SYSBOPER007   A    |  

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Scott Barry
Sent: Thursday, August 14, 2008 10:25 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SMF Subtype 132 record

On Thu, 14 Aug 2008 20:52:01 -0500, Rogers Laine <[EMAIL PROTECTED]>
wrote:

>We are trying to research what software is producing SMF subtype of 132?
>We see these records being created every 1-2 minutes when a TSO user is 
>log on the system.
>Any ideas?
>


Dump a few of these records and look for an eye-catcher in the header, 
presuming you are looking for SMF "type" 132.  You can use some DFSORT / COPY 
and IDCAMS PRINT utility commands - example JCL below:


//S1         EXEC PGM=SORT,PARM=ABEND  
//SYSOUT DD   SYSOUT=*  
//SORTIN   DD   DISP=SHR,DSN=_your_smf_input_file_
//SORTOUT  DD  DSN=&&amp;SORTTEMP,
//  UNIT=SYSDA,SPACE=(CYL,(10,10)),
//  DISP=(NEW,PASS)
//SYSIN    DD   * 
 OPTION STOPAFT=5
 SORT FIELDS=COPY
 INCLUDE COND=(6,1,BI,EQ,132)
/*
//DUMP   EXEC PGM=IDCAMS 
//IN1      DD   DISP=(OLD,DELETE),DSN=&&amp;SORTTEMP
//SYSPRINT DD   SYSOUT=*  
//SYSIN    DD   *   
 PRINT INFILE(IN1) DUMP
/*


Scott Barry
SBBWorks, Inc.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html

________________________________________________________________

Confidentiality Notice:

This E-Mail transmission (and/or the documents accompanying it) may contain 
information belonging to the sender which is confidential, privileged and/or 
exempt from disclosure under applicable law.  The information is intended only 
for the use
of the individual(s) or entity named above.   If you are not
the intended recipient, you are hereby  notified that any disclosure, copying, 
distribution or the taking of any action in reliance on the contents of this 
information is strictly prohibited.  If you have received this E-Mail 
transmission in error, please immediately notify us by return E-Mail or 
telephone to arrange for return of its contents including any documents.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html

________________________________________________________________________
This email has been scanned for all known viruses by the MessageLabs Email 
Security Service and the Macro 4 plc internal virus protection system.
________________________________________________________________________

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html

________________________________________________________________

Confidentiality Notice:

This E-Mail transmission (and/or the documents accompanying it)
may contain information belonging to the sender which is 
confidential, privileged and/or exempt from disclosure under 
applicable law.  The information is intended only for the use
of the individual(s) or entity named above.   If you are not
the intended recipient, you are hereby  notified that any
disclosure, copying, distribution or the taking of any action
in reliance on the contents of this information is strictly 
prohibited.  If you have received this E-Mail transmission 
in error, please immediately notify us by return E-Mail or 
telephone to arrange for return of its contents including any
documents.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to