Hi there... this is my first post!
Is there any way to read or write RECFM=U datasets from COBOL? I can't find any info about it in my COBOL book or online.
Yes, just specify Recording Mode U (Fixed or Variable). The records can be either fixed-length or variable-length. However, there is only one record for each block. There are no record-length or block-descriptor fields.Tzadik Vanderhoof wrote:Is there any way to read or write RECFM=U datasets from COBOL? I can't find any info about it in my COBOL book or online.