Chapter 6: A Sample Web-Based Data Entry Facility
6.1 Process Flow
6.2 The Data Entry SAS Server Page
6.3 The Header Page
6.4 The Trailer Page
6.5 The Data Entry Macros
6.5.1 The listRowsToUpdate Macro
6.5.2 The generateDataEntrySSP Macro
6.5.3 The applyDataEntrySSP Macro
6.6 Next Steps
The programs and SAS Server Pages discussed in this Chapter are included in the zip file described in the Appendix. The examples use the same two stored processes (and the %sasServerPage macro) discussed in Chapter 5. •Sample Program oCreateDataEntryDataSet.sas •SAS Server Pages osampdata_class.html odeHeader.html odeTrailer.html •Macros: olistRowsToUpdate.sas ogenerateDataEntrySSP.sas oapplyDataEntrySSP.sas ogeneratedAt.sas (a sample utility macro) ... |