Certain built-in programs, such as "starmon", require CP function provided only by VM/ESA ESA Feature 1.1.0 and higher.
Some built-in programs and services will not work with the level of REXX
shipped in CMS 5. In particular:
"dateconvert"
uses the Callable Services Library DateTimeSubtract routine.
To function fully, "dateconvert" requires a version of DateTimeSubtract
more recent than the one included in CMS 13.
If the DMSDTS CSLLIB from this distribution is used,
"dateconvert" functions correctly on CMS 10 and later.
See the discussion of
CSL considerations for more information.
The "fullscr" built-in program is reported not to work well on VM/XA systems.
/* FIXPIP EXEC: Modify PIPELINE MODULE to compensate for lack of VM49553 */ Signal On Error Signal On Novalue Signal On Syntax Address Command Signal Off Error 'ERASE PIPELINE TEMPMOD A' Signal On Error 'COPY PIPELINE MODULE A = TEMPMOD A ( OLDD' 'PIPE', 'state PIPELINE MODULE A |', 'spec', 'pad f0', 'word 8 1.8 right', 'word 9 nw.8 right |', 'var tstamp' 'PIPE', '< PIPELINE MODULE A |', 'change /COMMAND CMS CMDCALL PIPE/COMMAND CMS PIPE/ |', '> PIPELINE MODULE A2' 'DMSPLU PIPELINE MODULE A' tstampNote, however, that by making this change you introduce a buglet into CMS Pipelines that will cause it to run a user's PIPE EXEC when the "help" stage is invoked.