Chapter 9 : Procedures and Macros Flashcards
1
Q
What is procedures?
A
- Routines which are self contained, and is created to perform a particular task
- There are constructs which allows procedures to be created in assembly language
2
Q
Where are COBOL main used in nowadays?
A
- Mainframe Computers ( IBM )
3
Q
What is a macro?
A
- A construct within assembly language which allows us to attach names to frequently used blocks of codes
- The concept of macros are very similar to procedures