Tag: mainframe

Questions Related to mainframe

  1. BMS

  2. Physical Map

  3. Symbolic Map

  4. Mapset


Correct Option: D
  1. DFHMDI

  2. DFHMSD

  3. DFHMDF

  4. EXTATT


Correct Option: B
  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

What are the different commands for BMS

  1. Send Map

  2. Send Control

  3. Send Mapset

  4. Send Text

  5. Receive Mapset

  6. Received Map


Correct Option: A
  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
  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