The Manuals can be helpful when defining VATLST. The following is from the MVS Init and Tuning Reference Manual:
http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.ieae200%2Fvatlst.htm Three use attributes are used for allocating these types of volume requests, as follows: A private volume is allocated only to a specific volume request. For more information about this attribute, see z/OS MVS JCL Reference. A public volume is allocated to a temporary, non-specific volume request (or possibly to a specific volume request). Thus, a scratch data set would be placed on a public volume. A storage volume is allocated primarily to a non-temporary, non-specific volume request. (A storage volume can also be allocated to a specific volume request or a temporary non-specific volume request.) http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.ieae200%2Fvatlst.htm At an installation where the VATLSTxx members are defined as VAL=(00,05), member VATLST00 contains the following entries: VATDEF SYSUSE(PRIVATE) 30565A,0,2,3330 , TSO The system ignores any VATDEF entry in VATLST05. It uses PRIVATE as the default use attribute for any volume varied online after IPL and PUBLIC for any volume brought online during IPL. The optional information TSO appears in installation printouts, but is ignored by VATLST processing The layout of VATLST http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.ieae200%2Fvatlst.htm Hope this helps. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of venkat kulkarni > Sent: Monday, May 05, 2014 6:34 AM > To: [email protected] > Subject: Re: VATLST ISSUE > > Hello, > No, as this is stand alone single RES volume system I am not > using SMS > here. I thoghut this VATLST will help me to place my all user dataset in that > OPER01 volume by coding below statement. > > VATDEF IPLUSE(PRIVATE) SYSUSE(PRIVATE) > OPER0* ,0,0,3390 > > Can you please help me to correct this statement,as I am not able to work on > this > system and getting > > IEF244I VENKAT9 $SYSVK $SYSVK - UNABLE TO ALLOCATE 1 UNIT(S) 135 > AT LEAST 1 OFFLINE UNIT(S) NEEDED. > IEF877E VENKAT9 NEEDS 1 UNIT(S) 136 > FOR $SYSVK $SYSVK ISP00075 > FOR VOLUME PRIVAT- 1 > OFFLINE > 6000-607F 6101-617F 6201-627F 6301-637F 7001-702F 7101-712F 7201-722F > 7301-732F 7401-7437 7501-7537 7601-7637 7701-7737 7801-782F 7901-792F > 7A01-7A2F 7B01-7B2F 7C01-7C37 7D01-7D37 7E01-7E37 7F01-7F37 8001-802F > > IEF878I END OF IEF877E FOR VENKAT9 $SYSVK $SYSVK ISP00075 > *17 IEF238D VENKAT9 - REPLY DEVICE NAME OR 'CANCEL'. > *IEF882E VENKAT9 $SYSVK $SYSVK IS WAITING FOR A REPLY TO IEF238D > *IEF882E VENKAT9 $SYSVK $SYSVK IS WAITING FOR A REPLY TO IEF238D > *IEF882E VENKAT9 $SYSVK $SYSVK IS WAITING FOR A REPLY TO IEF238D > R 17,CANCEL > > > ISPF system data set allocation error - press Enter to continue. > Log file allocation error - ISPF will operate without a log data set. > DAIR RC = 12 dec, DARC = 0484 hex > > this issue everywhere while browing anywhere in ISPF. > > > > > > On Mon, May 5, 2014 at 6:47 PM, Lizette Koehler > <[email protected]>wrote: > > > Are you using SMS at all in this system? If you are, you should use > > ACS code to help with directing the files to the pools you want. A > > pool can consist of one Volume. > > > > Lizette > > > > > > > -----Original Message----- > > > From: IBM Mainframe Discussion List > > > [mailto:[email protected]] On Behalf Of venkat kulkarni > > > Sent: Monday, May 05, 2014 12:21 AM > > > To: [email protected] > > > Subject: VATLST ISSUE > > > > > > Hello, > > > We have single volume z/OS(z/OS 1.13) system and our > > > VATLST00 > > entries > > > are as below. > > > > > > VATDEF IPLUSE(PRIVATE) SYSUSE(PRIVATE) > > > RES* ,0,0,3390 > > > > > > > > > where RES001 is my RES volume . > > > > > > But apart from system dataset, I wanted all other dataset to reside > > > in > > other volume > > > call OPER01.So I made changed in this VATLST as below. > > > > > > > > > VATDEF IPLUSE(PRIVATE) SYSUSE(PRIVATE) > > > OPER0* ,0,0,3390 > > > > > > and IPLd system. But after logging into TSO, when I tried submitting > > > Job > > or using > > > SRCH command or moving into panels, I am getting issue as below. > > > > > > > > > IEF244I VENKAT9 $SYSVK $SYSVK - UNABLE TO ALLOCATE 1 UNIT(S) > 135 > > > AT LEAST 1 OFFLINE UNIT(S) NEEDED. > > > IEF877E VENKAT9 NEEDS 1 UNIT(S) 136 FOR $SYSVK $SYSVK > ISP00075 > > > FOR VOLUME PRIVAT- 1 > > > OFFLINE > > > 6000-607F 6101-617F 6201-627F 6301-637F 7001-702F 7101-712F > > > 7201-722F 7301-732F 7401-7437 7501-7537 7601-7637 7701-7737 > > > 7801-782F 7901-792F 7A01-7A2F 7B01-7B2F 7C01-7C37 7D01-7D37 > > > 7E01-7E37 7F01-7F37 8001-802F > > > > > > IEF878I END OF IEF877E FOR VENKAT9 $SYSVK $SYSVK ISP00075 > > > *17 IEF238D VENKAT9 - REPLY DEVICE NAME OR 'CANCEL'. > > > *IEF882E VENKAT9 $SYSVK $SYSVK IS WAITING FOR A REPLY TO > IEF238D > > > *IEF882E VENKAT9 $SYSVK $SYSVK IS WAITING FOR A REPLY TO > IEF238D > > > *IEF882E VENKAT9 $SYSVK $SYSVK IS WAITING FOR A REPLY TO > IEF238D R > > > 17,CANCEL > > > > > > > > > ISPF system data set allocation error - press Enter to continue. > > > Log file allocation error - ISPF will operate without a log data set. > > > DAIR RC = 12 dec, DARC = 0484 hex. > > > *** > > > > > > Please suggest. > > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
