Contents: | Main | Chapter | See Also: | Getting Started Manual | Advanced User Manual |
This procedure sets the PACKAGE REVISION DATA attribute for a file. The file Data Dictionary must exist in order to successfully set this attribute.
PRD^DILFD(FILE,DATA)
FILE |
(Required) File or subfile number. |
DATA |
(Required) Free text information, determined by the developer. |
A successful call sets the data into the appropriate Data Dictionary location.
The following call sets the PACKAGE REVISION DATA as follows:
>D PRD^DILFD(999088,"REVISION #5") >W $$GET1^DID(999088,"","","PACKAGE REVISION DATA") REVISION #5
None
Reviewed/Updated: March 10, 2007