COBOL and Tandem Pathway Systems Programming
Quiz covering COBOL programming concepts including data formats (S9, COMP, COMP-3), file access modes, REDEFINES clause, and Tandem Pathway system operations including PATHMON, SCUP commands, and system configuration.
Questions
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
In which of the following mode should a file be opened to write a record into it?
- OUTPUT & I/O
- EXTEND
- Both a & b
- NONE OF THESE
What is the level number for REDEFINES Clause
- 66
- 77
- 88
- 99
- 59
How many bytes does a S9(7) COMP-3 field occupy ?
- 3
- 4
- 8
- 10
In how many modes the SCUP commands can be issued? A.) Interactive mode B.) Block mode. C.) Non Interactive mode.
- A, B
- B, C
- A, B, C
- A, C
- None of the above
What is the maximum value that can be stored in S9(8) COMP?
- 9999999
- 99999999
- 999999999
- 99999998
Functions of TCP is to:
- Execute SCOBOL programs
- Coordinate communication between screen programs and their I/O devices
- Coordinate communication between screen programs and the server processes
- Coordinate communication between screen programs and the PATHMON
- All of the above
- None of the above
Disk file in which PATHMON process maintain the configuration information
- PATHCTL
- TCLPROG
- PATHSEND
- PATHTCL
- LINKMON
How many bytes does a S9(7) SIGN trailing separate field occupy ?
- 1
- 4
- 2
- 8
In which of the files can records be accessed either sequentially or randomly
- Sequential & Indexed
- Indexed & Relative
- Relative
- NONE
In WHICH access mode records are accessed either sequentially or randomly
- SEQUENTIAL
- RANDOM
- DYNAMIC
- NONE OF THE ABOVE