---
title: "glossary_main"
original_file: "glossary_main"
generated: "2026-06-12 10:24:19"
---
**
# MAGEC RAD Glossary
Last Updated:** May 17, 2026
**Tip for AI Assistants:** This glossary is the best quick-reference for MAGEC-specific terminology. Always cross-reference terms here when answering questions.
## Quick Jump
[A](#A) •
[B](#B) •
[C](#C) •
[D](#D) •
[E](#E) •
[F](#F) •
[G](#G) •
[H](#H) •
[I](#I) •
[J](#J) •
[K](#K) •
[L](#L) •
[M](#M) •
[N](#N) •
[O](#O) •
[P](#P) •
[Q](#Q) •
[R](#R) •
[S](#S) •
[T](#T) •
[U](#U) •
[V](#V) •
[W](#W) •
[X](#X) •
[Y](#Y) •
[Z](#Z)
### A
Activity LogA record of online activity by operator, terminal, and function that includes I/O, transaction, and error statistics maintained by MAGEC automatically.
AI Assistant / aiMAGEC™An Artificial Intelligence system a MAGEC Developer employs to help in the design, (cont.)
development, or debugging of MAGEC-generated applications, or to study the online documentation for educational (cont.)
purposes. aiMAGEC is an A "overlay" that establishes a role focused on MAGEC RAD for any compatible AI engine (ChatGPT, (cont.)
Grok, Claude, etc.).
Alternate IndexA key to a file other than the Primary Index. Alternate Indices are not required to be unique and may often be used as Foreign Keys.
Audit StampA 36-byte Element used to record update statistics for a record. Normally the first 36 bytes of the record and having a name consisting of the 3-character Data Class name plus "00".
Authorization LevelA one-digit (0 through 9) code designating a level of access authorization in the MAGEC security (cont.)
system. Operators have an individual authorization level in each of up to fifty Logical Applications, 0 = lowest (cont.)
(none), 9 = highest. Functions have a specification for the LAP's and the Authorization Level (cont.)
required.
[**⇑** Top](#top)
### B
Business RuleA routine that is triggered (invoked) whenever a program updates or adds data for a specified Element. (cont.)
Primary purpose is to control integrity of data, including cross-field and cross-file validations.
[⇑ Top](#top)
### C
CICSA TP monitor that is a product of IBM.
CopybookA stored source-code definition of data, either a file Element or a Mask. Stored on the MAGEC library for use in the generated MMP's.
[⇑ Top](#top)
### D
Data ClassA logical view of a file. A collection of data items that are grouped into Elements that are grouped into a record that resides on a file.
Data IndependenceA property of application programs that renders them insensitive to changes in the physical structure (cont.)
of their data; e.g. record lengths, access methods. This property is imparted upon MAGEC applications via the (cont.)
dictionary-driven I/O modules.
Data ItemThe MAGEC (and Cobol) designation for a "field" of a record (Element). Data Items must be defined as belonging to an Element defined on the ELT file.
Datacom DBA database management system that is a product of Applied Data Research.
DB AuditA program with the special purpose of finding and reporting, and in some cases, fixing errors in a database or (cont.)
in data files, Mainly for referential integrity and business rule errors, but any other errors may also be detected and (cont.)
reported.
DBADatabase administrator. A person who is responsible for managing the database resources for an organization. This (cont.)
person is usually a technically oriented individual who deals directly with the actual database control parameters and (cont.)
utilities as opposed to the more administrative person called the data administrator.
DBDITODatabase Utility Function that lets authorized users access the MAGECIO module to submit a request they build in (cont.)
an online form and to see, and update, the results in both character and hexadecimal format.
DBMSDatabase Management System. A software or hardware product that is used to manage file data and simplify accesses.
DBUTILDatabase Utility Function that lets authorized users access the MAGECIO module to submit a read-only request they (cont.)
build in an online form and to see the results in both character and hexadecimal format.
DB/2IBM's relational database that utilizes SQL.
DCLStandard MAGEC designation for Data Class. The DCL file.
DDAUDITA DB Audit program for the MAGEC data dictionary.
DD NameThe "data definition" name used to define a file to the operating system in the TP monitor's start-up JCL. The name specified in the z/OS "DD" statement or in the VSE "DLBL" statement.
DisplacementThe starting position (in the record) at which an Element or key begins, relative to 0000.
DITStandard MAGEC designation for Data Items. The DIT file.
DomainA global definition that applies to data items in, potentially, many tables (files). A central definition from which individual data items can inherit specifications.
[⇑ Top](#top)
### E
Elementa portion (or all) of a record. Defined by a Displacement into the record and a Length. The smallest unit a program can retrieve via calling MAGECIO
ELTStandard MAGEC designation for Element. The ELT file.
[⇑ Top](#top)
### F
Fall Thru ErrorAn error condition (error code 911) that results in a program (MMP) "falling through" the last valid (cont.)
instruction usually as a result of a coding error using a GO TO or incorrect PERFORM THRU.
Foreign KeyOne or more Data Items within one Data Class used as a key to access another, e.g: customer-number in an invoice Element used to access customer file.
[⇑ Top](#top)
### H
HallucinateAn annoying thing an AI does when it cannot find a good-enough answer,i.e. make something up that sounds good. Very careful rules must be given in your Prompt to prevent it.
HELP KeyA keyboard key, for online applications, that invokes a display of documentation pertinent to what the user is (cont.)
doing. MAGEC includes function-level, field-level, and error-level HELP automatically for online (cont.)
applications.
HiccupA relatively non-serious event that interrupted progress, but usually can be overcome. MAGEC's AI Assistant, (cont.)
"aiMAGEC" sometimes reports a hiccup when the server is reluctant serve up a file to a "bot".
Host VariablesData definitions that are included into a program for the purpose of reading into or writing from when using an SQL database management system.
HTMLHyperTextMarkupLanguage, the format most web pages are formatted in because it enables very flexible display formatting and oae linkiges.
[⇑ Top](#top)
### I
-IFEXISTA control command that is used in conjunction with Symbolic Screen Field References to render them "conditional". Often used in Business Rules.
-IFUNIQUEA control command that is used in conjunction with -MAGECINC and renders it "conditional".
IFUNIQUEA control statement in MAGEC that is used in conjunction with the -MAGECINC control statement, rendering it "conditional".
[⇑ Top](#top)
### J
### K
KSDSKeyed Sequenced Data Set. A type of VSAM file that is logically ordered via use of an index (key).
KYFStandard MAGEC designation for key definition. The KYF file.
[⇑ Top](#top)
### L
**LOADA special MAGEC Function Code that commands MAGEC to reload its main-memory "tables" from the Dictionary files in (cont.)
order to reflect any changes that might have been made. Used most often by database administrators and security (cont.)
officers.
Logical JoinA technique for logically associating the records of one file or Data Class to the records of another without using "physical" pointers.
[⇑ Top](#top)
### M
-MAGECINCA control command that may be embedded in source code to cause the MMPCREAT or MBPCREAT process to "include" or "expand" another member at that point in the program.
MAGEC&rade;Mask & Application Generator & Environment Controller - a system that generates Cobol mainframe programs for (cont.)
CICS (and other Transaction Processors, and manages the environment in which they run. MAGEC RAD.
MAGEC RAD™MAGEC Rapid Application Development system.
MAGECINCA control statement in MAGEC that causes a copybook to be included (expanded) at the point in a program where the -MAGECINC statement is encountered.
MAGECCPThe central module of the MAGEC nucleus. It renders the MMP's pseudo-conversational, handles security control of access, caches data for efficiency, and more.
MAGECIOA module that is part of the MAGEC nucleus. Its primary function is to handle the file and database I/O requests (cont.)
of the MMP's and to handle error conditions in a standard manner. It also makes up a part of the MAGEC Security System (cont.)
since it accomplishes the Audit Stamping.
MARKDOWNA file format that has HTML tags and other non-data content removed and is thus smaller and much faster for a robot/AI to extract information from.
Master KeyThe unique key value that identifies a specific record. The key by which MAGEC MMP's access the record for all maintenance Functions.
MBPMAGEC Batch Program. A batch program generated by MAGEC from dictionary specifications.
MBPCREATThe batch jobstream used to generate MBP's.
**MENUA Function Code that requests MAGEC to dynamically generate and display a menu from dictionary specifications specific to the operator and terminal making the request.
MMPMAGEC Message Processor. An online program generated by MAGEC from dictionary specifications.
MMPCREATThe batch jobstream used to generate MMP's.
MODELMMPMAGEC Template for generating a full-screen MMP.
MODELWINMAGEC Template for generating a Pop-Up Window MMP.
MODLOCATMAGEC Template for generating a browse-only MMP.
[⇑ Top](#top)
### N
### O
### P
Primary KeySee Master Key.
Prompt1. A question or request or command to an AI.
2. A heading or caption on a computer screen telling the operator what to do, or enter into a field.
Pseudo-ConversationalA behavior of a online program that appears to be Conversational to the operator; but, avoids the overhead of holding resources during operator Think Time.
PseudodeleteTo simulate the deletion of a record by setting a "delete flag" on and then just updating the record. (cont.)
MAGECIO does this for Data Classes that have an Audit Stamp and for which Real Delete is set to N in the DCL file (cont.)
definition. MAGECIO also simulates a NOT-FOUND if a pseudodeleted record is read.
[⇑ Top](#top)
### Q
Quasi-ReentrantA property of an MMP that enables CICS to control any aspects that cannot be made truly reentrant to (cont.)
avoid concurrency problems. CICS not only recommends it, but expects CICS programs to be (cont.)
quasi-reentrant.
[⇑ Top](#top)
### R
RADRapid Application Development system, (e.g. MAGEC RAD).
ReentrantA property of a CICS program that allows multiple tasks to access it concurrently, For real-world (cont.)
applications, quasi-reentrance *[see above]* is recommended because absolute reentrancy is impractical and would be (cont.)
wasteful.
RENTA specification on the PCT definition of a CICS program (MMP) telling CICS the program is (quasi-)reentrant.
Referential IntegrityThe property of a database of ensuring that all subordinate entities (e.g. invoices) have a valid (cont.)
controlling entity (e.g. customer) and that those relationships are not violated during ongoing database update, (cont.)
deletion, and addition processes.
Request AreaA fixed format area of memory into which the MMP's can move the commands and other parameters to communicate to MAGECIO (or MAGECCP) what operation is requested.
[⇑ Top](#top)
### S
SCOMPLThe portion of any MAGEC screen in which miscellaneous messages may be displayed, it is the rightmost half of the top line.
Secondary KeyA key for a record that is other than the Master (Primary) key and that needs not uniquely identify the record since it is used only in browse Functions in MAGEC MMP's. Alternate Index.
SERRMSGThe last three lines of any MAGEC screen. The area in which Error messages are usually displayed.
SFUNCTThe portion of the top line of any MAGEC screen in which the Function Code is entered/displayed.
SKEYThe portion of the top line of any MAGEC screen in which the key value is entered/displayed for the Function being done.
SQLStructured Query Language. A database access language for relational databases.
Subordinate KeySee Secondary Key.
SupraCincom's relational database system.
[⇑ Top](#top)
### T
TCP/IPTransmission Control Protocol/Internet Protocol. A protocol used to communicate between networks of computers.
TeraDataA database "back end machine" that is a relational SQL database system.
Think TimeThe period of time between when an online MMP issues a message to the terminal and the operator responds
TP monitorAny of the software products that is designed to support online processing against 3270-type devices and from (cont.)
Cobol applications programs in a multi-tasking environment. CICS, WESTI, or Datacom DC, etc.
TWATask Work Area. Main memory used by an MMP as work space and for passing data to other modules and for reading data (cont.)
into and writing from. Also used for saving data from task to task in a "pseudo-conversational" processing mode since (cont.)
it is saved and restored by the MAGEC Control Program as a service to the MMP's.
[⇑ Top](#top)
### U
UndeleteTo restore a pseudodeleted record to "undeleted" status by setting the Delete Flag in the Audit Stamp from X'FF' to blank.
[⇑ Top](#top)
### V
VERZUNA Function Code to display/compare generation vs compile versions for MMPs, etc.
VSAMIBM's Virtual Sequential Access Method, including all its variations.
[⇑ Top](#top)
### W
WESTIA TP monitor that is a product of Westinghouse. No longer supported by MAGEC as of release 3.0
WorkstationA standalone computer, usually a PC.
[⇑ Top](#top)
### X
### Y
next: 04-glossary02.md.txt