VM/ESA CMS Pipelines also uses version numbers of this form,
beginning with CMS 14 (VM/ESA V2R3M0).
FPLINX086I CMS/TSO Pipelines, 5654-030/5655-A17 1.0110 (Version.Release/Mod) - Generated 29 Aug 1997 at 17:26:57.
These same versions of Pipelines
produce responses to "pipe query level" of this form:
FPLINX560I CMS/TSO Pipelines, 5664-030/5655-A17 level 110A0018.
VM/ESA CMS Pipelines in CMS 14 (VM/ESA V2R3M0)
reverts to the original version-numbering scheme.
Its response to "pipe query version" is in this form:
"FPL".
For CMS levels 8 through 13, VM/ESA CMS used "DMS" as its message prefix,
but CMS 14 uses "FPL".
VM/ESA 370 Feature Release 1.5 uses "PPL".
'PIPE literal resolve pick | pipcmd'"pipcmd" will exit with the return code from RESOLVE (0 if the stage is not built in, a large number (the memory address of the stage) if it is built in). That will also be the return code from the PIPE command itself.
'PIPE literal rexxvars main | runpipe'/* Test whether current. */ If RC <> 0 Then Do /* Explain must be current. */ Say 'The MAIN keyword of the REXXVARS stage is required.' Exit RC /* Take error return. */ End
October 8, 1997