1828215 Members
2370 Online
109975 Solutions
New Discussion

Re: Question about cmds

 
SOLVED
Go to solution
Jack Trachtman
Super Advisor

Question about cmds

This discussion has been very interesting in its explanation of the "innards" of the XFC.

The "SHOW MEMORY/FILE=xxx" doesn't seem to exist on my VMS V7.3-2 system, though. What I
get is the output about Paging and Swap files of the "SHOW MEM/FILES" cmd.

How can I get this cmd to work as you've shown it? Thanks
2 REPLIES 2
Uwe Zessin
Honored Contributor

Re: Question about cmds

I think it is:
$ SHOW MEMORY /CACHE=FILE=filespec
.
Martin P.J. Zinser
Honored Contributor
Solution

Re: Question about cmds

Hello,

plus the filename must contain a device spec, i.e.

show mem/cach=file=temp.txt will not work,

while

show mem/cach=file=sys$disk:[]temp.txt

does.

Greetings, Martin