RESCOM Name
RESCOM Purpose
Display values from the results common and also file header.
Category
Calling Sequence
rescom, [rfile] Inputs
rfile = Optional res file name. in
If rfile given, it is opened, listed, and closed.
Keyword Parameters
Keywords
FD=fd Optional file descriptor. Allows multiple res
files to be used at once.
FILE=f RES file to examine (def=one currently open).
/NOHEADER skips display of file's header.
/NOSTATUS skips display of status (read/write/lun/pointer).
/ARRAYS lists arrays and arrays sizes.
TAG=tag Display only given tag (def=all).
GETLUN=lun Return file unit for current file.
Skips listing. -1 if no res file open.
Outputs
Common Blocks
results_common Notes
Notes: one of the results file utilities.
See also resopen, resput, resget, resclose.
Modification History
R. Sterner, 18 Jun, 1991
R. Sterner, 1994 Mar 29 --- added /NOSTATUS, TAG, and FILE keywords.
R. Sterner, 2000 Apr 11 --- Handled endian problem.
R. Sterner, 2000 Aug 14 --- Ignored r_swap if undefined.
R. Sterner, 2004 Mar 02 --- Added keyword GETLUN=lun.
R. Sterner, 2004 Sep 27 --- Added FD=fd to give file descriptor.
R. Sterner, 2005 Mar 05 --- Added /ARRAYS.
R. Sterner, 2005 Nov 15 --- Blanked <Press RETURN to continue> for unix.
R. Sterner, 2007 Mar 21 --- Allowed optional res file to list.
R. Sterner, 2010 Aug 15 --- Converted arrays from () to [].
Copyright (C) 1991, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.