Multiple choice technology mainframe

Which among the following parameters in SFTPROC is correct for transmitting files from mainframe to a mailbox via SFT in binary mode

  1. &TXLATE=YES and &TDATTYP=TEXT

  2. &TXLATE=YES and &TDATTYP=BINARY

  3. &TXLATE=NO and &TDATTYP=TEXT

  4. &TXLATE=NO and &TDATTYP=BINARY

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

For binary mode file transmission via SFT (Secure File Transfer), you must disable translation (&TXLATE=NO) and specify the data type as binary (&TDATTYP=BINARY). Translation converts data between character sets (e.g., EBCDIC to ASCII), which would corrupt binary files. The other combinations either enable translation when binary is needed or specify TEXT type incorrectly.