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.

20 Questions Published

Questions

Question 1 True/False

DAY-OF-INTEGER is a Numeric Intrinsic Function

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

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

  1. True
  2. False
Question 4 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 5 True/False

Several pathway environments can exist for a system

  1. True
  2. False
Question 6 True/False

There can be many PATHMONs for a single pathway system

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

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

  1. True
  2. False
Question 9 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 10 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
Question 11 Multiple Choice (Single Answer)

In which of the following mode should a file be opened to write a record into it?

  1. OUTPUT & I/O
  2. EXTEND
  3. Both a & b
  4. NONE OF THESE
Question 12 Multiple Choice (Single Answer)

What is the level number for REDEFINES Clause

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

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

  1. 3
  2. 4
  3. 8
  4. 10
Question 14 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 15 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 16 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 17 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 18 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 19 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 20 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