Return codes – IBM SC34-5764-01 User Manual
Page 386
fileid2
specifies the target file identifier, it may be a fully or partially qualified directory and file identifier.
DELETE
is a command that deletes an RFS file.
fileid
specifies the source file identifier, it may be fully or partially qualified.
DISKR
is a command that reads records from an RFS file.
stem
specifies the name of a stem. (A stem must end in a period.) Refer to section “Stems” on page 123 for
more information. The default stem is DATA.
DISKW
is a command that writes records to an RFS file.
GETDIR
is a command that returns a list of the contents of the current or specified directory into the specified
REXX array.
MKDIR
is a command that creates a new RFS directory level.
RDIR
is a command that removes the specified RFS directory.
RENAME
is a command that renames an RFS file to a new name.
fileid1
specifies the source file identifier, it may be a fully or partially qualified directory and file identifier.
fileid2
specifies the source target file identifier, it may be a fully or partially qualified directory and file
identifier.
Return Codes
0
Normal return
101
Invalid command
102
Invalid operand
103
File not found
104
Not authorized
105
File already exists
107
Insufficient space in file pool
110
Request failed
111
Invalid file ID
113
Directory not found
115
Directory already exists
116
Directory not specified
121
File corrupted
122
Invalid or out of range stem.0
126
Path error
127
CICS I/O error
128
Command not valid from this location
130
Directory not empty
131
Missing operand
132
Missing file pool data record. File pool is probably not formatted.
199
Internal error
Commands
364
CICS TS for VSE/ESA: REXX Guide