Rfs; Operands - IBM SC34-5764-01 Manual

Cics transaction server for vse/esa
Table of Contents

Advertisement

RFS

RFS
AUTH dirid
CKDIR dirid
CKFILE fileid
COPY fileid1 fileid2
DELETE fileid
DISKR fileid
DISKW fileid
GETDIR stem.
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.
PRIVATE
PUBLICR
PUBLICW
SECURED
DATA.
stem.
DATA.
stem.
dirid
Commands
Chapter 25. REXX/CICS Commands
363

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rexx

Table of Contents