Skip to content

TSO Advanced Options Dialog Box

How do I get to this dialog box?
  1. Open a 3270 terminal session and then open the Transfer Settings dialog box.

    The steps depend on your user interface mode.

    User Interface Mode Steps
    Ribbon On the Session ribbon, from the Transfer group, click the Transfer Settings launcher:
    Reflection Browser On the Reflection menu, choose Tools and then File Transfer. In the Transfer dialog box, click the Settings button.
    TouchUx Tap the Wrench icon and then under Tools, select File Transfer. In the Transfer dialog box, click the Settings button.
  2. With Mainframe selected under Protocol, click the Mainframe tab.

  3. Under Host, from the System list, select TSO.

  4. Click the Advanced button.

The options are:

Dataset options

Option Description
Logical record length Type the record size (in bytes) for the file being created on the host. If you leave this box blank, the record size is determined by the host. Use a value between 0 and 32768 to accommodate the range accepted by your host.
For ASCII files, set this value to accommodate the longest line in your file. When you leave this box blank, the host typically accepts lines of up to 80 characters.
Block size Type the block size (in bytes) for the file being created on the host. For files with fixed-length records, this value must be a multiple of the Logical record length (because blocks are divided into logical records).
Use a value between 0 and 32768 to accommodate the range accepted by your host.

Space allocation

Option Description
Allocation units Select the disk subdivisions for your primary and secondary space allocations. If you select Default, the unit is determined by the host. If you select Block, use the Average block box to set the size for an average block.
Average block Type the size (in bytes) for an average block. This value is only relevant if you are using blocks as your allocation unit.
Primary Type the size (in allocation units) of the primary allocation for the host file being created.
Secondary Type the size of any additional allocations (in allocation units) in the event that the primary allocation is not sufficient. Multiple secondary allocations (known as "extents") are allowed, up to a host-specified limit (generally 15).

CR/LF processing

When you select one of these options, a carriage return character and a linefeed character are stripped from the end of each line of the file you are sending.

CR/LF processing is typically appropriate for ASCII and JISCII files but not for binary files; the defaults for these options are set up accordingly.

Option Description
Additional IND$FILE parameters Use this text box for any parameters specific to the IND$FILE (or APVUFILE) program on your host system. The contents of this text box are appended to the end of the transfer command generated by Reflection. Reflection does not check the contents of this text box for validity.

For a description of the NOSO, SO, and User Mode settings, see DBCS File Transfer Settings.

More information