EXEC 2
   HOME

TheInfoList



OR:

EXEC 2 is an interpreted, command procedure control, computer
scripting language A scripting language or script language is a programming language that is used to manipulate, customize, and automate the facilities of an existing system. Scripting languages are usually interpreted at runtime rather than compiled. A scripting ...
used by the EXEC 2 Processor originally supplied with the
CMS CMS may refer to: Computing * Call management system * CMS-2 (programming language), used by the United States Navy * Code Morphing Software, a technology used by Transmeta * Collection management system for a museum collection * Color manage ...
component of the IBM Virtual Machine/System Product ( VM/SP) operating system.


Relation to EXEC

EXEC 2 is mostly compatible with CMS EXEC but EXEC 2 scripts must begin with an &TRACE statement. Some EXEC statements and predefined variables do not exist in EXEC 2, although in some cases there are analogs. There are some minor differences in some statements and predefined functions. EXEC 2 has the following enhancements: * There is no 8-byte restriction on token length. * Statements can be up to 255 characters long. * EXEC 2 can issue commands to subcommand environments as well as CMS and CP. * EXEC 2 has additional built-in functions. * EXEC 2 has user-defined functions. * EXEC 2 commands may include subroutines and functions. * EXEC 2 has extra debugging facilities. * CMS programs can manipulate EXEC 2 variables. Some statemts of EXEC are not supported in EXEC 2, including: * &BEGSTACK ALL * &CONTROL * &EMSG * &END * &GOTO TOP * &HEX * &PUNCH * &SPACE * &TIME Some predefined variables of EXEC are not defined in EXEC2: * &* * &$ * &DISKX * &DISK* * &DISK? * &DOS * &EXEC * &GLOBAL * &GLOBALn * &READFLAG * &TYPEFLAG


XEDIT Macros

XEDIT XEDIT is a visual editor for VM/CMS using block mode IBM 3270 terminals. (Line-mode terminals are also supported.) XEDIT is much more line-oriented than modern PC and Unix editors. For example, XEDIT supports automatic line numbers, and ma ...
Macros are files with filetype XEDIT, whose contents are written using the syntax of CMS EXEC, EXEC 2 or
REXX Rexx (Restructured Extended Executor) is a programming language that can be interpreted or compiled. It was developed at IBM by Mike Cowlishaw. It is a structured, high-level programming language designed for ease of learning and reading. P ...
. Like regular EXEC 2 "EXEC" command files, they begin with a "&TRACE" statement, to distinguish them from CMS EXEC files.


History

Written in the 1970s and formally introduced for
CMS CMS may refer to: Computing * Call management system * CMS-2 (programming language), used by the United States Navy * Code Morphing Software, a technology used by Transmeta * Collection management system for a museum collection * Color manage ...
with VM/SP Release 1, EXEC 2 was preceded by CMS EXEC and superseded by
REXX Rexx (Restructured Extended Executor) is a programming language that can be interpreted or compiled. It was developed at IBM by Mike Cowlishaw. It is a structured, high-level programming language designed for ease of learning and reading. P ...
. All three command interpreters—CMS EXEC, EXEC 2 and REXX — continue to be supported by z/VM.


References

{{Reflist


External links


EXEC 2 Processor, CMS User's Guide, z/VM Version 5 Release 1.0, Program Number 5741-A05, Document Number SC24-6079-00, First Edition September 2004


IBM mainframe operating systems Scripting languages VM (operating system)