Assignment 1 - Make the Howdy application run
Your first assignment in this workshop is to make the
"Howdy" (that's Kansas for "hello world") application run.
To do so you will have to fix the file:
c:\workshop\ws124\html\sugisrv\howdy.htm
Use Notepad to edit the above HTML file. Check to see that the file contains:
- A correct URL for the Broker.exe program - this should be:
http://tutora/scripts/broker.exe
- A correct _SERVICE parameter:
sugisrv - to run on the Application server on the NT server
or see: instructions for using an alternative Application Server
- A correct libname in the _PROGRAM parameter.
pXw124-
where X is the number of your machine to run on your machine's Application Server
(e.g. p17w124 would be the correct libname for machine #17)
Be sure to save your changes in Notepad before testing. To test, click the link below.
c:\workshop\ws124\html\sugisrv\howdy.htm
Extra Credit
Try adding another "put" statement in the SAS program that howdy.htm runs:
c:\workshop\ws124\howdy.sas
When you are done with this assignment,
return to the outline