ApplyOLIESettings

Top  Previous  Next

×V3.1Ø

S

A

W

WS

ü

ü

 

Syntax -

ApplyOLIESettings [<CICS>] [<CHPS>] [<SignOn>] [<Password>] [<AddlSignOnField>] [<HasMessageScreenAfterLogin>]

Where:

<CICS> is a literal string

<CHPS> is a literal string

<SignOn> is a literal string

<Password> is a literal string

<MainMenu>

<AddlSignOnField> is a literal string

<HasMessageScreenAfterLogin> is a literal string

 

Description:

This setting is used to configure EMUE with all of the native OLIE behaviors.  This command can be used in place of SetStartup commands and therefore makes running OLIE scripts in EMUE simple.  When this option is set, EMUE relies on the OPTIONS line for many of its file configurations.

 

If no parameters are specified, EMUE will not log in automatically.  In this case, the log in can be scripted or the user can log in manually.

 

If the script is to take advantage of the automatic login, then at least the CICS, CHPS, SignOn, Password, and MainMenu must be specified.  Some sites may require that the additional sign on field or department be specified.  Additionally, EMUE will rely on the default values set for RumbaInterfaceType and the appropriate connection information.  These options can also be set as SetStartup settings rather than having them set in EMUE's default settings.

 

If any SetStartup commands are supplied, these settings will override the native OLIE behavior.  In other words, when the ApplyOLIESettings command appears in the script, as many or as few SetStartup commands can be supplied.  Any behaviors that are not configured with SetStartup settings will behave like OLIE does.

 

Just like the SetStartup settings, ApplyOLIESettings is processed when the script file is opened rather than when the script actually runs.  Each time that settings are reloaded with the Reload Settings button, EMUE looks for the ApplyOLIESettings command too.  While scripts that use this setting run with the same behavior as if they were running in OLIE, they can still take advantage of EMUE features like scheduling, running multiple scripts at the same time, and debugging with EMUE's integrated debugger.

 

In order to use this feature, connection information (Rumba Interface Type, Server IP Address etc) should be configured in the default settings or supplied as SetStartup Settings.

 

Sample:

The following line configures EMUE's automatic signon.

ApplyOLIESettings "psdb" "CHPS STEST=Y" "rst1" "emue07" "NPGEFN00" "" "Yes"

options file "c:\emue\input.txt" log logonly