Thanks all. Have to mount it PRIVATE and should be ok. Thanks again.
Have a Nice Day ! Bob Pelletier Connecticut Student Loan Foundation Rocky Hill, Ct. -----Original Message----- From: Mark Jacobs [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:58 PM To: [email protected] Subject: Re: VTOC FULL Robert Pelletier wrote: > Hi All. We are V2R10. Can I dynamically rebuild a VTOC on a 3390? If > so what utility would work? Thanks all. > > > Have a Nice Day ! > > Bob Pelletier > Connecticut Student Loan Foundation > Rocky Hill, Ct. > > ---------------------------------------------------------------------- > 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 > If you are running ICKDSF V17. Of course you need free space after the vtoc/index to expand it. The following is an example of expanding the VTOC and the Index using the EXTVTOC and EXTINDEX parameters. //EXAMPLE JOB // EXEC PGM=ICKDSF //VOLDD DD DISP=SHR,UNIT=3380,VOL=SER=TMP121 //SYSPRINT DD SYSOUT=A //SYSIN DD * REFORMAT DDNAME(VOLDD) VERIFY(TMP121) EXTVTOC(200) EXTINDEX(16) /* -- Mark Jacobs Technical Services Time Customer Service - Tampa, FL ------ I will accept the rules that you feel necessary to your freedom. I am free, no matter what rules surround me. If I find them tolerable, I tolerate them; if I find them too obnoxious, I break them. I am free because I know that I alone am morally responsible for everything I do. Robert A. Heinlein - The Moon is a Harsh Mistress (1966) ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

