#if defined(LNX) || defined(W32)

   = TSO  hostid { Quit | Logon [FS] | Logoff | Cancel | {Reply|Cmd} ["text..."]
                          | { Alloc|Free|SPF } DataSet [alloc/SPF options] }

       quit  :terminate xe3270.
              If this command is not effective,kill it by tool xkp.exe.
       Logon :TSO Logon.
              This is not needed at normal case,Logon is automaticaly done
              at first Edit/Browse command to the destination.
              When used on =6 panel,the panel switches to TSO mode.
              With FS option,output of TSO command is displayed by full screen mode.
       Logoff:Do TSO logoff and termination of 3270 session.
              Use this to release TSO UserID and 3270 session.
              When used on =6 panel,the panel switches to local mode.
       Cancel:Use this to release 3270 thread wating response from 3270
              emulator. 3270 emulator process is killed.
              Or use to free thread entry when system+UserID count reached
              to maximum 10.
       Reply :Use to write on the TSO screen when "REENTER-" is issued.
              (xe automaticali reply to REENTER caused by DSName format error)
              It may be used to enter native TSO command.
       Cmd   :Use to write 3270 command.
              For example,PA1 key by Cmd "PA 1",Enter key by Cmd "Enter".
       Alloc :Allocate DataSet using TSO ALLOCATE command.
              Use to control exclusive access.
              Default option of TSO is DISP=OLD.
              NEW,CYL,.. option is also passed to TSO,but LRECL may not
              be supported by Turnkey MVS TSO.
       Free  :Release DataSet allocation.
       SPF   :update SPF information
              DataSet parameter is requied to specify member(wild card is accepted).
              option format is as following

               [V=xx] [M=xx] [DT0=yymmdd] [DTM=[yymmdd[hhtm]]] [LC] [LC0[=xx]] [UID[=userid]]

               V  :Version number(<100)
               M  :Modification number(<100)
               DT0:Creation date.
               DTM:Update date and time
               LC :current line count. set by reading the member.
               LC0:initial line count. if =xx is missing,current count is set.
               UID:UserID. if =userid is missingg,set userid of hostid parameter.

       - support TurnkeyMVS TSO file access.
       - Same command is available from xe3270 shell screen.
       - logon cmd on =6 panel changes the panel to TSO mode.
         You can enter native MVS TSO command itself without xe TSO command prefix
         like as "listalc" and result is displayed on the screen.
         logoff command switches back to local command mode.
         If you want to execute local command in TSO mode,put ":" as
         prefix like as ":grep ABC *.c".
#endif

1