Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!apple!agate!ucbvax!@rice.edu:SAAAA04@BLEKUL11.BITNET From: @rice.edu:SAAAA04@BLEKUL11.BITNET (Ton Hospel) Newsgroups: comp.lang.asm370 Subject: GETFST Message-ID: <8908281551.AA03490@brazos.rice.edu> Date: 28 Aug 89 15:38:03 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List <@rice.edu:ASM370%UCF1VM.BITNET@icsa.rice.edu> Distribution: inet Organization: The Internet Lines: 13 I once wrote a VM version of the unix TOUCH program, changing a files timestamp to the current date and time. To do this I used the GETFST function. I have two problems with this: 1. The FST entry only gets changed in memory. Normally no problem, but when you reaccess the disk the disk version is read and replaces the memory version -> no change is done. So how do I tell CMS to change the disk version of the FST too ? 2. The directory of our system disks is loaded in the shared segments. Is there a simple way to detect wether a given disk is in unalterable storage or not ? Ton