EDITING DFHSM DSN CREATED FROM HSM COMMAND

2014-07-28 Thread willie bunter
Good Day,

I am trying to edit the output from a AUDIT DATASETCONTROLS(MIGRATION) NOFIX

Here is an example of the output :
/* ERR 36 BACKUP VERSION ENTRY HSM.BACK.T253700.TSO.FOCUS.H9347 CONTAINS 0, 
SHOULD CONTAIN 020 
/* FIXCDS B TSO.FOCUS.FOCEXEC.DATA VERIFY(X'0088' X'') 
PATCH(X'0088' X'0014')

The dsn output by HSM is PS LRECL=121 BLKSIZE=27951.  And there are over 4.500 
entries

My problem is trying to execute the FIXCDS command.  I have to code the HSEND 
FIXCDS B TSO... so as to correct the problem

Is there an easier way of editing the dsn besides doing this :
 
HSEND FIXCDS B TSO.FOCUS.FOCEXEC.DATA 
  VERIFY(X'0088' X'') 
  PATCH(X'0088' X'0014') 

Or, would it be safe to issue command HSEND AUDIT DATASETCONTROLS(BACKUP)?

Your comments would be greatly appreciated
 

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


Re: EDITING DFHSM DSN CREATED FROM HSM COMMAND

2014-07-28 Thread Lizette Koehler
Did you write the AUDIT to an output datasets?  Are you using a REXX with
File tailoring functions from ISPF (FTOPEN, FTINCL, FTCLOSE, EDIT for
example) to generate HSEND commands?

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of willie bunter
 Sent: Monday, July 28, 2014 5:21 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: EDITING DFHSM DSN CREATED FROM HSM COMMAND
 
 Good Day,
 
 I am trying to edit the output from a AUDIT DATASETCONTROLS(MIGRATION)
 NOFIX
 
 Here is an example of the output :
 /* ERR 36 BACKUP VERSION ENTRY HSM.BACK.T253700.TSO.FOCUS.H9347
 CONTAINS 0, SHOULD CONTAIN 020
 /* FIXCDS B TSO.FOCUS.FOCEXEC.DATA VERIFY(X'0088' X'')
 PATCH(X'0088' X'0014')
 
 The dsn output by HSM is PS LRECL=121 BLKSIZE=27951.  And there are over
 4.500 entries
 
 My problem is trying to execute the FIXCDS command.  I have to code the
HSEND
 FIXCDS B TSO... so as to correct the problem
 
 Is there an easier way of editing the dsn besides doing this :
 
 HSEND FIXCDS B TSO.FOCUS.FOCEXEC.DATA
   VERIFY(X'0088' X'')
   PATCH(X'0088' X'0014')
 
 Or, would it be safe to issue command HSEND AUDIT
 DATASETCONTROLS(BACKUP)?
 
 Your comments would be greatly appreciated
 

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


Re: EDITING DFHSM DSN CREATED FROM HSM COMMAND

2014-07-28 Thread Willie Bunter
Lizette,

Yes, I wrote the output to a dsn :  Here is it is

AUDIT DATASETCONTROLS(BACKUP) NOFIX  -

ODS(PT2001.AUDIT.DATASET.CONTROLS.BCDS1)   

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


Re: EDITING DFHSM DSN CREATED FROM HSM COMMAND

2014-07-28 Thread Staller, Allan
Are you opposed to the FIX (as opposed to NOFIX) operand of the Audit command?

snip
I am trying to edit the output from a AUDIT DATASETCONTROLS(MIGRATION) NOFIX

Here is an example of the output :
/* ERR 36 BACKUP VERSION ENTRY HSM.BACK.T253700.TSO.FOCUS.H9347 CONTAINS 0, 
SHOULD CONTAIN 020
/* FIXCDS B TSO.FOCUS.FOCEXEC.DATA VERIFY(X'0088' X'') 
PATCH(X'0088' X'0014')

The dsn output by HSM is PS LRECL=121 BLKSIZE=27951.  And there are over 4.500 
entries

My problem is trying to execute the FIXCDS command.  I have to code the HSEND 
FIXCDS B TSO... so as to correct the problem

Is there an easier way of editing the dsn besides doing this :
 
HSEND FIXCDS B TSO.FOCUS.FOCEXEC.DATA 
  VERIFY(X'0088' X'') 
  PATCH(X'0088' X'0014') 

Or, would it be safe to issue command HSEND AUDIT DATASETCONTROLS(BACKUP)?
/snip

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


Re: EDITING DFHSM DSN CREATED FROM HSM COMMAND

2014-07-28 Thread Lizette Koehler
And what is the answer to my other question?

Are you using a REXX to edit the ODS and using ISPF File Tailoring to make it 
what you what?

I always use an REXX/ISPF File tailoring function with this type of requirement.

And the others are correct - you could change NOFIX to FIX and just let AUDIT 
do it.

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of Willie Bunter
 Sent: Monday, July 28, 2014 7:16 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: EDITING DFHSM DSN CREATED FROM HSM COMMAND
 
 Lizette,
 
 Yes, I wrote the output to a dsn :  Here is it is
 
 AUDIT DATASETCONTROLS(BACKUP) NOFIX  -
 
 ODS(PT2001.AUDIT.DATASET.CONTROLS.BCDS1)

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


Re: EDITING DFHSM DSN CREATED FROM HSM COMMAND

2014-07-28 Thread willie bunter
Lizette,

No I was not using REXX to edi tthe ODS.  I was looking at manually editing the 
dsn via 3.4.

I will run the AUDIT with the FIX as suggested.

Thanks to you and Alan for responding.

On Mon, 7/28/14, Lizette Koehler stars...@mindspring.com wrote:

 Subject: Re: EDITING DFHSM DSN CREATED FROM HSM COMMAND
 To: IBM-MAIN@LISTSERV.UA.EDU
 Received: Monday, July 28, 2014, 7:42 AM
 
 And what is the answer to my other
 question?
 
 Are you using a REXX to edit the ODS and using ISPF File
 Tailoring to make it what you what?
 
 I always use an REXX/ISPF File tailoring function with this
 type of requirement.
 
 And the others are correct - you could change NOFIX to FIX
 and just let AUDIT do it.
 
 Lizette
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On
  Behalf Of Willie Bunter
  Sent: Monday, July 28, 2014 7:16 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: EDITING DFHSM DSN CREATED FROM HSM
 COMMAND
  
  Lizette,
  
  Yes, I wrote the output to a dsn :  Here is it is
  
  AUDIT DATASETCONTROLS(BACKUP) NOFIX  -
  
  ODS(PT2001.AUDIT.DATASET.CONTROLS.BCDS1)
 
 --
 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: EDITING DFHSM DSN CREATED FROM HSM COMMAND

2014-07-28 Thread Willie Bunter
The reason I am hesitant to use the FIX command is that I am not sure if it 
would impact HSM i.e. cause a slow down on other functions.  This is why I was 
looking at running the FIXCDS for each dsn.

Would you know if there could be any impact on HSM?

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