Kbase 11295: Status Codes for VAX/VMS Version 6.2L05 for BUSY and HOLDER
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Status Codes for VAX/VMS Version 6.2L05 for BUSY and HOLDER
Subject: Status codes for VAX/VMS Version 6.2L05
Author: Joe Paratore
Date: November 20, 1992
Returned Status codes for command:
$ PROGRESS/UTILITIES=BUSY db
- %X00000001 - Should be returned if the database is NOT in use.
- %X08018028 - Should be returned if the database is in MULTI-USER.
- %X08018028 - Should be returned if the database is in SINGLE-USER.
Returned Status codes for command:
$ PROGRESS/UTILITIES=HOLDER db
- %X00000001 - Should be returned if the database is NOT in use.
- %X0801803B - Should be returned if the database is in MULTI-USER.
- %X08018033 - Should be returned if the database is in SINGLE-USER.
Example of usage:
$ progress/utilities=busy db
$ retcode = $STATUS
$ if retcode .EQ. %X00000001 then goto back
$ exit
$ back:
$ write sys$output "Database is NOT in use"
$ exit
Progress Software Technical Support Note # 11295