PSURC |
Input |
Required*
The string of "label^routine" for the computing cycle. Format: S
PSURC="COMPUTE^PSOCMOPR"
* (Optional if PSURP is defined and only print queuing is desired)
|
PSURP |
Input |
Required*
The string of "label^routine" for the printing cycle. Format: S
PSURP="PRINT^PSOCMOPR"
* (Optional if PSURC is defined and only compute queuing is desired)
|
PSURX |
Input |
Optional
The string of "label^routine" for the exit cycle. Format: S
PSURX="EXIT^PSOCMOPR"
If XTMP is used it should be killed in the last of the print cycle and not
here. ZTSK is handled by the API.
An EXIT point is recomended particularly if the user is allowed to run the
software in the foreground.
|
PSUNS |
Input |
PSUNS=namespace(s) of variables to be auto-loaded
into ZTSAVE("namespace*")=""
Format:
PSUNS ="DG*;AUPN;PS;..." ; (will add '*'if missing). Or
="DG,AUPN,PS,..." ; (may be semi-colon or comma delimited) Or
PSUNS("xxx")=""
ZTSAVE variable arrays where xxx is as described for
ZTSAVE("xxx")="".
|
PSUFQ |
Input |
Optional
This controlls queuing.
If $G(PSUFQ)=1 queuing is forced.
|
PSUDTH |
Input |
Optional
Tasking date.time in FM format. User is not asked for date & time if this is
set.
|
PSUIOP |
Input |
Optional
A preselected device constructed with:
ION_";"_IOST_";"_IOM_";"_IOSL.
|
PSUPAR |
Input |
Optional
This variable holds the HOST File parameters to be used with PSUIOP if the
host file is preselected.
Note: S:$D(%ZIS("IOPAR") PSUPAR=%ZIS("IOPAR") is suggested if Host File access
is permitted and preselected device is being used.
|