SYS |
Format of call: $$SYS^PRCLOP4. The returned value of
the extrinsic function is one of the following codes:
0 : SYSTEM IS ENABLED (IFCAP, Engineering, and Equipment/Turn-In
Request are fully enabled. Read/Write/Delete)
1 : SYSTEM IS SHUT DOWN (IFCAP, Engineering, and Equipment/Turn-In
Request are Read-Only.)
2 : COREFLS CONVERSION COMPLETE (IFCAP, Engineering, and
Equipment/Turn-In Request are Read-Only and data conversions for CoreFLS
implementation are completed.)
3 : COREFLS ONLINE (IFCAP, Engineering, and Equipment/Turn-In
Request are Read-Only and new business must be entered into CoreFLS.)
The calling application should first check for the existence of this API
before referencing it. For example:
S X="PRCLOP4" X ^%ZOSF("TEST") I $T,$$SYS^PRCLOP4=3 MUMPS code
This approach will enable calling applications to install changes to their
software before the Legacy Software Shut Down patch PRC*5.1*65 is installed.
|