9.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 has Fortran carriage control

  • 'LIST': If the file has implied carriage control

  • 'NONE': If the file has no carriage control attribute

  • 'UNKNOWN': If no other value applies


Previous Page Next Page Table of Contents