Operands – IBM SC34-5764-01 User Manual
Page 385
RFS
RFS
PRIVATE
AUTH
dirid
PUBLICR
PUBLICW
SECURED
CKDIR
dirid
CKFILE
fileid
COPY
fileid1
fileid2
DELETE
fileid
DATA.
DISKR
fileid
stem.
DATA.
DISKW
fileid
stem.
GETDIR
stem.
dirid
MKDIR
dirid
RDIR
dirid
RENAME
fileid1
fileid2
RFS performs file input/output to the REXX File System.
Operands
AUTH
is a command that authorizes access to RFS directories. The specified access applies to all files in
this directory.
dirid
specifies a REXX File System directory identifier. This is partially or fully qualified. Refer to the CD
command, section “CD” on page 321, for more information.
PRIVATE
specifies that only the owner of the directory has read/write access to the files. This is the default.
PUBLICR
specifies that any user has read-only access to the files in the directory.
PUBLICW
specifies that any user has read/write access to the files in the directory.
SECURED
specifies that an external security manager grants access to the files in the directory.
CKDIR
is a command that checks for an existing RFS directory level.
CKFILE
is a command that checks to see if the specified, partially or fully qualified, file ID exists.
fileid
specifies the file identifier.
COPY
is a command that copies a file, replacing any existing file.
fileid1
specifies the source file identifier, it may be a fully or partially qualified directory and file identifier.
Commands
Chapter 25. REXX/CICS Commands
363