saveallprocedures
DATABASE
,
DICTIONARY

The saveallprocedures statement saves all the procedures in the specified database into a dictionary.


Parameters

This statement has two parameters:

database – Name of the database, or “” for the current database.

dictionary – Field or variable to store result in.


Description

This statement saves all the procedures in the specified database into a dictionary.

SaveALLProcedures "",myProcedureDict

Later, you can load the dictionaries back into a database with the LoadAllProcedures statement.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.