John,

Ignore my reply. Kees' suggestion is much better! :-)

Bob


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Vernooij, CP - SPLXM
Sent: Wednesday, June 20, 2012 9:45 AM
To: [email protected]
Subject: Re: ICKDSF QUESTION

In the fine manual I see:

INDEX(cylinder,head[,extent])|NOINDEX

Where INDEX is bold. Try NOINDEX.

Kees.

"John Dawes" <[email protected]> wrote in message 
news:<[email protected]>...
> G'Day,
>  
> I am trying to initialise a 3390-3 volume to house a page dataset.  The 
> requester asked that there should be no VTOC INDEX on the volume.  I tried to 
> run the init job using the following  jcl:
>  
>  INIT -                     
>       UNITADDRESS(9B90) -   
>       VOLID(HEST06) -       
>       VTOC(0,1,08)         
> /*                          
> However for some reason a SYS1.VTOCIX.HEST06 of 2 tracks was inserted :      
> 2  100     1 
>  
> I tried again to bypass the problem by coding a 0 value.  However I go the 
> error message:ICK30221I CONSTANT '0' NOT WITHIN VALUE 
> RANGE                        
>  
> Here is the job I used:
>  
> INIT -                                                              
>       UNITADDRESS(9B90) -                                            
>       VOLID(HEST06) -                                                
>       VTOC(0,1,08) -                                                 
>       INDEX(1,9,0) -                                                 
> 
> Is there a way of having no SYS1.VTOCIX dsn?
>  
> I looked at other PAGE volumes in this environment and they all do not have 
> the SYS1.VTOCIX dsn (below is an exampe):
>  
> SYS1.PAGE.LOCL.HEST05.DATA                                     HEST05
>  SYS1.VVDS.VHEST05                                                 HEST05
>  
> Thanks in advance for your welcome suggestions.
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
> 
********************************************************
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286
********************************************************
                        

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