LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
"Christian J. Reichetzeder" <REICHETZ@AWIIMC11>
Thu, 15 Dec 88 16:15:56 SET
text/plain (18 lines)
There is a bug in LSVDBASE (1.5o)  causing a REXX error in line 190 (Interpret
'Call' driver  '"OPEN" db  origin 1  1'). I found  it by  accident misspelling
WHERE as WHER but that was not the reason.
Description:
* Interactive Database Session
* the search lists more than one database
* Input: signals Search_Resume: which calls SSearch:
* SSearch loops over dblist calling the driver to open the database
* inside the  loop is a  check for  CPU (limit). If  the limit is  reached the
  command is terminated.  OUT: writes several variables,  among them PARMS.DB.
  For databases not yet opened PARMS.DB is uninitialized.
* The user re-issues the command
* Input: reads the DBSESS file. It loops over dblist expecting the driver name
  to be  in parms.db. This  finally results in the  error in line  190 because
  PARMS.XXXXX is invalid as a procedure-name.
 
Christian

ATOM RSS1 RSS2