The routine is not affected by iscobol.file.prefix, iscobol.file.suffix and iscobol.file.index.strip_extension (boolean) configuration properties.
returnCode contains useful information such as file handles and record sizes or zero if an error occurs. Check the external variable F_ERRNO for additional information on the error.Example - Create an empty file with 1 key and 22 characters records lenght
working-storage section.copy "isgui.def".copy "isfilesys.def".77 f handle .procedure division.Example - Open a file on I-O mode, get the record count, then close it
working-storage section.copy "isgui.def".copy "isfilesys.def".77 f handle .procedure division.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |