COBOL Manual for TNS/E Programs (H06.03+)
Libraries and Utility Routines
HP COBOL Manual for TNS/E Programs—520347-003
13-48
COBOL_SET_MAX_RECORD_
return
is a variable into which the routine places a value indicating the success of the
operation:
Usage Consideration: If you use COBOL_ASSIGN_ or another method to assign the
physical file before the OPEN occurs, that assignment must take place before you call
COBOL_SET_MAX_RECORD_.
Value Meaning
0 The operation was successful.
1 The first parameter is missing.
2 One of these occurred:
•
The first parameter is not a file-name of an FD.
•
The second parameter is greater than 4095.
3 The second parameter has been omitted and no file exists from which to obtain
the record length.
5 The file is not closed.










