Re: SMF RECORD TYPE : HELP

2016-11-04 Thread Lizette Koehler
If you have IBM DFSORT, you can probably use ICEOOL to read SMF Data and 
produce a report

http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.iceg200/ice.htm

http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.icea100/ice2ca_Example_127.htm


However, MXG or MICS will be able to provide easier reporting process on SMF 
Data.

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of John Dawes
> Sent: Friday, November 04, 2016 4:35 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: SMF RECORD TYPE : HELP
> 
> Daniel,
> 
> I would like to try out your suggestion.  Would you have an example of the
> FDRABR step?  Also, would it support SMF as an input file?
> 
> 
> On Thu, 3/11/16, Blake, Daniel J [CTR] <00f1be92566d-dmarc-
> requ...@listserv.ua.edu> wrote:
> 
>  Subject: Re: SMF RECORD TYPE : HELP
>  To: IBM-MAIN@LISTSERV.UA.EDU
>  Received: Thursday, 3 November, 2016, 9:20 AM
> 
>  OK, add an SDSF step
>  before your FDR dump step, then one after your FDR dump  step.  Rerun the
> job.
> 
>  //COMMAND1  EXEC PGM=ISFAFD
>  //ISFOUT  DD  SYSOUT=*
>  //ISFIN   DD  *
> 
>  /D ALLOC,,devaddr,1
>  /*
>  //*
>  //FDRABR step here
>  //FDR
>  //*
>  //COMMAND2  EXEC PGM=ISFAFD
>  //ISFOUT  DD  SYSOUT=*
>  //ISFIN   DD  *
> 
>  /D ALLOC,,devaddr,1
>  /*
> 
> 
> 
>  ;-D an
> 
>  -Original Message-
>  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On
> Behalf Of John Dawes
>  Sent: Thursday,
>  November 03, 2016 8:23 AM
>  To: IBM-MAIN@LISTSERV.UA.EDU
>  Subject: Re: SMF RECORD TYPE : HELP
> 
>  Yes, I tried that.  However,
>  when I issued the command it was too late (3 minutes after  the job
> abend).  This is why I thought by  reading SMF  records would have some info
> on the volume.
> 
> 
>  ----
>  On Thu, 3/11/16, Blake, Daniel J [CTR] <00f1be92566d-dmarc-
> requ...@listserv.ua.edu>
>  wrote:
> 
>   Subject: Re: SMF
>  RECORD TYPE : HELP
>   To: IBM-MAIN@LISTSERV.UA.EDU
>   Received: Thursday, 3 November, 2016, 7:56  AM
> 
>   Have you tried the
>  alloc
>   command from the console or SDSF?
> 
>   D U,,ALLOC,devaddr,1
> 
>   Thank You
> 
> 
> 
>   ;-D an
> 
> 
> 
> 
> 
>  -Original Message-
>   From: IBM
>  Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On Behalf Of
> John Dawes
>   Sent: Thursday,
>   November 03, 2016 7:53 AM
>   To:
>  IBM-MAIN@LISTSERV.UA.EDU
>   Subject: SMF RECORD TYPE : HELP
> 
>   G'Day,
> 
> 
>   Could someone suggest how I could obtain  information about a certain DASD
> volume?  I am trying to  trouble shoot a problem of a job failure when
> attempting  to  copy a volume using the following parms.
> 
>   COPY INDYNAM(SYS012)
>  OUTDYNAM(BCD012)
>   CANCELERROR  -
> 
>  PURGE ALLEXCP
>  ALLDATA(*) OPT(4) ADMIN FCNOCOPY
>   -
> 
>   I get the following
>   message:
> 
> 
>  ADR306E
>   (043)-SBRTN(01), UNABLE TO COPY THE
>  VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS  TERMINATED
> 
>   I am trying to
>  find out what
>   resource was using the volume
>  at that time.  I thought that  SMF would be a solution  however I don't see a
> SMF record  type for DASD.
> 
>   Any
> 
>  suggestions would be very welcome.
> 
>   Thanks.
> 

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


Re: SMF RECORD TYPE : HELP

2016-11-04 Thread Blake, Daniel J [CTR]
That was my mistake.  I was in a hurry and read the message as coming from 
FDRABR, rather than ICKDSF.  Do you have FDRABR at your site?


You should be able to add those steps to your current dump job and get the same 
results.



Dan 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John Dawes
Sent: Friday, November 04, 2016 7:35 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SMF RECORD TYPE : HELP

Daniel,

I would like to try out your suggestion.  Would you have an example of the 
FDRABR step?  Also, would it support SMF as an input file?


On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 9:20 AM
 
 OK, add an SDSF step
 before your FDR dump step, then one after your FDR dump  step.  Rerun the job.
 
 //COMMAND1  EXEC PGM=ISFAFD
 //ISFOUT              DD  SYSOUT=*
 //ISFIN   DD  *
  
 /D ALLOC,,devaddr,1
 /*
 //*
 //FDRABR step here
 //FDR
 //*
 //COMMAND2  EXEC PGM=ISFAFD
 //ISFOUT              DD  SYSOUT=*
 //ISFIN   DD  *
  
 /D ALLOC,,devaddr,1
 /*
 
 
 
 ;-D an 
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On 
Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 8:23 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: SMF RECORD TYPE : HELP
 
 Yes, I tried that.  However,
 when I issued the command it was too late (3 minutes after  the job abend).  
This is why I thought by  reading SMF  records would have some info on the 
volume.
 
 
 
 On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu>
 wrote:
 
  Subject: Re: SMF
 RECORD TYPE : HELP
  To: IBM-MAIN@LISTSERV.UA.EDU
  Received: Thursday, 3 November, 2016, 7:56  AM
  
  Have you tried the
 alloc
  command from the console or SDSF?
  
  D U,,ALLOC,devaddr,1
  
  Thank You
 
 
  
  ;-D an
 
 
  
   
 
 -Original Message-
  From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On Behalf Of John 
Dawes
  Sent: Thursday,
  November 03, 2016 7:53 AM
  To:
 IBM-MAIN@LISTSERV.UA.EDU
  Subject: SMF RECORD TYPE : HELP
  
  G'Day,
 
 
  Could someone suggest how I could obtain  information about a certain DASD 
volume?  I am trying to  trouble shoot a problem of a job failure when 
attempting  to  copy a volume using the following parms.
  
  COPY INDYNAM(SYS012)
 OUTDYNAM(BCD012)
  CANCELERROR      - 
   
     PURGE ALLEXCP
 ALLDATA(*) OPT(4) ADMIN FCNOCOPY
  -    
  
  I get the following
  message:
  
 
 ADR306E
  (043)-SBRTN(01), UNABLE TO COPY THE
 VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS  TERMINATED
  
  I am trying to
 find out what
  resource was using the volume
 at that time.  I thought that  SMF would be a solution  however I don't see a 
SMF record  type for DASD.
  
  Any
 
 suggestions would be very welcome.
  
  Thanks.
  
 
 --
  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
  
 
 --
 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
 

--
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: SMF RECORD TYPE : HELP

2016-11-04 Thread John Dawes
Daniel,

I would like to try out your suggestion.  Would you have an example of the 
FDRABR step?  Also, would it support SMF as an input file?


On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 9:20 AM
 
 OK, add an SDSF step
 before your FDR dump step, then one after your FDR dump
 step.  Rerun the job.
 
 //COMMAND1  EXEC PGM=ISFAFD
 //ISFOUT              DD  SYSOUT=*
 //ISFIN   DD  *
  
 /D ALLOC,,devaddr,1
 /*
 //*
 //FDRABR step here
 //FDR 
 //*    
 //COMMAND2  EXEC PGM=ISFAFD
 //ISFOUT              DD  SYSOUT=*
 //ISFIN   DD  *
  
 /D ALLOC,,devaddr,1
 /*
 
 
 
 ;-D an 
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 8:23 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: SMF RECORD TYPE : HELP
 
 Yes, I tried that.  However,
 when I issued the command it was too late (3 minutes after
 the job abend).  This is why I thought by  reading SMF
 records would have some info on the volume.
 
 
 
 On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu>
 wrote:
 
  Subject: Re: SMF
 RECORD TYPE : HELP
  To: IBM-MAIN@LISTSERV.UA.EDU
  Received: Thursday, 3 November, 2016, 7:56
 AM
  
  Have you tried the
 alloc
  command from the console or SDSF?
  
  D U,,ALLOC,devaddr,1
  
  Thank You
 
 
  
  ;-D an
 
 
  
   
 
 -Original Message-
  From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On Behalf Of John Dawes
  Sent: Thursday,
  November 03, 2016 7:53 AM
  To:
 IBM-MAIN@LISTSERV.UA.EDU
  Subject: SMF RECORD TYPE : HELP
  
  G'Day,
 
 
  Could someone suggest how I could obtain 
 information about a certain DASD volume?  I am trying to 
 trouble shoot a problem of a job failure when attempting
 to  copy a volume using the following parms.
  
  COPY INDYNAM(SYS012)
 OUTDYNAM(BCD012)
  CANCELERROR      - 
   
     PURGE ALLEXCP
 ALLDATA(*) OPT(4) ADMIN FCNOCOPY
  -    
  
  I get the following
  message:
  
 
 ADR306E
  (043)-SBRTN(01), UNABLE TO COPY THE
 VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS
 TERMINATED
  
  I am trying to
 find out what
  resource was using the volume
 at that time.  I thought that  SMF would be a solution
 however I don't see a SMF record  type for DASD.
  
  Any
 
 suggestions would be very welcome.
  
  Thanks.
  
 
 --
  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
  
 
 --
 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
 

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


Re: SMF RECORD TYPE : HELP

2016-11-04 Thread John Dawes
That was the first thing I tried.  However it was too late because I issued 3 
minutes later after the job abended.  The device showed that no resource had 
aan enque on it..

On Thu, 3/11/16, Ronald Hawkins <ronjhawk...@sbcglobal.net> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 7:51 PM
 
 John,
 Have you tried D U ... ALLOC COMMAND?
 Ron
 
 Sent from
 Yahoo Mail on Android 
  
  
 On Thu, Nov 3, 2016 at 4:52, John 
Dawes<00ff0e22811f-dmarc-requ...@listserv.ua.edu>
 wrote:   G'Day,
 
 Could someone suggest how I could obtain
 information about a certain DASD volume?  I am trying to
 trouble shoot a problem of a job failure when attempting to
 copy a volume using the following parms.
 
 COPY INDYNAM(SYS012) OUTDYNAM(BCD012)
 CANCELERROR      - 
     PURGE ALLEXCP
 ALLDATA(*) OPT(4) ADMIN FCNOCOPY -    
 
 I get the following message:
 
 ADR306E (043)-SBRTN(01),
 UNABLE TO COPY THE VOLUME BECAUSE OUTPUT VOLUME BCD012  IS
 IN USE. TASK IS TERMINATED
 
 I am trying to find out what resource was using
 the volume at that time.  I thought that SMF would be a
 solution however I don't see a SMF record type for
 DASD.
 
 Any suggestions would
 be very welcome.
 
 Thanks.
 
 --
 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

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


Re: SMF RECORD TYPE : HELP

2016-11-03 Thread Ronald Hawkins
John,
Have you tried D U ... ALLOC COMMAND?
Ron

Sent from Yahoo Mail on Android 
 
  On Thu, Nov 3, 2016 at 4:52, John 
Dawes<00ff0e22811f-dmarc-requ...@listserv.ua.edu> wrote:   G'Day,

Could someone suggest how I could obtain information about a certain DASD 
volume?  I am trying to trouble shoot a problem of a job failure when 
attempting to copy a volume using the following parms.

COPY INDYNAM(SYS012) OUTDYNAM(BCD012) CANCELERROR      - 
    PURGE ALLEXCP ALLDATA(*) OPT(4) ADMIN FCNOCOPY -    

I get the following message:

ADR306E (043)-SBRTN(01), UNABLE TO COPY THE VOLUME BECAUSE OUTPUT VOLUME BCD012 
 IS IN USE. TASK IS TERMINATED

I am trying to find out what resource was using the volume at that time.  I 
thought that SMF would be a solution however I don't see a SMF record type for 
DASD.

Any suggestions would be very welcome.

Thanks.

--
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: SMF RECORD TYPE : HELP

2016-11-03 Thread John Dawes
We ar e running RELEASE z/OS 02.01.00.  The target volume (DASD) is for 
Flashcopy only.  We have had this type of problem intermittently for other 
volumes as well.

On Thu, 3/11/16, Lizette Koehler <stars...@mindspring.com> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 9:06 AM
 
 What version of z/OS are
 you running?
 
 
 So, I might try the following
 
 If you have an automation
 tool, this works easier
 
 Start the displays when the JOB enters the
 system
 
 1)  D
 GRS,DEV=         This can be imbedded in
 the JCL with the // command JCL Card or issued as an MVS
 Command
 
 2)  D
 U,,ALLOC,,1      This can be imbedded in the JCL with
 the // command JCL Card or issued as an MVS Command
 
 3)  Add
 PARM='UTILMSG=YES'
 
 4)  Review the volume to see what is on it. 
 Any catalogs, DB2 Tables, zFS or HFS files that might be
 enqueued?
 
 5)  Is BCD012 a
 tape or disk?  Is it purely a flashcopy volume? Or do you
 allow it to be used by other activities?
 
 6)  Is this first time this job has had an
 issue or is this a reoccurring event?
 
 7)  As others have stated, RMF Panels could
 help
 
 
 Lizette
 
 
 
 
 
 >
 -Original Message-
 > From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On
 > Behalf Of John Dawes
 > Sent: Thursday, November 03, 2016 4:53
 AM
 > To: IBM-MAIN@LISTSERV.UA.EDU
 > Subject: SMF RECORD TYPE : HELP
 > 
 > G'Day,
 > 
 > Could someone
 suggest how I could obtain information about a certain
 DASD
 > volume?  I am trying to trouble
 shoot a problem of a job failure when
 >
 attempting to copy a volume using the following parms.
 > 
 > COPY INDYNAM(SYS012)
 OUTDYNAM(BCD012) CANCELERROR      -
 >      PURGE ALLEXCP ALLDATA(*) OPT(4)
 ADMIN FCNOCOPY -
 > 
 >
 I get the following message:
 > 
 > ADR306E (043)-SBRTN(01), UNABLE TO COPY
 THE VOLUME BECAUSE OUTPUT VOLUME
 >
 BCD012  IS IN USE. TASK IS TERMINATED
 >
 
 > I am trying to find out what resource
 was using the volume at that time.  I
 >
 thought that SMF would be a solution however I don't see
 a SMF record type for
 > DASD.
 > 
 > Any suggestions
 would be very welcome.
 > 
 > Thanks.
 
 --
 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: SMF RECORD TYPE : HELP

2016-11-03 Thread John Dawes
Lizette,

I checked with our Capacity Performance group and they informed me that the 
data is retained for a day.  Thanks for the info.

On Thu, 3/11/16, Lizette Koehler <stars...@mindspring.com> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 9:15 AM
 
 If they set up the RMF
 ISPF application in your environment - Most shops use a
 REXX/CLIST to access it.
 
 In
 my shop we created RMFIII as the REXX/CLIST.  However, you
 shop might be different.  You need to have datasets that
 use SERBxxx allocated to your TSO Session.  See if your
 sysprog can help.
 
 This link
 shows the RMF libraries that are allocated (dynamically or
 hard coded in the TSO Logon Proc) to your TSO Session to use
 the RMF Panels
 
 
http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.erbb200/exec.htm
 
 Unless the libraries are
 allocated, you cannot use the RMF Panels.
 
 The second issue is how large
 are the RMF monitor VSAM Files?  If they are too small,
 then the option will not be able to retain sufficient data
 to do past analysis.
 
 If you
 have SAS/MXG or SAS/MICS, then you can run the dasd reports
 for RMF.
 
 Lizette
 
 
 
 
 
 
 >
 -Original Message-
 > From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On
 > Behalf Of John Dawes
 > Sent: Thursday, November 03, 2016 5:36
 AM
 > To: IBM-MAIN@LISTSERV.UA.EDU
 > Subject: Re: SMF RECORD TYPE : HELP
 > 
 > Thanks for the
 suggestion.  I am not familiar on how to use.  I sure
 would
 > like to try.
 >
 
 > Is it interactive via ISPF?
 > 
 >
 
 > On Thu, 3/11/16, Campbell Jay <james.l.campb...@irs.gov>
 wrote:
 > 
 >  Subject:
 Re: SMF RECORD TYPE : HELP
 >  To: IBM-MAIN@LISTSERV.UA.EDU
 >  Received: Thursday, 3 November, 2016,
 8:32 AM
 > 
 >  How
 about  RMF
 >  panels   3 - 2
 - 5 ?
 >  Put in
 > 
 jobname - then set time for when job was running
 > 
 >  Jay Campbell
 >  MSSD – IZSSB – IOSSS
 > 
 >  -Original
 Message-
 >  From: IBM Mainframe
 Discussion List [mailto:IBM-MAIN@listserv.ua.edu] 
 On
 > Behalf Of John Dawes
 >  Sent: Thursday,
 > 
 November 03, 2016 8:23 AM
 >  To: IBM-MAIN@listserv.ua.edu
 >  Subject: Re: SMF RECORD TYPE : HELP
 > 
 >  Yes, I tried
 that.  However,
 >  when I issued the
 command it was too late (3 minutes after  the job
 > abend).  This is why I thought by 
 reading SMF  records would have some info
 > on the volume.
 > 
 > 
 > 
 --------
 >  On Thu, 3/11/16, Blake, Daniel J [CTR]
 <00f1be92566d-dmarc-
 > requ...@listserv.ua.edu>
 >  wrote:
 > 
 >   Subject: Re: SMF
 >  RECORD TYPE : HELP
 >   To: IBM-MAIN@LISTSERV.UA.EDU
 >   Received: Thursday, 3
 November, 2016, 7:56  AM
 > 
 >   Have you tried the
 >  alloc
 >   command from the console or
 SDSF?
 > 
 >   D U,,ALLOC,devaddr,1
 > 
 >   Thank
 You
 > 
 > 
 > 
 >   ;-D
 an
 > 
 > 
 > 
 > 
 > 
 >  -Original
 Message-
 >   From: IBM
 >  Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On Behalf Of
 > John Dawes
 >   Sent: Thursday,
 >   November 03, 2016 7:53 AM
 >   To:
 >  IBM-MAIN@LISTSERV.UA.EDU
 >   Subject: SMF RECORD TYPE :
 HELP
 > 
 >   G'Day,
 > 
 > 
 >   Could someone suggest how I
 could obtain  information about a certain DASD
 > volume?  I am trying to  trouble shoot a
 problem of a job failure when
 >
 attempting  to  copy a volume using the following
 parms.
 > 
 >   COPY INDYNAM(SYS012)
 >  OUTDYNAM(BCD012)
 >   CANCELERROR      -
 > 
 >      PURGE
 ALLEXCP
 >  ALLDATA(*) OPT(4) ADMIN
 FCNOCOPY
 >   -
 > 
 >   I get
 the following
 >   message:
 > 
 > 
 >  ADR306E
 >   (043)-SBRTN(01), UNABLE TO
 COPY THE
 >  VOLUME BECAUSE OUTPUT 
 VOLUME BCD012  IS IN USE. TASK IS  TERMINATED
 > 
 >   I am
 trying to
 >  find out what
 >   resource was using the
 volume
 >  at that time.  I thought
 that  SMF would be a solution  however I don't see
 a
 > SMF record  type for DASD.
 > 
 >   Any
 > 
 >  suggestions would
 be very welcome.
 > 
 >   Thanks.
 >
 
 
 --
 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: SMF RECORD TYPE : HELP

2016-11-03 Thread Blake, Daniel J [CTR]
OK, add an SDSF step before your FDR dump step, then one after your FDR dump 
step.  Rerun the job.

//COMMAND1  EXEC PGM=ISFAFD
//ISFOUT  DD  SYSOUT=*
//ISFIN   DD  *
  /D ALLOC,,devaddr,1
/*
//*
//FDRABR step here
//FDR 
//* 
//COMMAND2  EXEC PGM=ISFAFD
//ISFOUT  DD  SYSOUT=*
//ISFIN   DD  *
  /D ALLOC,,devaddr,1
/*



;-D an 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John Dawes
Sent: Thursday, November 03, 2016 8:23 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SMF RECORD TYPE : HELP

Yes, I tried that.  However, when I issued the command it was too late (3 
minutes after the job abend).  This is why I thought by  reading SMF records 
would have some info on the volume.
 

On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 7:56 AM
 
 Have you tried the alloc
 command from the console or SDSF?
 
 D U,,ALLOC,devaddr,1
 
 Thank You
 
 
 ;-D an
 
 
  
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On 
Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 7:53 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: SMF RECORD TYPE : HELP
 
 G'Day,
 
 Could someone suggest how I could obtain  information about a certain DASD 
volume?  I am trying to  trouble shoot a problem of a job failure when 
attempting to  copy a volume using the following parms.
 
 COPY INDYNAM(SYS012) OUTDYNAM(BCD012)
 CANCELERROR      - 
  
    PURGE ALLEXCP ALLDATA(*) OPT(4) ADMIN FCNOCOPY
 -    
 
 I get the following
 message:
 
 ADR306E
 (043)-SBRTN(01), UNABLE TO COPY THE VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS 
IN USE. TASK IS TERMINATED
 
 I am trying to find out what
 resource was using the volume at that time.  I thought that  SMF would be a 
solution however I don't see a SMF record  type for DASD.
 
 Any
 suggestions would be very welcome.
 
 Thanks.
 
 --
 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
 

--
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: SMF RECORD TYPE : HELP

2016-11-03 Thread Lizette Koehler
If they set up the RMF ISPF application in your environment - Most shops use a 
REXX/CLIST to access it.

In my shop we created RMFIII as the REXX/CLIST.  However, you shop might be 
different.  You need to have datasets that use SERBxxx allocated to your TSO 
Session.  See if your sysprog can help.

This link shows the RMF libraries that are allocated (dynamically or hard coded 
in the TSO Logon Proc) to your TSO Session to use the RMF Panels

http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.erbb200/exec.htm

Unless the libraries are allocated, you cannot use the RMF Panels.

The second issue is how large are the RMF monitor VSAM Files?  If they are too 
small, then the option will not be able to retain sufficient data to do past 
analysis.

If you have SAS/MXG or SAS/MICS, then you can run the dasd reports for RMF.

Lizette






> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of John Dawes
> Sent: Thursday, November 03, 2016 5:36 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: SMF RECORD TYPE : HELP
> 
> Thanks for the suggestion.  I am not familiar on how to use.  I sure would
> like to try.
> 
> Is it interactive via ISPF?
> 
> 
> On Thu, 3/11/16, Campbell Jay <james.l.campb...@irs.gov> wrote:
> 
>  Subject: Re: SMF RECORD TYPE : HELP
>  To: IBM-MAIN@LISTSERV.UA.EDU
>  Received: Thursday, 3 November, 2016, 8:32 AM
> 
>  How about  RMF
>  panels   3 - 2 - 5 ?
>  Put in
>  jobname - then set time for when job was running
> 
>  Jay Campbell
>  MSSD – IZSSB – IOSSS
> 
>  -Original Message-
>  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu]  On
> Behalf Of John Dawes
>  Sent: Thursday,
>  November 03, 2016 8:23 AM
>  To: IBM-MAIN@listserv.ua.edu
>  Subject: Re: SMF RECORD TYPE : HELP
> 
>  Yes, I tried that.  However,
>  when I issued the command it was too late (3 minutes after  the job
> abend).  This is why I thought by  reading SMF  records would have some info
> on the volume.
> 
> 
>  --------
>  On Thu, 3/11/16, Blake, Daniel J [CTR] <00f1be92566d-dmarc-
> requ...@listserv.ua.edu>
>  wrote:
> 
>   Subject: Re: SMF
>  RECORD TYPE : HELP
>   To: IBM-MAIN@LISTSERV.UA.EDU
>   Received: Thursday, 3 November, 2016, 7:56  AM
> 
>   Have you tried the
>  alloc
>   command from the console or SDSF?
> 
>   D U,,ALLOC,devaddr,1
> 
>   Thank You
> 
> 
> 
>   ;-D an
> 
> 
> 
> 
> 
>  -Original Message-
>   From: IBM
>  Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On Behalf Of
> John Dawes
>   Sent: Thursday,
>   November 03, 2016 7:53 AM
>   To:
>  IBM-MAIN@LISTSERV.UA.EDU
>   Subject: SMF RECORD TYPE : HELP
> 
>   G'Day,
> 
> 
>   Could someone suggest how I could obtain  information about a certain DASD
> volume?  I am trying to  trouble shoot a problem of a job failure when
> attempting  to  copy a volume using the following parms.
> 
>   COPY INDYNAM(SYS012)
>  OUTDYNAM(BCD012)
>   CANCELERROR  -
> 
>  PURGE ALLEXCP
>  ALLDATA(*) OPT(4) ADMIN FCNOCOPY
>   -
> 
>   I get the following
>   message:
> 
> 
>  ADR306E
>   (043)-SBRTN(01), UNABLE TO COPY THE
>  VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS  TERMINATED
> 
>   I am trying to
>  find out what
>   resource was using the volume
>  at that time.  I thought that  SMF would be a solution  however I don't see a
> SMF record  type for DASD.
> 
>   Any
> 
>  suggestions would be very welcome.
> 
>   Thanks.
> 

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


Re: SMF RECORD TYPE : HELP

2016-11-03 Thread Lizette Koehler
What version of z/OS are you running?


So, I might try the following

If you have an automation tool, this works easier

Start the displays when the JOB enters the system

1)  D GRS,DEV= This can be imbedded in the JCL with the // command 
JCL Card or issued as an MVS Command

2)  D U,,ALLOC,,1  This can be imbedded in the JCL with the // command 
JCL Card or issued as an MVS Command

3)  Add PARM='UTILMSG=YES'

4)  Review the volume to see what is on it.  Any catalogs, DB2 Tables, zFS or 
HFS files that might be enqueued?

5)  Is BCD012 a tape or disk?  Is it purely a flashcopy volume? Or do you allow 
it to be used by other activities?

6)  Is this first time this job has had an issue or is this a reoccurring event?

7)  As others have stated, RMF Panels could help


Lizette





> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of John Dawes
> Sent: Thursday, November 03, 2016 4:53 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: SMF RECORD TYPE : HELP
> 
> G'Day,
> 
> Could someone suggest how I could obtain information about a certain DASD
> volume?  I am trying to trouble shoot a problem of a job failure when
> attempting to copy a volume using the following parms.
> 
> COPY INDYNAM(SYS012) OUTDYNAM(BCD012) CANCELERROR  -
>  PURGE ALLEXCP ALLDATA(*) OPT(4) ADMIN FCNOCOPY -
> 
> I get the following message:
> 
> ADR306E (043)-SBRTN(01), UNABLE TO COPY THE VOLUME BECAUSE OUTPUT VOLUME
> BCD012  IS IN USE. TASK IS TERMINATED
> 
> I am trying to find out what resource was using the volume at that time.  I
> thought that SMF would be a solution however I don't see a SMF record type for
> DASD.
> 
> Any suggestions would be very welcome.
> 
> Thanks.

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


Re: SMF RECORD TYPE : HELP

2016-11-03 Thread Blaicher, Christopher Y.
SMF type 30 records have a section in them on DASD.  Recorded by unit number in 
the EXCP section.

Chris Blaicher
Technical Architect
Mainframe Development
Syncsort Incorporated
50 Tice Boulevard, Woodcliff Lake, NJ 07677
P: 201-930-8234  |  M: 512-627-3803
E: cblaic...@syncsort.com

www.syncsort.com





-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Campbell Jay
Sent: Thursday, November 3, 2016 8:46 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SMF RECORD TYPE : HELP

SPOOL shouldn't matter.
Must have had RMFGAT running at the time.
No idea how long your RMF repository holds data.

Jay Campbell
MSSD – IZSSB – IOSSS


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf 
Of John Dawes
Sent: Thursday, November 03, 2016 8:40 AM
To: IBM-MAIN@listserv.ua.edu
Subject: Re: SMF RECORD TYPE : HELP

 I was able to access the panel however the job is no longer in the spool 
because it has been sent to $AVRS.


On Thu, 3/11/16, Campbell Jay <james.l.campb...@irs.gov> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 8:32 AM

 How about  RMF
 panels   3 - 2 - 5 ?
 Put in
 jobname - then set time for when job was running

 Jay Campbell
 MSSD – IZSSB – IOSSS

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu]  On 
Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 8:23 AM
 To: IBM-MAIN@listserv.ua.edu
 Subject: Re: SMF RECORD TYPE : HELP

 Yes, I tried that.  However,
 when I issued the command it was too late (3 minutes after  the job abend).  
This is why I thought by  reading SMF  records would have some info on the 
volume.


 
 On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu>
 wrote:

  Subject: Re: SMF
 RECORD TYPE : HELP
  To: IBM-MAIN@LISTSERV.UA.EDU
  Received: Thursday, 3 November, 2016, 7:56  AM

  Have you tried the
 alloc
  command from the console or SDSF?

  D U,,ALLOC,devaddr,1

  Thank You



  ;-D an





 -Original Message-
  From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On Behalf Of John 
Dawes
  Sent: Thursday,
  November 03, 2016 7:53 AM
  To:
 IBM-MAIN@LISTSERV.UA.EDU
  Subject: SMF RECORD TYPE : HELP

  G'Day,


  Could someone suggest how I could obtain  information about a certain DASD 
volume?  I am trying to  trouble shoot a problem of a job failure when 
attempting  to  copy a volume using the following parms.

  COPY INDYNAM(SYS012)
 OUTDYNAM(BCD012)
  CANCELERROR  -

 PURGE ALLEXCP
 ALLDATA(*) OPT(4) ADMIN FCNOCOPY
  -

  I get the following
  message:


 ADR306E
  (043)-SBRTN(01), UNABLE TO COPY THE
 VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS  TERMINATED

  I am trying to
 find out what
  resource was using the volume
 at that time.  I thought that  SMF would be a solution  however I don't see a 
SMF record  type for DASD.

  Any

 suggestions would be very welcome.

  Thanks.


 --
  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


 --
 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


--
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





ATTENTION: -

The information contained in this message (including any files transmitted with 
this message) may contain proprietary, trade secret or other confidential 
and/or legally privileged information. Any pricing information contained in 
this message or in any files transmitted with this message is always 
confidential and cannot be shared with any third parties without prior written 
approval from Syncsort. This message is intended to be read only by the 
individual or entity to whom it 

Re: SMF RECORD TYPE : HELP

2016-11-03 Thread Campbell Jay
SPOOL shouldn't matter.
Must have had RMFGAT running at the time.
No idea how long your RMF repository holds data.

Jay Campbell
MSSD – IZSSB – IOSSS


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf 
Of John Dawes
Sent: Thursday, November 03, 2016 8:40 AM
To: IBM-MAIN@listserv.ua.edu
Subject: Re: SMF RECORD TYPE : HELP

 I was able to access the panel however the job is no longer in the spool 
because it has been sent to $AVRS.


On Thu, 3/11/16, Campbell Jay <james.l.campb...@irs.gov> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 8:32 AM
 
 How about  RMF
 panels   3 - 2 - 5 ?
 Put in
 jobname - then set time for when job was running
 
 Jay Campbell
 MSSD – IZSSB – IOSSS
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu]  On 
Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 8:23 AM
 To: IBM-MAIN@listserv.ua.edu
 Subject: Re: SMF RECORD TYPE : HELP
 
 Yes, I tried that.  However,
 when I issued the command it was too late (3 minutes after  the job abend).  
This is why I thought by  reading SMF  records would have some info on the 
volume.
 
 
 
 On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu>
 wrote:
 
  Subject: Re: SMF
 RECORD TYPE : HELP
  To: IBM-MAIN@LISTSERV.UA.EDU
  Received: Thursday, 3 November, 2016, 7:56  AM
  
  Have you tried the
 alloc
  command from the console or SDSF?
  
  D U,,ALLOC,devaddr,1
  
  Thank You
 
 
  
  ;-D an
 
 
  
   
 
 -Original Message-
  From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On Behalf Of John 
Dawes
  Sent: Thursday,
  November 03, 2016 7:53 AM
  To:
 IBM-MAIN@LISTSERV.UA.EDU
  Subject: SMF RECORD TYPE : HELP
  
  G'Day,
 
 
  Could someone suggest how I could obtain  information about a certain DASD 
volume?  I am trying to  trouble shoot a problem of a job failure when 
attempting  to  copy a volume using the following parms.
  
  COPY INDYNAM(SYS012)
 OUTDYNAM(BCD012)
  CANCELERROR      - 
   
     PURGE ALLEXCP
 ALLDATA(*) OPT(4) ADMIN FCNOCOPY
  -    
  
  I get the following
  message:
  
 
 ADR306E
  (043)-SBRTN(01), UNABLE TO COPY THE
 VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS  TERMINATED
  
  I am trying to
 find out what
  resource was using the volume
 at that time.  I thought that  SMF would be a solution  however I don't see a 
SMF record  type for DASD.
  
  Any
 
 suggestions would be very welcome.
  
  Thanks.
  
 
 --
  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
  
 
 --
 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
 

--
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: SMF RECORD TYPE : HELP

2016-11-03 Thread John Dawes
 I was able to access the panel however the job is no longer in the spool 
because it has been sent to $AVRS.


On Thu, 3/11/16, Campbell Jay <james.l.campb...@irs.gov> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 8:32 AM
 
 How about  RMF 
 panels   3 - 2 - 5 ?
 Put in
 jobname - then set time for when job was running
 
 Jay Campbell
 MSSD – IZSSB – IOSSS
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu]
 On Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 8:23 AM
 To: IBM-MAIN@listserv.ua.edu
 Subject: Re: SMF RECORD TYPE : HELP
 
 Yes, I tried that.  However,
 when I issued the command it was too late (3 minutes after
 the job abend).  This is why I thought by  reading SMF
 records would have some info on the volume.
 
 
 
 On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu>
 wrote:
 
  Subject: Re: SMF
 RECORD TYPE : HELP
  To: IBM-MAIN@LISTSERV.UA.EDU
  Received: Thursday, 3 November, 2016, 7:56
 AM
  
  Have you tried the
 alloc
  command from the console or SDSF?
  
  D U,,ALLOC,devaddr,1
  
  Thank You
 
 
  
  ;-D an
 
 
  
   
 
 -Original Message-
  From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On Behalf Of John Dawes
  Sent: Thursday,
  November 03, 2016 7:53 AM
  To:
 IBM-MAIN@LISTSERV.UA.EDU
  Subject: SMF RECORD TYPE : HELP
  
  G'Day,
 
 
  Could someone suggest how I could obtain 
 information about a certain DASD volume?  I am trying to 
 trouble shoot a problem of a job failure when attempting
 to  copy a volume using the following parms.
  
  COPY INDYNAM(SYS012)
 OUTDYNAM(BCD012)
  CANCELERROR      - 
   
     PURGE ALLEXCP
 ALLDATA(*) OPT(4) ADMIN FCNOCOPY
  -    
  
  I get the following
  message:
  
 
 ADR306E
  (043)-SBRTN(01), UNABLE TO COPY THE
 VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS
 TERMINATED
  
  I am trying to
 find out what
  resource was using the volume
 at that time.  I thought that  SMF would be a solution
 however I don't see a SMF record  type for DASD.
  
  Any
 
 suggestions would be very welcome.
  
  Thanks.
  
 
 --
  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
  
 
 --
 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
 

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


Re: SMF RECORD TYPE : HELP

2016-11-03 Thread Campbell Jay
Our setup is

Jay Campbell
MSSD – IZSSB – IOSSS



-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf 
Of John Dawes
Sent: Thursday, November 03, 2016 8:36 AM
To: IBM-MAIN@listserv.ua.edu
Subject: Re: SMF RECORD TYPE : HELP

Thanks for the suggestion.  I am not familiar on how to use.  I sure would like 
to try.

Is it interactive via ISPF?


On Thu, 3/11/16, Campbell Jay <james.l.campb...@irs.gov> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 8:32 AM
 
 How about  RMF
 panels   3 - 2 - 5 ?
 Put in
 jobname - then set time for when job was running
 
 Jay Campbell
 MSSD – IZSSB – IOSSS
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu]  On 
Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 8:23 AM
 To: IBM-MAIN@listserv.ua.edu
 Subject: Re: SMF RECORD TYPE : HELP
 
 Yes, I tried that.  However,
 when I issued the command it was too late (3 minutes after  the job abend).  
This is why I thought by  reading SMF  records would have some info on the 
volume.
 
 
 
 On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu>
 wrote:
 
  Subject: Re: SMF
 RECORD TYPE : HELP
  To: IBM-MAIN@LISTSERV.UA.EDU
  Received: Thursday, 3 November, 2016, 7:56  AM
  
  Have you tried the
 alloc
  command from the console or SDSF?
  
  D U,,ALLOC,devaddr,1
  
  Thank You
 
 
  
  ;-D an
 
 
  
   
 
 -Original Message-
  From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On Behalf Of John 
Dawes
  Sent: Thursday,
  November 03, 2016 7:53 AM
  To:
 IBM-MAIN@LISTSERV.UA.EDU
  Subject: SMF RECORD TYPE : HELP
  
  G'Day,
 
 
  Could someone suggest how I could obtain  information about a certain DASD 
volume?  I am trying to  trouble shoot a problem of a job failure when 
attempting  to  copy a volume using the following parms.
  
  COPY INDYNAM(SYS012)
 OUTDYNAM(BCD012)
  CANCELERROR      - 
   
     PURGE ALLEXCP
 ALLDATA(*) OPT(4) ADMIN FCNOCOPY
  -    
  
  I get the following
  message:
  
 
 ADR306E
  (043)-SBRTN(01), UNABLE TO COPY THE
 VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS  TERMINATED
  
  I am trying to
 find out what
  resource was using the volume
 at that time.  I thought that  SMF would be a solution  however I don't see a 
SMF record  type for DASD.
  
  Any
 
 suggestions would be very welcome.
  
  Thanks.
  
 
 --
  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
  
 
 --
 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
 

--
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: SMF RECORD TYPE : HELP

2016-11-03 Thread John Dawes
Thanks for the suggestion.  I am not familiar on how to use.  I sure would like 
to try.

Is it interactive via ISPF?


On Thu, 3/11/16, Campbell Jay <james.l.campb...@irs.gov> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 8:32 AM
 
 How about  RMF 
 panels   3 - 2 - 5 ?
 Put in
 jobname - then set time for when job was running
 
 Jay Campbell
 MSSD – IZSSB – IOSSS
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu]
 On Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 8:23 AM
 To: IBM-MAIN@listserv.ua.edu
 Subject: Re: SMF RECORD TYPE : HELP
 
 Yes, I tried that.  However,
 when I issued the command it was too late (3 minutes after
 the job abend).  This is why I thought by  reading SMF
 records would have some info on the volume.
 
 
 
 On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu>
 wrote:
 
  Subject: Re: SMF
 RECORD TYPE : HELP
  To: IBM-MAIN@LISTSERV.UA.EDU
  Received: Thursday, 3 November, 2016, 7:56
 AM
  
  Have you tried the
 alloc
  command from the console or SDSF?
  
  D U,,ALLOC,devaddr,1
  
  Thank You
 
 
  
  ;-D an
 
 
  
   
 
 -Original Message-
  From: IBM
 Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On Behalf Of John Dawes
  Sent: Thursday,
  November 03, 2016 7:53 AM
  To:
 IBM-MAIN@LISTSERV.UA.EDU
  Subject: SMF RECORD TYPE : HELP
  
  G'Day,
 
 
  Could someone suggest how I could obtain 
 information about a certain DASD volume?  I am trying to 
 trouble shoot a problem of a job failure when attempting
 to  copy a volume using the following parms.
  
  COPY INDYNAM(SYS012)
 OUTDYNAM(BCD012)
  CANCELERROR      - 
   
     PURGE ALLEXCP
 ALLDATA(*) OPT(4) ADMIN FCNOCOPY
  -    
  
  I get the following
  message:
  
 
 ADR306E
  (043)-SBRTN(01), UNABLE TO COPY THE
 VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS IN USE. TASK IS
 TERMINATED
  
  I am trying to
 find out what
  resource was using the volume
 at that time.  I thought that  SMF would be a solution
 however I don't see a SMF record  type for DASD.
  
  Any
 
 suggestions would be very welcome.
  
  Thanks.
  
 
 --
  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
  
 
 --
 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
 

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


Re: SMF RECORD TYPE : HELP

2016-11-03 Thread Campbell Jay
How about  RMF  panels   3 - 2 - 5 ?
Put in jobname - then set time for when job was running

Jay Campbell
MSSD – IZSSB – IOSSS

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf 
Of John Dawes
Sent: Thursday, November 03, 2016 8:23 AM
To: IBM-MAIN@listserv.ua.edu
Subject: Re: SMF RECORD TYPE : HELP

Yes, I tried that.  However, when I issued the command it was too late (3 
minutes after the job abend).  This is why I thought by  reading SMF records 
would have some info on the volume.
 

On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 7:56 AM
 
 Have you tried the alloc
 command from the console or SDSF?
 
 D U,,ALLOC,devaddr,1
 
 Thank You
 
 
 ;-D an
 
 
  
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]  On 
Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 7:53 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: SMF RECORD TYPE : HELP
 
 G'Day,
 
 Could someone suggest how I could obtain  information about a certain DASD 
volume?  I am trying to  trouble shoot a problem of a job failure when 
attempting to  copy a volume using the following parms.
 
 COPY INDYNAM(SYS012) OUTDYNAM(BCD012)
 CANCELERROR      - 
  
    PURGE ALLEXCP ALLDATA(*) OPT(4) ADMIN FCNOCOPY
 -    
 
 I get the following
 message:
 
 ADR306E
 (043)-SBRTN(01), UNABLE TO COPY THE VOLUME BECAUSE OUTPUT  VOLUME BCD012  IS 
IN USE. TASK IS TERMINATED
 
 I am trying to find out what
 resource was using the volume at that time.  I thought that  SMF would be a 
solution however I don't see a SMF record  type for DASD.
 
 Any
 suggestions would be very welcome.
 
 Thanks.
 
 --
 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
 

--
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: SMF RECORD TYPE : HELP

2016-11-03 Thread John Dawes
Yes, I tried that.  However, when I issued the command it was too late (3 
minutes after the job abend).  This is why I thought by  reading SMF records 
would have some info on the volume.
 

On Thu, 3/11/16, Blake, Daniel J [CTR] 
<00f1be92566d-dmarc-requ...@listserv.ua.edu> wrote:

 Subject: Re: SMF RECORD TYPE : HELP
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Thursday, 3 November, 2016, 7:56 AM
 
 Have you tried the alloc
 command from the console or SDSF?
 
 D U,,ALLOC,devaddr,1
 
 Thank You
 
 
 ;-D an
 
 
  
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of John Dawes
 Sent: Thursday,
 November 03, 2016 7:53 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: SMF RECORD TYPE : HELP
 
 G'Day,
 
 Could someone suggest how I could obtain
 information about a certain DASD volume?  I am trying to
 trouble shoot a problem of a job failure when attempting to
 copy a volume using the following parms.
 
 COPY INDYNAM(SYS012) OUTDYNAM(BCD012)
 CANCELERROR      - 
  
    PURGE ALLEXCP ALLDATA(*) OPT(4) ADMIN FCNOCOPY
 -    
 
 I get the following
 message:
 
 ADR306E
 (043)-SBRTN(01), UNABLE TO COPY THE VOLUME BECAUSE OUTPUT
 VOLUME BCD012  IS IN USE. TASK IS TERMINATED
 
 I am trying to find out what
 resource was using the volume at that time.  I thought that
 SMF would be a solution however I don't see a SMF record
 type for DASD.
 
 Any
 suggestions would be very welcome.
 
 Thanks.
 
 --
 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
 

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


Re: SMF RECORD TYPE : HELP

2016-11-03 Thread Blake, Daniel J [CTR]
Have you tried the alloc command from the console or SDSF?

D U,,ALLOC,devaddr,1

Thank You


;-D an


 
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John Dawes
Sent: Thursday, November 03, 2016 7:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SMF RECORD TYPE : HELP

G'Day,

Could someone suggest how I could obtain information about a certain DASD 
volume?  I am trying to trouble shoot a problem of a job failure when 
attempting to copy a volume using the following parms.

COPY INDYNAM(SYS012) OUTDYNAM(BCD012) CANCELERROR  - 
 PURGE ALLEXCP ALLDATA(*) OPT(4) ADMIN FCNOCOPY -

I get the following message:

ADR306E (043)-SBRTN(01), UNABLE TO COPY THE VOLUME BECAUSE OUTPUT VOLUME BCD012 
 IS IN USE. TASK IS TERMINATED

I am trying to find out what resource was using the volume at that time.  I 
thought that SMF would be a solution however I don't see a SMF record type for 
DASD.

Any suggestions would be very welcome.

Thanks.

--
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