| $$NA(DEFAULT,REQUIRD,FB,DIRA,DC,LIST) |
This is a function that will prompt for and return a
Nature of Order from the Nature of Order file.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DEFAULT |
Input |
Free text code or pointer value to the nature of
order in file 100.02
|
REQUIRD |
Input |
Set to 1 to require a response from the user.
|
FB |
Input |
Used to screen selection by type (frontdoor or
backdoor types).
|
DIRA |
Input |
Prompt used to set DIR("A") in call to ^DIR
|
DC |
Input |
Set to 1 if you only want to include DC types.
|
LIST |
Input |
List of nature of order codes allowed (from file
100.02). If this is passed then DC and FB parameters are ignored.
|
Y |
Output |
Y represents the value returned by the function. It
is in the form:
pointer^name^code
|
|
NA1(SCREEN) |
This is a call to get a standard help matrix for
Nature of Order.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SCREEN |
Input |
Used like DIC("S") to screen out entries.
|
|
NA2(SCREEN) |
This is a call to get a standard help matrix for DC
Reason.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SCREEN |
Input |
Used like DIC("S") to screen out entries.
|
|
$$DC(DEFAULT,REQ,PKG,DIRA) |
Function to prompt for and get a DC Reason from the
Order Reason (100.03) file.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DEFAULT |
Input |
Internal # from ORDER REASON (100.03) file to use as
default.
|
REQ |
Input |
Set to 1 to require a response.
|
PKG |
Input |
Pointer to file 9.4 (Package) to screen selection to
package specific reasons.
|
DIRA |
Input |
Default prompt used to set DIR("A") when calling
^DIR.
|
Y |
Output |
Y represents the value returned by this function. It
is in the form:
pointer^name
|
|