RNF2370
The parameter for the USAGE keyword must be *INPUT, *OUTPUT, *UPDATE, or *DELETE.
20
Cause . . . . . :
- Specify *INPUT if you want to use input operations for the file.
- Specify *OUTPUT if you want to use output operations for the file.
- Specify *UPDATE if you want to use input, and update operations for the file.
- Specify *DELETE if you want to use input, update, and delete operations for the file.
You can specify more than one parameter for the USAGE keyword.
Recovery . . . : Correct the parameters for the USAGE keyword, or remove the USAGE keyword. Compile again.
Technical description . . . . . . . . :
- The default is USAGE(*INPUT) for the DISK, SEQ, and SPECIAL devices.
- The default is USAGE(*OUTPUT) for the PRINTER device.
- The default is USAGE(*INPUT:*OUTPUT) for the WORKSTN device.