ISF Appendix 3: Editing the IF1998.sas Program

 

OPTIONS MPRINT;

/* Instructions: edit/copy lines below for additional

runs on separate datasets

Input Parameters:

 

INFILE = Input file name (site#.dta)1998 version of

WWW data set

 

Data should be edited to remove any "blank" lines

 

NO DEFAULT VALUE (you must enter the gage#)

 

PRINTG = Y/N string indicating whether or not to print

a hardcopy of the annual hydrograph

 

DEFAULT VALUE = N

 

CONVF = Conversion factor ... to multiply all flow values by

 

DEFAULT VALUE = 1

*/

%if1998IT(INFILE=15290000.dta,PRINTG=Y)   <----  this is the gage number that you must change

 

 


Return to ISF Tutorial Appendix Table of Contents

Return to ArcView Tutorial 4: List of Topicss

Return to Main Menu