In MVS, I'm looking for a UNIX-like touch command to keep thousands of files 'alive' on a seldomly used system. I have a list of every file name that might exist at any one point in time, but the actual files that exist on catalog can come and go depending on what is running on the system.
HRECALL doesn't work becuase the files are huge, and cannot be allowed to migrate off catalog.
IEBGENER dummy copies don't work because it fails if any of the files are missing.
Is there a 'touch' command that won't fail on missing files?
Thanks!