Mainframe Computing: COBOL, ISPF and Guardian OS

Test your knowledge of mainframe computing including COBOL programming, ISPF commands, and Guardian OS operations

12 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

A single point of control over the OLTP applications and programs are provided by

  1. PATHSEND
  2. PATHCOM
  3. Event Management Services
  4. PATHMON
Question 2 Multiple Choice (Single Answer)

The state "PENDING" of a TCP reveals that

  1. TCP cannot be started
  2. TCP received a STOP command
  3. TCP is stopped
  4. TCP is running and capable of controlling terminals
Question 3 Multiple Choice (Single Answer)

The Guardian error number "ERROR 12" represents

  1. Invalid File
  2. File is full; cannot write
  3. File is in Use
  4. Cannot find the file
Question 4 Multiple Choice (Single Answer)

The screen cobol object libraries are maintained in

  1. FUP
  2. COBOL UTILITY
  3. TACL MACROS
  4. SCUP
Question 5 Multiple Choice (Single Answer)

The Guardian OS provides the below file for requestor-server communication in a pathway environment

  1. $REQ-SERVER
  2. $SEND
  3. $RECEIVE
  4. option 2 and 3
Question 6 Multiple Choice (Single Answer)

From ISPF screen, what is the command to know in which TSO Region ( Development, Production, or other TSO regions) you are currently working in ?

  1. TSO AREA
  2. RAREA
  3. SAREA
  4. FAREA
Question 7 Multiple Choice (Single Answer)

To know who is using the member currently when we get “member in use” message in ISPF, what command to be issued?

  1. Press F1 twice
  2. Press F4 twice
  3. Press F6 twice
  4. Press F2 twice
Question 8 Multiple Choice (Single Answer)

What command to know the last 25 COMMAND LINE commands you have issued from ISPF panel?

  1. CMPT
  2. RETP
  3. CL25
  4. CLCM
Question 9 Multiple Choice (Single Answer)

When CUT command is issued ,the cut content is placed in clipboard.Is it possible to view/edit the clipboard with any command?

  1. can only view the clipboard , edit is not possible
  2. view/edit both not possible with any command
  3. view/edit both possible with CUT SHOW command
  4. view/edit both possicle with CUT DISPLAY command
Question 10 True/False

There is a command similar to Wordwrap (as in Notepad or MS WORD) in ISPF mainframe.

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

How many comparisons can a single COBOL if statement make?

  1. 1
  2. 2
  3. no limit
  4. 99
Question 12 Multiple Choice (Single Answer)

Which of the following errors are possible within a COBOL if statement?

  1. Infinite loop
  2. Logical Error
  3. Runtime Error
  4. All of the above