It is strictly a security violation issue. With CA-ACF2, you are required to have ALTER/CREATE authority to catalog a dataset. What is a little "strange" is that it only requires UPDATE level access to write to the tape. So an application that has READ and UPDATE access can create a new file and read it; but not catalog it to the MVS/Catalog. I imagine this is because you do not "create" a tape; you simply update it with a new dataset.
But the bottom line is that in order to catalog this dataset on the MVS/Catalog, you will need ALTER/CREATE authority (not just UPDATE authority) to the dataset name being cataloged. Russell Witt CA-1 Level-2 Support Manager -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Howard Brazee Sent: Wednesday, February 01, 2006 1:49 PM To: [email protected] Subject: Re: Unscratched tape On 1 Feb 2006 11:18:15 -0800, [EMAIL PROTECTED] (willie bunter) wrote: >What I would suggest is to hard code the dsn and vol ser in your jcl. Also include the label i.e. 1,sl. I used the hard coded dsn and vol ser to copy the tape. But I wasn't able to catalog it. Since I wanted an old tape for testing purposes, this was good enough. But I would like to find out why we can't catalog the old tape. >Howard Brazee <[EMAIL PROTECTED]> wrote: I needed access to a scratched tape for testing. I found it in TMS >and the tape guy unscratched it and gave it a new expiration date. > >I went to TSO and tried to catalog it or to even see it, but failed. >Volume not available. > >The tape guy is baffled. > > >So I ran an IEFBR14 to catalog it: > >10.33.36 JOB09759 ---- WEDNESDAY, 01 FEB 2006 ---- 10.33.36 JOB09759 >$HASP373 ZHBBR14 STARTED - INIT E2 - CLASS N - SYS 81CU >10.33.36 JOB09759 ACF9CCCD USERID D44201 IS ASSIGNED TO THIS JOB - >ZHBBR14 >10.33.36 JOB09759 IEF403I ZHBBR14 - STARTED - TIME=10.33.36 10.33.36 >JOB09759 ACF99913 ACF2 >VIOLATION-08,05,D44201,420532,SIS.TECB.V061DN01.BRBLFL,N/A >10.33.36 JOB09759 ACF95913 -AMS/CATALOG FUNCTION SUPPRESSED; >AUTHORIZATION IS REQUIRED. >10.33.36 JOB09759 IEF377I ZHBBR14 MYGEN 182 182 >SIS.TECB.V061DN01.BRBLFL NOT CATLGD 2 10.33.36 JOB09759 IEF404I >ZHBBR14 - ENDED - TIME=10.33.36 10.33.36 JOB09759 $HASP395 ZHBBR14 >ENDED ------ JES2 JOB STATISTICS ------ 01 FEB 2006 JOB EXECUTION >DATE 10 CARDS READ 41 SYSOUT PRINT RECORDS >0 SYSOUT PUNCH RECORDS 2 SYSOUT SPOOL KBYTES 0.00 >MINUTES EXECUTION TIME 1 //ZHBBR14 JOB (51024981,'COPY SOME >DATA'), JOB09759 >// 'U56,H BRAZEE', // >MSGCLASS=W,CLASS=N,NOTIFY=D44201 /*ROUTE PRINT R0010 >//* $ACFJ219 ACF2 ACTIVE OUMS1 ACF2 >2 //MYGEN EXEC PGM=IEFBR14 3 //SYSUT1 DD >DSN=SIS.TECB.V061DN01.BRBLFL, // >VOL=SER=420532,UNIT=TAPE, // >DISP=(OLD,CATLG,CATLG) 4 //SYSIN DD DUMMY ACF99913 ACF2 >VIOLATION-08,05,D44201,420532,SIS.TECB.V061DN01.BRBLFL,N/A >ACF95913 -AMS/CATALOG FUNCTION SUPPRESSED; AUTHORIZATION IS REQUIRED. >IEF142I ZHBBR14 MYGEN - STEP WAS EXECUTED - COND CODE 0000 IEF287I >SIS.TECB.V061DN01.BRBLFL NOT CATLGD 2 IEF287I >VOL SER NOS= 420532. IEF373I STEP/MYGEN /START 2006032.1033 > ---------------------------------------------------------------------- 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

