Hi Radoslaw,
Thank you for your answer.
I was equally amazed at a tape being used for sortwork. The reason being, I
was told, the input being so large that there was not enough temporary DASD
workspace to accommodate the sortwork file. I told them to use DASD with
SPACE=(CYL,(1500,1500),RLSE),VOL=(,,,55), which did the trick. There are
space constraints but there was enough space. However that does not explain
why RACF interferes at the second volume mount.
This environment uses DFSMSRMM for tape management. TAPEDSN is inactive;
TAPEVOL is inactive; TEMPDSN is active without profiles (I may be wrong but
I was under the impression that TEMPDSN works just by being active).
DEVSUPxx settings are

TAPEAUTHDSN=YES,
TAPEAUTHF1=YES,
TAPEAUTHRC4=FAIL,
TAPEAUTHRC8=FAIL,
TAPE_MULTI_VOLUME_ANOMALY=FAIL,
NON_VSAM_XTIOT=YES

Regards
Jack


On Tue, 30 Apr 2024 at 14:08, Radoslaw Skorupka <
[email protected]> wrote:

> W dniu 30.04.2024 o 12:45, Jack Zukt pisze:
> >   Hi all,
> >
> > I am cross-posting this to IBM-Main and RACF-L
> > A strange situation was related to me yesterday.
> > An ICETOOL job was executing using a tape file for work space as the
> input
> > files are quite large. As one tape was not enough, a mount for a second
> one
> > was issued. When that happened, RACF prevented the use of that second
> tape:
> >
> > IEC501A M 2667,SCRTCH,SL,COMP,PCXDS105,ICCL105A
> > ICH408I USER(BATUSR  ) GROUP(GRPBAT ) NAME(USERID FOR BATCH JOBS)
> >    SYS24120.T041826.RA000.PCXDS105.TEMP1.H01 CL(DATASET ) VOL(LH6140)
> >    INSUFFICIENT ACCESS AUTHORITY
> >    ACCESS INTENT(UPDATE )  ACCESS ALLOWED(NONE   )
> > IEC518I SOFTWARE ERRSTAT: RACFPROT 2667,LH6140,SL,PCXDS105,ICCL105A
> >
> > Any idea why this might be happening?
> > The TAPEVOL classe is inactive. The TEMPDSN class is active.
>
> Well... This is very first time I see temporary dataset on tape. I feel
> like an archaeologist :-)
> However it seems like the dataset is considered as regular, not
> temporary. Which is wrong.
> BTW: what is your SETR TAPEDSN setting?
>
> Few remarks:
> - tape protection depends on RACF and SMS and tape management system
> (DFSMSrmm, CA-1, Control-T, etc.). There are many knobs and buttons.
>
> - you can try to use regular (named) dataset on the tape. That gives you
> better control over DSN.
>
> - (obvious) why not DASD?
>
>
> --
> Radoslaw Skorupka
> Lodz, Poland
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to