.UTIL SECR SAVE
This subroutine will archive the Security codes for the selected application(s). Release 5.5 and higher only
Usage:
PASS <count> FIELD SHARE? Y
PASS <app_id> FIELD SHARE? N
PASS <version> FIELD SHARE? N
GOSUB --- .UTIL SECR SAVE
* Check for errors
IF --- .UTIL SECR SAVE NE
Description:
This subroutine will archive the Security codes for the selected application(s). This is the same as running System Administration -> Security Management -> Archive Security Codes.
<count> returns a count of the number of records added to the SECRARCV file. You can use this to confirm codes were archived (Optional).
<app_id> is the application whose codes you want to archive (Optional). If you PASS a blank, then all applications in <version> will be archived.
<version> is the version of application whose codes you want to archive (Optional). If you PASS a blank, then all versions of <app_id> will be archived.
If both <app_id> and <version> are blank, then all applications and all versions will be archived. Previous data in the archive will be replaced.
See
.UTIL SECR REST to restore codes from the archive
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2019-09-26