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.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the level number for REDEFINES Clause

  1. 66
  2. 77
  3. 88
  4. 99
  5. 59
Question 2 Multiple Choice (Single Answer)

How many bytes does a S9(7) COMP-3 field occupy ?

  1. 3
  2. 4
  3. 8
  4. 10
Question 3 Multiple Choice (Single Answer)

In how many modes the SCUP commands can be issued? A.) Interactive mode B.) Block mode. C.) Non Interactive mode.

  1. A, B
  2. B, C
  3. A, B, C
  4. A, C
  5. None of the above
Question 4 Multiple Choice (Single Answer)

What is the maximum value that can be stored in S9(8) COMP?

  1. 9999999
  2. 99999999
  3. 999999999
  4. 99999998
Question 5 Multiple Choice (Single Answer)

Functions of TCP is to:

  1. Execute SCOBOL programs
  2. Coordinate communication between screen programs and their I/O devices
  3. Coordinate communication between screen programs and the server processes
  4. Coordinate communication between screen programs and the PATHMON
  5. All of the above
  6. None of the above
Question 6 Multiple Choice (Single Answer)

Disk file in which PATHMON process maintain the configuration information

  1. PATHCTL
  2. TCLPROG
  3. PATHSEND
  4. PATHTCL
  5. LINKMON
Question 7 Multiple Choice (Single Answer)

How many bytes does a S9(7) SIGN trailing separate field occupy ?

  1. 1
  2. 4
  3. 2
  4. 8
Question 8 Multiple Choice (Single Answer)

In which of the files can records be accessed either sequentially or randomly

  1. Sequential & Indexed
  2. Indexed & Relative
  3. Relative
  4. NONE
Question 9 Multiple Choice (Single Answer)

In WHICH access mode records are accessed either sequentially or randomly

  1. SEQUENTIAL
  2. RANDOM
  3. DYNAMIC
  4. NONE OF THE ABOVE
Question 10 Multiple Choice (Single Answer)

Which of the following relational operator is not allowed in the START statement?

  1. > & <
  2. >=
  3. =
  4. <=
Question 11 Multiple Choice (Single Answer)

A COBOL 85 program can invoke routines written

  1. C
  2. C++
  3. PASCAL
  4. FORTAN
  5. TAL
  6. All of the above
Question 12 Multiple Choice (Single Answer)

Different modes of stopping a Pathway

  1. IMMEDIATE
  2. ABORT
  3. ORDERLY
  4. All of the above
  5. None of the above
Question 13 Multiple Choice (Single Answer)

The DELETE statement does not remove a record from

  1. RELATIVE files
  2. SEQUENTIAL files
  3. INDEXED files
  4. NONE OF THESE
Question 14 Multiple Choice (Single Answer)

TMF provides the integrity of the database against failure of the any of the following:

  1. Disk drive and Disk controller
  2. Disk process and CPU
  3. An application process and Entire system
  4. Both a, b and c
Question 15 Multiple Choice (Single Answer)

What are the features of TMF?

  1. Consistency
  2. Fault Tolerant Records
  3. Roll Back
  4. Locking
  5. All of the above
Question 16 True/False

SCUP operates on the SCREEN COBOL object library by recompiling the source program

  1. True
  2. False
Question 17 True/False

Can a SEARCH be applied to a table which does not have an INDEX defined?

  1. True
  2. False
Question 18 True/False

When a pathway system is shut down, all configuration information up to that time is retained in the pathway control file

  1. True
  2. False
Question 19 True/False

PROGRAM-ID is optional paragraph in any program

  1. True
  2. False