10.5.3 CARRIAGECONTROL Specifier

The CARRIAGECONTROL specifier asks what type of carriage control is in effect for a file. It takes the following form:

CARRIAGECONTROL = cc
cc
Is a character scalar memory reference that is assigned one of the following values:

  • 'FORTRAN': If the file is open with the Fortran carriage control

  • 'LIST': If the file is open with implied carriage control

  • 'NONE': If the file is open with no carriage control attribute

  • 'UNKNOWN': If the file is not open


Previous Page Next Page Table of Contents