0

mainframe Online Quiz - 109

Description: mainframe Online Quiz - 109
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. spaces, a-z, A-Z, 0-9, special characters

  2. a-z, A-Z, 0-9, spaces, special characters

  3. spaces, special characters, 0-9, A-Z, a-z

  4. 0-9, special characters, spaces, a-z, A-Z


Correct Option: C

The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++

  1. For loop

  2. Do-While loop

  3. Method

  4. None of the Above


Correct Option: B
  1. Delete all lines

  2. Include all lines

  3. Exclude all lines

  4. Invalid command


Correct Option: C

What are the different kinds of commands to control editing operations?

  1. Line Commands

  2. ISPF Commands

  3. Primary Commands

  4. Secondary Commands


Correct Option: A,C
  1. with = symbol before Line command

  2. with :(colon) symbol before Line command

  3. with & symbol before Line command

  4. None of the above


Correct Option: B

Which is not a ISPF Primary Command?

  1. CAPS ON

  2. HIlight COBol

  3. :D2

  4. None of the above


Correct Option: D

=BNDS> is part of the PROFILE

  1. True

  2. False


Correct Option: A

Significance of AUTONUM primary command

  1. Automatically renumbers data whenever it is saved, preserving the modification level record

  2. Automatically renumbers data whenever it is saved

  3. Immediately renumbers data whenever inserted

  4. None of the above


Correct Option: A
  1. Deletes all from first line to last line

  2. Delete all characters .ZF and .ZL

  3. Error occurs

  4. Does nothing


Correct Option: A

What happens when we issue CUT command on the command line?

  1. Command Error

  2. Additional parameters are required

  3. Entire data will be cut and stored on clipboard

  4. None of the above


Correct Option: C

What is the command to view the last 25 commands issued from command line?

  1. Get

  2. Display

  3. Retp

  4. Retrieve


Correct Option: C

Bounds 10 50; is a valid ISPF command?

  1. True

  2. False


Correct Option: A
  1. SORT .A .B A

  2. SORT .ZF .ZL D

  3. SORT D

  4. None of the above


Correct Option: A,B,C

I have set the Boundaries by giving BOUNDS 10 20. I have to sort the data in the dataset which starts from 1 to 9 columns. I have issued the command SORT .ZF .ZL A. What happens?

  1. Data will be sorted

  2. Data will not be sorted

  3. Will give error

  4. Nothing happens


Correct Option: B

It is possible to see another PDS member when you are already viewing the other member in the same PDS.

  1. True

  2. False


Correct Option: A
  1. Will give error

  2. Command will be executed and the command will be available on the command prompt

  3. It will take multiple inputs for processing

  4. Invalid


Correct Option: B

The following are used to know the changes that are made since last issued save command (while editing a dataset or a PDS member)

  1. Changes .zf .zl

  2. Compare *

  3. Compare Session

  4. FCHANGE


Correct Option: B,C

Is it possible to cut and save data on a user-defined clipboard?

  1. True

  2. False


Correct Option: A
- Hide questions