| STATUS |
This subroutine may be called with an array, passed
by reference, in which the list of statuses will be returned in alphabetical
order.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Y |
Output |
This array is passed by reference from the calling
application as the only actual parameter to the subroutine. As such, it must
be declared in the namespace (<NMSP>) of the calling application (ref. SAC
2.3.1.10.1). The call from CPRS looks Like this:
D STATUS^TIUSRVL(.ORY)
and returns the ORY array with the following contents:
ORY(2)=8^amended ORY(3)=7^completed ORY(4)=14^deleted ORY(6)=9^purged
ORY(7)=15^retracted ORY(9)=6^uncosigned ORY(10)=1^undictated
ORY(11)=3^unreleased ORY(12)=5^unsigned ORY(13)=2^untranscribed
ORY(14)=4^unverified
|
|