_DEBUG=TIME,TRACE
Prints the Application
Broker version number and elapsed time after each run, for example,
"This request took 2.46 seconds of real time (v9.3 build 1496)." Also,
this value displays the Powered by SAS logo if you provide additional
settings as described in Displaying the Powered by SAS Logo.
|
||
Displays the Powered
by SAS logo without the Application Broker version or elapsed time
information. See also Displaying the Powered by SAS Logo.
|
||
broker "_service=default&_program=ping"
Content-type: text/html Pragma: no-cache Ping. The Application Server your.server.com:5800 is functioning properly. ------------------------------------------------------------- This request took 0.28 seconds of real time (v9.3 build nnnn).
http://yourserver/cgi-bin/broker.exe?
The Application Broker program
in the URL is the correct image to use for the Web server machine.
If the Web browser tries to download the program as a file, then you
have discovered the problem: the Web server is not configured correctly
to execute CGI programs. For UNIX Web servers, typically you must
add a line to the Web server HTTP config file for the CGI directory.http://yourserver/cgi-bin/broker.exe?_debug=4
http://yourserver/cgi-bin/broker.exe?_service=defaultamp;_program=ping
If the broker.cfg file is set up correctly and there is an Application
Server running for service "default", the results look like this: MPRINT
, SYMBOLGEN
, MLOGIC
, MERROR
.
SOURCE
option. You can then see your submitted SAS code in the log that
is returned to your Web browser. After you are done, you can revert
to using NOSOURCE
if your security model
requires it.
AFPARMS='debug=yes'
option.
The SCL program that you want to debug must be compiled with the debug
option. The Application Server must be running in the SAS windowing
environment, and you must be working on the computer where SAS software
displays the debugger windows. When the Application Server executes
the SCL program, the debugger windows appear and allow you to step
through the code.