![]() ![]() |
Reference Type: Supported, Category: KIDS, ICR#: 10141
The $$PARCP^XPDUTL extrinsic function retrieves the current value of a checkpoint's stored parameter during KIDS installations. The parameter is stored in the INSTALL (#9.7) file.
Use this API for checkpoints both with and without call backs.
Use the optional second parameter to retrieve a pre-install checkpoint's parameter during a post-install.
$$PARCP^XPDUTL(name[,pre])
name: |
(required) Checkpoint name. |
pre: |
(optional) To retrieve a parameter from a pre-install checkpoint while in the post-install, set this parameter to PRE. |
returns: |
Returns the current parameter node for the checkpoint named in the name input parameter. |