0

mainframe Online Quiz - 5

Description: mainframe Online Quiz - 5
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

Collection of one or maps

  1. BMS

  2. Physical Map

  3. Symbolic Map

  4. Mapset


Correct Option: D
  1. DFHMDI

  2. DFHMSD

  3. DFHMDF

  4. EXTATT


Correct Option: B

Which is a Field Protection Attributes

  1. NORM / BRT / DRK

  2. PROT / UNPROT / ASKIP

  3. FSET

  4. NUM/IC


Correct Option: B
Explanation:

To answer this question, the user needs to have knowledge of field protection attributes in computer programming.

Option A: NORM/BRT/DRK are not field protection attributes. They are used in graphics and represent different brightness levels.

Option B: PROT/UNPROT/ASKIP are field protection attributes. PROT stands for "Protected", which means that the field is protected against updates. UNPROT stands for "Unprotected", meaning the field can be updated. ASKIP stands for "Ask before skipping", which means a message will be displayed to the user asking if they want to skip the field.

Option C: FSET stands for "Field Set", which is a group of fields that share common properties.

Option D: NUM/IC are not field protection attributes. NUM stands for "Numeric", meaning the field can only accept numeric values. IC stands for "Input Capable", meaning that the field can be updated by the user.

Therefore, the correct answer is:

The Answer is: B. PROT / UNPROT / ASKIP

  1. Specifying the FSET attribute in the physical map

  2. Setting the attribute byte to FSET in the symbolic map

  3. Keying data into the field

  4. All of the Above


Correct Option: D

How do you end a Mapset Definition?

  1. DFHMSD TYPE=FINAL END

  2. DFHMDI TYPE=FINAL END

  3. DFHMDF TYPE=FINAL END

  4. END


Correct Option: A

What are the different additional level items defined for?

  1. Field for Length

  2. Field for Attribute

  3. Field for Modified Data Identification

  4. Field for Input/Output Data

  5. All of the above


Correct Option: E
  1. Send Map

  2. Send Control

  3. Send Mapset

  4. Send Text

  5. Receive Mapset

  6. Received Map


Correct Option: A

Using which copybook can the attribute byte of the symbolic map be modified to supercede the physical map attributes?

  1. DFHBMSCA

  2. DFHEIBLK

  3. DFHAID

  4. DFHCOPY


Correct Option: A

What does FRSET do?

  1. Turns off all MDTs on the screen before sending a map

  2. Cannot turn on MDT explicitly

  3. Turns on all MDTs on the screen before sending a map

  4. Requires the physical map field attribute or the symbolic override to control the MDT status


Correct Option: A

If DATAONLY option is used in BMS Map, then which of the following is correct

  1. Only the data and the associated attributes, cursor positioning information is picked from the symbolic map and the 3270 data stream constructed.

  2. The physical map alone is used by BMS to construct the 3270 data stream.

  3. Based on the contents of the symbolic map, the attributes defined for the fields and the contents of the physical map, BMS constructs the 3270 data stream and SENDs the map to the terminal.

  4. Only data entered by user is displayed


Correct Option: A
  1. Initial cursor positioning

  2. Direct cursor positioning

  3. Symbolic cursor positioning

  4. Physical cursor positioning


Correct Option: D

On a RECEIVE, CICS updates the EIB with the following information:

  1. The screen cursor position relative to most appropriate field is placed in EIBCPOSN

  2. The screen cursor position relative to zero is placed in EIBCPOSN

  3. The length of the COMMAREA is determined and stored in EIBCALEN

  4. The name of the output key the terminal operator pressed is placed in the field EIBAID


Correct Option: A

Which copybook contains the definition about the AID keys?

  1. DFHEIBLK

  2. DFHAID

  3. DFHBMSCA

  4. DFHKEYS


Correct Option: B

During Receive Map, which Item level of Symbolic Map should be used?

  1. Input

  2. Output

  3. Field Length

  4. Field Attribute


Correct Option: A

Which of the following is not a command for BMS

  1. Send Map

  2. Send Control

  3. Send Mapset

  4. Receive Mapset


Correct Option: C
  1. Highlighting fields in error

  2. Protecting fields during updation

  3. Positioning Cursor

  4. For colouring the text to compete with GUI


Correct Option: A

Can the OCCURS clause be at the 01 level?

  1. True

  2. False


Correct Option: B
  1. The control will come back to Program A

  2. The control will not come back to Program A and program B will terminate at the end of the STOP RUN statement

  3. Program B abends Abnormally

  4. Infinite loop


Correct Option: B
- Hide questions