What is the difference between FECFM = F, REDFM = FB, RECFM = VB, RECFM = v and RECFM = U

Showing Answers 1 - 3 of 3 Answers

Fixed records have a fixed record lengthVariable records have variable length. The length of the record is recorded in the first 4 bytes of each record.Blocked vs unblocked - Blocked means it is formated into a series of records. I/o is done on the block level and can result in a substantial resource savings.Undefined means the record length is defined in the program.kk

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions