saveopenprocedures
DATABASE
,
DICTIONARY

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


Parameters

This statement has two parameters:

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

dictionary – Field or variable to store result in.


Description

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

SaveOpenProcedures "",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.