Chapter 6: A Sample Web-Based Data Entry Facility
Code and Code Comments
The following pages represent additional detail for individual code snippets in this chapter. You can scroll through these pages to see all the comments for this chapter. You can also click the Return button on each page to see the code in context.
Chapter 6, Section 6.2 The Data Entry SAS Server Page
%let pageTitle = Update the Class Data Set;
&streamDelim;%include srvrpgs(deHeader.html);
Create and assign the pageTitle macro variable and use %INCLUDE for the standard header exactly as in the previous chapter. Note that macroToRun is not assigned, because the same macro, shown below, can be used for any input data set.