Which data type in COBOL is suitable for representing textual information?
- BOOLEAN
- CHARACTER
- DECIMAL
- INTEGER
The CHARACTER data type in COBOL is used for representing textual information, such as letters, numbers, and symbols.
Loading...
Related Quiz
- The EXIT statement can include a numeric operand that specifies the ___________ code to return to the operating system.
- In a COBOL program that handles sales transactions, you need to store the daily sales figures for each product. How would you use the OCCURS clause to accomplish this efficiently?
- In COBOL, what is the format of the current date and time when stored in the CURRENT-DATE special register?
- When using the REDEFINES clause in COBOL, what happens to the memory occupied by the redefined data items?
- The CURRENT-DATE special register stores the current _____ and _____.