***************************************************************
*  DL3.TXT						      *
*  LSAM parameter source for DLSCAN demo program	      *
***************************************************************
lsparm type=begin
* either an asterisk (*)
; or a semicolon (;) is a valid comment delimiter
*	     comments may occupy an entire line
lsparm type=entry, -		       ; or the final part of a line
       *     comments need not begin in any particular position
       basename=dl3.clf, -
       *     and they may separate 'continued' lines
     ;	drive=c:, -		      * this is 'commented out'
     ;	path=\c\csc\, - 	      ; this is also 'commented out'
       maxlrecl=665, -		      ;   use comments to document PLEASE !!!
       reclaim=yes, -
       recfm=fixed, -
       index=(ixname=dl3.i00, - ; DL,FILENAME (ixdrive and ixpath are omitted)
			  keys=(0,4,22,20),uniquekey=yes,upgrade=yes, -
	      ixname=dl3.i01, - ; DL,USER ID
			  keys=(0,4,7,12),upgrade=yes,uniquekey=no, -
	      ixname=dl3.i02, - ; DL,KEYWORDS
			  keys=(0,4,79,80),upgrade=yes,uniquekey=no)
lsparm type=end
