The following characteristics of a file can be changed while transmitting to a remote host
-
LRECL
-
RECFM
-
None of the attributes can be changed
-
All the attributes can be changed
When transmitting files to remote hosts (especially in mainframe contexts using FTP or similar protocols), file attributes like LRECL (logical record length) and RECFM (record format) can indeed be changed or translated during transfer. The transmission process can modify these characteristics to match the target system's requirements or data format conventions.
To answer this question, we need to understand the different attributes of a file that can be changed while transmitting to a remote host.
Option A) LRECL - This option is incorrect because the LRECL (Logical Record Length) is a fixed attribute of a file that specifies the length of each record in the file. It cannot be changed while transmitting the file to a remote host.
Option B) RECFM - This option is incorrect because the RECFM (Record Format) is another fixed attribute of a file that specifies the format of each record in the file. It also cannot be changed while transmitting the file to a remote host.
Option C) None of the attributes can be changed - This option is incorrect because there are certain attributes of a file that can be changed while transmitting to a remote host.
Option D) All the attributes can be changed - This option is correct because there are certain attributes of a file that can be changed while transmitting to a remote host. These attributes include the file permissions, file ownership, file timestamps, etc. These attributes can be modified during the transmission process.
Therefore, the correct answer is option D) All the attributes can be changed.