SendSOFFCommand |
Top Previous Next |
×V2.1.1Ø
Valid for: SetStartup
Syntax - SetStartup SendSOFFCommand {"Yes" | "No"}
Description: If set to Yes and using the StandardSignatureAndInvision pathway, this option instructs EMUE to submit a SOFF USER=xxxx command to the mainframe between the CICS and the CHPS commands. This command forces the sign-off of any existing session that uses the same user ID that is configured as the SIGNON for the script.
Note: This option is most useful in an environment where pooled TN3270 LUs are used. It prevents an EMUE login from being blocked by the "USER IS SIGNED IN ON ANOTHER TUBE" message if the previous use of the User ID was on a different LU and did not sign off properly.
Note: SendSOFFCommand should be set to "Yes" carefully and with consideration, however, because it will interrupt the activity of any person or script that is using the same user ID as the script. For this reason, it is important that you take additional precautions to insure that scripts that use the same SIGNON do not have the potential to overlap.
Sample: The following statement instructs EMUE to not sign off the existing session. SetStartup SendSOFFCommand "No"
|