SET R-MAKE-FUNCTION TO TRUE  CALL "R$IO" USING RIO-FUNCTION                   name                   lParms            GIVING returnCode  | 
name  | the name of the file to create.  | |
lParms  | a string that describes the record size by providing two numbers separated by comma in the form: max-rec-size,min-rec-size Variable length files are not supported, so max-rec-size should be equal to min-rec-size.  | |
>0   | Operation successful.  | 
0  | Operation failed.  |