Dec 082017
 
LSAM (Lydian Software Access Method) V2.03 is an indexed sequential (ISAM) file access method implemented as a runtime library accessed through a set of interface subroutines for users of Microsoft C.
File LSAM23.ZIP from The Programmer’s Corner in
Category C Source Code
LSAM (Lydian Software Access Method) V2.03 is an indexed sequential (ISAM) file access method implemented as a runtime library accessed through a set of interface subroutines for users of Microsoft C.
File Name File Size Zip Size Zip Type
BKUP.C 9054 3308 deflated
BKUP.EXE 25049 13338 deflated
BKUPDEMO.BAT 2551 972 deflated
CLSAM5.LIB 20015 9172 deflated
DL3.CAT 18055 7008 deflated
DL3.TXT 1119 505 deflated
DLDEMO.BAT 3751 1376 deflated
DLFORMAT.C 6696 2222 deflated
DLFORMAT.EXE 13571 8326 deflated
DLSCAN.C 7228 2577 deflated
DLSCAN.EXE 25009 13419 deflated
DL_CLF.H 656 272 deflated
GENPARM.EXE 19735 10944 deflated
LLSAM5.LIB 20015 9279 deflated
LSAM.DOC 47949 14268 deflated
LSAM.H 3610 1400 deflated
LSAM.RTL 22961 10966 deflated
LSLIMITS.H 234 187 deflated
LSRCODES.H 3314 1154 deflated
MLSAM5.LIB 16431 8141 deflated
PARMLIST.EXE 12007 7246 deflated
SAMPLE.BIN 288 84 deflated
SAMPLE.DAT 2717 1072 deflated
SAMPLE.TXT 1223 497 deflated
SAMPLEB.BIN 288 82 deflated
SAMPLEB.TXT 323 181 deflated
SLSAM5.LIB 15919 8031 deflated

Download File LSAM23.ZIP Here

Contents of the DL3.TXT file


***************************************************************
* 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


 December 8, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)