Bob,

Of more interest will be how do you erase those files?  You will have to
manually issue a few ERASE commands before doing LISTFILE DUMMY * A (E
to make room for the CMS EXEC file.

You might be able to issue ACCESS 191 A (ERASE but you had better have a
backup of the other files on that A-DISK.

You should have used a T-DISK.

Jim

-----Original Message-----
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob Heerdink
Sent: Thursday, April 30, 2009 11:36 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How Many Files Can Be on a Minidisk Before It Cannot be
ACCESSed?

I'm trying a test right now....  here's my exec:
/*  Exec to create a bunch of little files        */
do  I=1 to 999999
'PIPE                 |',
   'LITERAL delete me |',
   '>> DUMMY' I 'A'
end
exit

Reply via email to