COBOL and HP NonStop Systems Programming
Covers COBOL programming language syntax, file operations, data types, and HP NonStop system components including Pathway, SCOBOL, TMF, and SCUP utilities.
Questions
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
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