|
|
|
|
Before starting the 3179G emulation program, make sure that you are configured as a 3270 user. Contact your System Administrator.
To start the 3179G emulation program, enter the following command at the Solaris command prompt:
xtn3179g [-s[/ path/]stylefile] [-big | -normal | -small] [-cutpaste] [-h IDlist] [-l host list] [-p] [-c config file name]
Following are descriptions of the options available with the command to start the 3179G emulation program:
Loads the specified style file. If you include , it must be followed by a style file name (with or without a directory path).
If you specify a path, the program tries to open the file in the directory given; if no path is given, the file is assumed to be in the current directory. The style file name must have the extension .stu, but you need not specify this extension (the SNAP-IX TN3270 product adds it if you do not specify it). If you do not specify a style file, the 3270 emulation program uses the default style file specified in the configuration file. For more information, see Search Path for Style Files.
Your System Administrator may have configured the 3270 emulation program so that you do not have permission to use your own style file. In this case, the 3179G emulation program displays a warning message and runs with the default style file specified in the configuration rather than with the one you specify here.
Specifies the default window size used for the 3179G display. If you specify , the window size is 720 x 512 pixels. If you specify , the window size is 960 x 672 pixels. If you specify , the window size is 480 x 320 pixels. If you do not specify one of these options, is assumed.
You can control the window size only by using these options, and not by resizing the window once the program has started. The sizes given here are the only window sizes supported.
Enables you to use the left and right mouse buttons for Motif cut-and-paste operations on alphanumeric text in the 3179G display. If you do not set , the mouse controls the graphics cursor (if the host application allows this). If you set , the mouse cannot be used to control the graphics cursor. For more information, see Using the Mouse with 3179G Emulation.
Specifies session IDs to be used with your 3270 sessions. The option must be followed by a list of one-byte hexadecimal values representing ASCII characters, separated by commas. Any value in the range 0x01-0xFF can be used, as long as it does not match any other session ID or session long name used with this copy of the emulation program. These session IDs are assigned to each session in turn.
Two consecutive commas indicate that no session ID is being assigned; in this case, or if the list contains fewer session IDs than your configured sessions, the session IDs specified in the style file are used instead. If one of your sessions is a printer session, for which session IDs do not apply, the corresponding ID is ignored.
For example, if you have five sessions of which sessions 2 and 4 are printer sessions, specifying the string -h 0x01,0x02,,0x04 is interpreted as follows: the ID for session 1 is set to 0x01, the IDs for sessions 2 and 4 (the printer sessions) are ignored, and the IDs for sessions 3 and 5 are taken from the style file (because you did not specify IDs for these sessions).
Session IDs specified on the command line apply only to the current run of the 3179G emulation program; they cannot be saved in a style file. To use the same command-line session IDs again, you can create a shell script to start the program with the correct command-line parameters.
Specifies TCP/IP host addressing information to be used with your 3270 sessions. You can override the hosts defined for your sessions in the configuration file only if your System Administrator has given you permission to do so.
The is followed by a list of up to ten sets of host address, port number, and LU name. Each host definition has the form:
can be either the name of the host or the host's dotted-decimal IP address.
indicates the TCP/IP port number used to access the host. If this is not specified, the default port of 23 is used.
is the name of the host LU. If this is not specified, the LU name is taken from the TN3270 configuration. If you specify an LU name, you must also specify the host name and port number.
Each host definition is separated from other definitions by a comma. Two consecutive commas in the list of host definitions indicates that no host address is being assigned to that session; the configuration for that session defined by your System Administrator is used unchanged.
For example, the following string defines that session 1 will connect to host1 on port 28 using the LU MYLU1, session 2 will use the configured host, and session 3 will connect to the host whose address is 192.19.2.1 on port 23 using the configured LU.
-l host1:28:MYLU1,,192.19.2.1
This option is provided for advanced users only; most users will not need to use it.
Specifies that the emulation program retains Set Horizontal Format (SHF) and Set Vertical Format (SVF) information specified by the host until an UNBIND or CLEAR is received. Without this option, the emulation program resets the SHF and SVF information at the end of a bracket (this is the normal operation).
Specifies that the emulation program is to use the supplied configuration file rather than the default.
|
|
|
|
|