View of FINAL.HTM (for PC23)


  

<HTML> <HEAD> <TITLE>PC 23 final project</TITLE> </HEAD> <BODY> <H1>PC 23 final project</H1> <FORM name=f action='http://tutora/scripts/broker.exe'> <INPUT type=hidden name=_SERVICE value=sugisrv> <INPUT type=hidden name=_PROGRAM value=p23w124.final.sas> <P>Select a procedure<BR> <SELECT name=choice size=2> <OPTION value="a" SELECTED>Choice "A" - print the dataset</OPTION> <OPTION value="b" >Choice "B" - tabulate it</OPTION> </SELECT> <P><INPUT type=submit value="try my project"> <HR> <FONT size=-2> <P><INPUT type=text name=_DEBUG value=0> parameter "_DEBUG" </FORM> <SCRIPT LANGUAGE="JavaScript1.1"> function comp_debug(){ with(document.dbf){ newdb=0; if(_df1[1].checked) newdb=newdb+parseInt(_df1[1].value); if(_df2[1].checked) newdb=newdb+parseInt(_df2[1].value); if(_df4[1].checked) newdb=newdb+parseInt(_df4[1].value); if(_df8[1].checked) newdb=newdb+parseInt(_df8[1].value); if(_df16[1].checked) newdb=newdb+parseInt(_df16[1].value); if(_df128[1].checked)newdb=newdb+parseInt(_df128[1].value); if(_df256[1].checked)newdb=newdb+parseInt(_df256[1].value); if(_df512[1].checked)newdb=newdb+parseInt(_df512[1].value); document.f._DEBUG.value = newdb; } } </SCRIPT> <FORM name=dbf> <P> <INPUT type=radio name=_df1 value=0 checked onClick="comp_debug();">off <INPUT type=radio name=_df1 value=1 onClick="comp_debug();">on - Echo all fields. <BR> <INPUT type=radio name=_df2 value=0 checked onClick="comp_debug();">off <INPUT type=radio name=_df2 value=2 onClick="comp_debug();">on - Print elapsed time. <BR> <INPUT type=radio name=_df4 value=0 checked onClick="comp_debug();">off <INPUT type=radio name=_df4 value=4 onClick="comp_debug();">on - List definition of all services, don't run. <BR> <INPUT type=radio name=_df8 value=0 checked onClick="comp_debug();">off <INPUT type=radio name=_df8 value=8 onClick="comp_debug();">on - Skip all execution processing. <BR> <INPUT type=radio name=_df16 value=0 checked onClick="comp_debug();">off <INPUT type=radio name=_df16 value=16 onClick="comp_debug();">on - Display output in hexadecimal. <BR> <INPUT type=radio name=_df128 value=0 checked onClick="comp_debug();">off <INPUT type=radio name=_df128 value=128 onClick="comp_debug();">on - Send back log file. <BR> <INPUT type=radio name=_df256 value=0 checked onClick="comp_debug();">off <INPUT type=radio name=_df256 value=256 onClick="comp_debug();">on - Trace socket connection attempts. <BR> <INPUT type=radio name=_df512 value=0 checked onClick="comp_debug();">off <INPUT type=radio name=_df512 value=512 onClick="comp_debug();">on - Show socket host and port number. <BR> </FONT> </FORM> </BODY> </HTML>


back to the overview