Valid for: SetStartup
Syntax -
SetStartup SignOnPathway <SignOnPathwayName>
Where:
<SignOnPathwayName> is a literal string.
Description:
This option defines the name of the pre-defined sign-on pathway, from the list below. .EMUE supports the following sign-on pathways:
Pathway Name
|
Description
|
SignonTabPasswordEnter
|
This pathway sends the value defined in the SetStartup CICS command, followed by the value defined in the SetStartup SignOn command, followed by the <TAB> key, and the valued defined in the SetStartup Password command.
Note: The Password and SignOn positions are ignored, along with the CHPS option.
|
StandardSignatureAndInvision
|
This pathway uses the Signature® model pathway, or the Invision® model pathway to sign on to the application. If the SetStartup CHPS command is valued, EMUE will cancel the initial sign-on. This clears any existing session information. EMUE will then sign on using the value in the SetStartup CHPS command to access the defined region.
|
UserDefined
|
This pathway is designed to provide general purpose access to customized sign-ons and third party systems. For this option, CHPS, CICS, SIGNON, PASSWORD, and positions are all ignored. Instead use the UserDefinedLoginString option to define a stream of text to send to initiate sign-on. See UserDefinedLoginString for more information.
|
Note: Additional options for customized sign-on pathways can be created. Please contact Databound to submit a request for this customization.
Sample:
The following statement instructs EMUE to use the model pathway to sign onto the application.
SetStartup SignOnPathway "StandardSignatureAndInvision"
See Also:
UserDefinedLoginString
|