cobol2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
SQLPROT Details (↑ SQL)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Using SQLPROT results in the program registering a process so that
     the database is always closed down properly when a STOP RUN is
     encountered. This is the same as provided by SQLINIT, so SQLPROT is
     only needed when NOSQLINIT is specified. Hence, NOSQLINIT SQLPROT
     should be specified for SQL programs that need to protect the
     database on STOP RUN but do not want to initialize.
 
     This directive is ignored if NOSQL is specified.
                                    -♦-