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.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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

  1. &gt; & <
  2. &gt;=
  3. =
  4. <=
Question 2 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 3 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 4 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 5 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 6 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 7 True/False

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

  1. True
  2. False
Question 8 True/False

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

  1. True
  2. False
Question 9 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 10 True/False

PROGRAM-ID is optional paragraph in any program

  1. True
  2. False
Question 11 True/False

DAY-OF-INTEGER is a Numeric Intrinsic Function

  1. True
  2. False
Question 12 True/False

In TANDEM COBOL85, it is not necessary to explicitly close files through the CLOSE statement before executing a STOP RUN

  1. True
  2. False
Question 13 True/False

An object within a pathway system can be independently referenced, configured and controlled

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

Which mode of opening is required when REWRITE is used?

  1. INPUT
  2. OUTPUT
  3. I-O
  4. EXTEND
  5. All of the above
  6. None of the above
Question 15 True/False

Several pathway environments can exist for a system

  1. True
  2. False
Question 16 True/False

There can be many PATHMONs for a single pathway system

  1. True
  2. False
Question 17 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

  1. True
  2. False
Question 18 True/False

Once a pathway system is started, the global limits can be altered without shutting down the system

  1. True
  2. False
Question 19 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

  1. True
  2. False
Question 20 Multiple Choice (Single Answer)

How much storage is occupied for COMP data items of 5 through 9 range

  1. 2
  2. 4
  3. 8
  4. 5