Setting Xplore's Parameters

Required Parameters

The webxplib.html file is located on your Web server in a directory that you created when you installed the Application Dispatcher. You can modify the values for the following parameters. Do not modify any of the other parameters in the file.
You must set the following parameters to run Xplore:
brokername = '/sasweb/cgi-bin/broker'
This parameter is the location of your Application Broker CGI. The value contains broker.exe instead of broker on Windows systems.
servicename = 'default'
This parameter is the Application Dispatcher service that is defined in the Application Broker configuration file. The value of default is the default service that is defined for the Application Server. Change this value only if you define another service for the Application Server.
xplorelocation = 'samplib.websamp'
This parameter is the name of the library that contains the source code for the Xplore sample application. Change the value of the parameter only if you rename the SAMPLIB.WEBSAMP library.

Optional Parameters

If you do not want to use an optional parameter, then set the parameter value to ' '.
debugvalue = '2'
This parameter specifies the debug flag. If you do not set this parameter, the value defaults to the debug flag that is set in the Application Broker configuration file.
bgtype = 'COLOR'
This parameter specifies whether the Xplore window's background is a color or an image. The default value is COLOR. To use an image for the background, specify a value of IMAGE.
bg = '%23ffffe7'
This parameter specifies the background color or image for Xplore's window. The default value is a cream color.
  • Specify a background color if the value of the bgtype parameter is COLOR. Specify the hexadecimal value of the color, and precede it with an NCR code of %23 (the NCR code for the pound sign [#]). For an example, see the default value for the bg parameter.
  • Specify a URL for the background image if the value of the bgtype parameter is IMAGE.
giflocation = ' '
This parameter is the location of the GIF icons that are used by Xplore. The default location is the location of the webxplib.html file.
memtypes = new Array()
This parameter defines the types of members to include in Xplore's list of library members. If you specify no members (that is, Array ()), then all member types are included. If you specify specific member types (for example, Array ('data','view')), then only members of the specified types are included.
include = new Array()
This parameter defines the libraries that you want to include in Xplore's list of libraries. If you specify no libraries (that is, Array ()), then all libraries are included except the libraries that are specified by the exclude parameter. If you specify specific libraries (for example, Array ('sasuser')), then only those libraries are included.
Note:
  • You cannot include the WORK library.
  • You cannot use the include parameter if you use the exclude parameter.
exclude = new Array('sashelp')
This parameter defines the libraries that you want to exclude from Xplore's list of libraries. If you specify no libraries (that is, Array ()), then no libraries are excluded. The default value for this parameter excludes the SASHELP library.
Note: You cannot use the exclude parameter if you use the include parameter.