COBOL and Tandem Pathway Programming Quiz
Questions covering COBOL programming language features including file handling, intrinsic functions, and syntax, along with Tandem Pathway system concepts like PATHMON, TMF, and pathway management.
Questions
Which of the following relational operator is not allowed in the START statement?
- > & <
- >=
- =
- <=
A COBOL 85 program can invoke routines written
- C
- C++
- PASCAL
- FORTAN
- TAL
- All of the above
Different modes of stopping a Pathway
- IMMEDIATE
- ABORT
- ORDERLY
- All of the above
- None of the above
The DELETE statement does not remove a record from
- RELATIVE files
- SEQUENTIAL files
- INDEXED files
- NONE OF THESE
TMF provides the integrity of the database against failure of the any of the following:
- Disk drive and Disk controller
- Disk process and CPU
- An application process and Entire system
- Both a, b and c
What are the features of TMF?
- Consistency
- Fault Tolerant Records
- Roll Back
- Locking
- All of the above
SCUP operates on the SCREEN COBOL object library by recompiling the source program
- True
- False
Can a SEARCH be applied to a table which does not have an INDEX defined?
- True
- False
When a pathway system is shut down, all configuration information up to that time is retained in the pathway control file
- True
- False
PROGRAM-ID is optional paragraph in any program
- True
- False
DAY-OF-INTEGER is a Numeric Intrinsic Function
- True
- False
In TANDEM COBOL85, it is not necessary to explicitly close files through the CLOSE statement before executing a STOP RUN
- True
- False
An object within a pathway system can be independently referenced, configured and controlled
- True
- False
Which mode of opening is required when REWRITE is used?
- INPUT
- OUTPUT
- I-O
- EXTEND
- All of the above
- None of the above
Several pathway environments can exist for a system
- True
- False
There can be many PATHMONs for a single pathway system
- True
- False
If more than one object file includes the same code block name or data block name, then the binder renames all the entries except the first one with that name
- True
- False
Once a pathway system is started, the global limits can be altered without shutting down the system
- True
- False
When starting a server class, PATHMON repeats the server start up operations for the total number of processes specified by the NUMSTATIC attribute
- True
- False
How much storage is occupied for COMP data items of 5 through 9 range
- 2
- 4
- 8
- 5