In EasyTrieve file declaration, FB(150 0) represents a Fixed Block (FB) file with record length 150 and block size 0. Fixed block means records are of fixed length, 150 specifies the record size in bytes, and 0 indicates system-determined block size. The syntax is FB(record-length block-size).